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

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

<https://eurobis.org/id/occurrence/1969__73_1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1843'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1843'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-74.8333'^^xsd:double;
  dwc:startLongitude '-74.8333'^^xsd:double;
  dwc:endLongitude '-74.8333'^^xsd:double;
  dwc:latitude '38.8333'^^xsd:double;
  dwc:startLatitude '38.8333'^^xsd:double;
  dwc:endLatitude '38.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.8333 38.8333, -74.8333 38.8333, -74.8333 38.8333, -74.8333 38.8333, -74.8333 38.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1843'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8333 -74.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-74.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1844'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1844'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-74.8333'^^xsd:double;
  dwc:startLongitude '-74.8333'^^xsd:double;
  dwc:endLongitude '-74.8333'^^xsd:double;
  dwc:latitude '38.8333'^^xsd:double;
  dwc:startLatitude '38.8333'^^xsd:double;
  dwc:endLatitude '38.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.8333 38.8333, -74.8333 38.8333, -74.8333 38.8333, -74.8333 38.8333, -74.8333 38.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1844'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.85 -74.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.85"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3458'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3458'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-74.7667'^^xsd:double;
  dwc:startLongitude '-74.7667'^^xsd:double;
  dwc:endLongitude '-74.7667'^^xsd:double;
  dwc:latitude '38.85'^^xsd:double;
  dwc:startLatitude '38.85'^^xsd:double;
  dwc:endLatitude '38.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.7667 38.85, -74.7667 38.85, -74.7667 38.85, -74.7667 38.85, -74.7667 38.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3458'^^xsd:string;
  dwc:observationDate '1992-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.85 -74.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.85"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3448'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3448'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-74.7667'^^xsd:double;
  dwc:startLongitude '-74.7667'^^xsd:double;
  dwc:endLongitude '-74.7667'^^xsd:double;
  dwc:latitude '38.85'^^xsd:double;
  dwc:startLatitude '38.85'^^xsd:double;
  dwc:endLatitude '38.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.7667 38.85, -74.7667 38.85, -74.7667 38.85, -74.7667 38.85, -74.7667 38.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3448'^^xsd:string;
  dwc:observationDate '1992-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.8833 -74.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_368'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_368'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-74.7333'^^xsd:double;
  dwc:startLongitude '-74.7333'^^xsd:double;
  dwc:endLongitude '-74.7333'^^xsd:double;
  dwc:latitude '38.8833'^^xsd:double;
  dwc:startLatitude '38.8833'^^xsd:double;
  dwc:endLatitude '38.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.7333 38.8833, -74.7333 38.8833, -74.7333 38.8833, -74.7333 38.8833, -74.7333 38.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_368'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.0833 -74.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-74.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2467'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2467'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-74.7'^^xsd:double;
  dwc:startLongitude '-74.7'^^xsd:double;
  dwc:endLongitude '-74.7'^^xsd:double;
  dwc:latitude '39.0833'^^xsd:double;
  dwc:startLatitude '39.0833'^^xsd:double;
  dwc:endLatitude '39.0833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-74.7 39.0833, -74.7 39.0833, -74.7 39.0833, -74.7 39.0833, -74.7 39.0833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2467'^^xsd:string;
  dwc:observationDate '1990-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4833 -70.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3893'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3893'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.6833'^^xsd:double;
  dwc:startLongitude '-70.6833'^^xsd:double;
  dwc:endLongitude '-70.6833'^^xsd:double;
  dwc:latitude '42.4833'^^xsd:double;
  dwc:startLatitude '42.4833'^^xsd:double;
  dwc:endLatitude '42.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.6833 42.4833, -70.6833 42.4833, -70.6833 42.4833, -70.6833 42.4833, -70.6833 42.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3893'^^xsd:string;
  dwc:observationDate '1993-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.469 -70.636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.469"^^xsd:decimal ;
  dwc:decimalLongitude "-70.636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_273'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_273'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-70.636'^^xsd:double;
  dwc:startLongitude '-70.636'^^xsd:double;
  dwc:endLongitude '-70.636'^^xsd:double;
  dwc:latitude '42.469'^^xsd:double;
  dwc:startLatitude '42.469'^^xsd:double;
  dwc:endLatitude '42.469'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.636 42.469, -70.636 42.469, -70.636 42.469, -70.636 42.469, -70.636 42.469))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_273'^^xsd:string;
  dwc:observationDate '1983-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.548 -70.619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.548"^^xsd:decimal ;
  dwc:decimalLongitude "-70.619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_833'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_833'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.619'^^xsd:double;
  dwc:startLongitude '-70.619'^^xsd:double;
  dwc:endLongitude '-70.619'^^xsd:double;
  dwc:latitude '42.548'^^xsd:double;
  dwc:startLatitude '42.548'^^xsd:double;
  dwc:endLatitude '42.548'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.619 42.548, -70.619 42.548, -70.619 42.548, -70.619 42.548, -70.619 42.548))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_833'^^xsd:string;
  dwc:observationDate '1987-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.306 -70.607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.306"^^xsd:decimal ;
  dwc:decimalLongitude "-70.607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1590'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1590'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.607'^^xsd:double;
  dwc:startLongitude '-70.607'^^xsd:double;
  dwc:endLongitude '-70.607'^^xsd:double;
  dwc:latitude '42.306'^^xsd:double;
  dwc:startLatitude '42.306'^^xsd:double;
  dwc:endLatitude '42.306'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.607 42.306, -70.607 42.306, -70.607 42.306, -70.607 42.306, -70.607 42.306))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1590'^^xsd:string;
  dwc:observationDate '1992-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.529 -70.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.529"^^xsd:decimal ;
  dwc:decimalLongitude "-70.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2554'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2554'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.605'^^xsd:double;
  dwc:startLongitude '-70.605'^^xsd:double;
  dwc:endLongitude '-70.605'^^xsd:double;
  dwc:latitude '42.529'^^xsd:double;
  dwc:startLatitude '42.529'^^xsd:double;
  dwc:endLatitude '42.529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.605 42.529, -70.605 42.529, -70.605 42.529, -70.605 42.529, -70.605 42.529))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2554'^^xsd:string;
  dwc:observationDate '1990-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1296'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1296'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.604'^^xsd:double;
  dwc:startLongitude '-70.604'^^xsd:double;
  dwc:endLongitude '-70.604'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.604 42.386, -70.604 42.386, -70.604 42.386, -70.604 42.386, -70.604 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1296'^^xsd:string;
  dwc:observationDate '1987-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.706 -70.602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.706"^^xsd:decimal ;
  dwc:decimalLongitude "-70.602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_707'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_707'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.602'^^xsd:double;
  dwc:startLongitude '-70.602'^^xsd:double;
  dwc:endLongitude '-70.602'^^xsd:double;
  dwc:latitude '42.706'^^xsd:double;
  dwc:startLatitude '42.706'^^xsd:double;
  dwc:endLatitude '42.706'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.602 42.706, -70.602 42.706, -70.602 42.706, -70.602 42.706, -70.602 42.706))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_707'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.305 -70.601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.305"^^xsd:decimal ;
  dwc:decimalLongitude "-70.601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1591'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1591'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.601'^^xsd:double;
  dwc:startLongitude '-70.601'^^xsd:double;
  dwc:endLongitude '-70.601'^^xsd:double;
  dwc:latitude '42.305'^^xsd:double;
  dwc:startLatitude '42.305'^^xsd:double;
  dwc:endLatitude '42.305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.601 42.305, -70.601 42.305, -70.601 42.305, -70.601 42.305, -70.601 42.305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1591'^^xsd:string;
  dwc:observationDate '1992-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1594'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1594'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:startLongitude '-70.6'^^xsd:double;
  dwc:endLongitude '-70.6'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:startLatitude '42.3'^^xsd:double;
  dwc:endLatitude '42.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.6 42.3, -70.6 42.3, -70.6 42.3, -70.6 42.3, -70.6 42.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1594'^^xsd:string;
  dwc:observationDate '1992-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3716'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3716'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:startLongitude '-70.6'^^xsd:double;
  dwc:endLongitude '-70.6'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.6 42.405, -70.6 42.405, -70.6 42.405, -70.6 42.405, -70.6 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3716'^^xsd:string;
  dwc:observationDate '1989-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5667 -70.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_613'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1978'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_613'^^xsd:string;
  dwc:yearCollected '1978'^^xsd:integer;
  dwc:startYearCollected '1978'^^xsd:integer;
  dwc:endYearCollected '1978'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.6'^^xsd:double;
  dwc:startLongitude '-70.6'^^xsd:double;
  dwc:endLongitude '-70.6'^^xsd:double;
  dwc:latitude '42.5667'^^xsd:double;
  dwc:startLatitude '42.5667'^^xsd:double;
  dwc:endLatitude '42.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.6 42.5667, -70.6 42.5667, -70.6 42.5667, -70.6 42.5667, -70.6 42.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_613'^^xsd:string;
  dwc:observationDate '1978-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.477 -70.591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.477"^^xsd:decimal ;
  dwc:decimalLongitude "-70.591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2986'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2986'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.591'^^xsd:double;
  dwc:startLongitude '-70.591'^^xsd:double;
  dwc:endLongitude '-70.591'^^xsd:double;
  dwc:latitude '42.477'^^xsd:double;
  dwc:startLatitude '42.477'^^xsd:double;
  dwc:endLatitude '42.477'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.591 42.477, -70.591 42.477, -70.591 42.477, -70.591 42.477, -70.591 42.477))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2986'^^xsd:string;
  dwc:observationDate '1989-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.54 -70.591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.54"^^xsd:decimal ;
  dwc:decimalLongitude "-70.591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3420'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3420'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.591'^^xsd:double;
  dwc:startLongitude '-70.591'^^xsd:double;
  dwc:endLongitude '-70.591'^^xsd:double;
  dwc:latitude '42.54'^^xsd:double;
  dwc:startLatitude '42.54'^^xsd:double;
  dwc:endLatitude '42.54'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.591 42.54, -70.591 42.54, -70.591 42.54, -70.591 42.54, -70.591 42.54))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3420'^^xsd:string;
  dwc:observationDate '1989-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.499 -70.587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.499"^^xsd:decimal ;
  dwc:decimalLongitude "-70.587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3212'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3212'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.587'^^xsd:double;
  dwc:startLongitude '-70.587'^^xsd:double;
  dwc:endLongitude '-70.587'^^xsd:double;
  dwc:latitude '42.499'^^xsd:double;
  dwc:startLatitude '42.499'^^xsd:double;
  dwc:endLatitude '42.499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.587 42.499, -70.587 42.499, -70.587 42.499, -70.587 42.499, -70.587 42.499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3212'^^xsd:string;
  dwc:observationDate '1989-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_974'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_974'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.584'^^xsd:double;
  dwc:startLongitude '-70.584'^^xsd:double;
  dwc:endLongitude '-70.584'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.584 42.7, -70.584 42.7, -70.584 42.7, -70.584 42.7, -70.584 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_974'^^xsd:string;
  dwc:observationDate '1990-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_972'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_972'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.584'^^xsd:double;
  dwc:startLongitude '-70.584'^^xsd:double;
  dwc:endLongitude '-70.584'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.584 42.7, -70.584 42.7, -70.584 42.7, -70.584 42.7, -70.584 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_972'^^xsd:string;
  dwc:observationDate '1990-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.499 -70.581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.499"^^xsd:decimal ;
  dwc:decimalLongitude "-70.581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3896'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3896'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.581'^^xsd:double;
  dwc:startLongitude '-70.581'^^xsd:double;
  dwc:endLongitude '-70.581'^^xsd:double;
  dwc:latitude '42.499'^^xsd:double;
  dwc:startLatitude '42.499'^^xsd:double;
  dwc:endLatitude '42.499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.581 42.499, -70.581 42.499, -70.581 42.499, -70.581 42.499, -70.581 42.499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3896'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.549 -70.579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.549"^^xsd:decimal ;
  dwc:decimalLongitude "-70.579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_832'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_832'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.579'^^xsd:double;
  dwc:startLongitude '-70.579'^^xsd:double;
  dwc:endLongitude '-70.579'^^xsd:double;
  dwc:latitude '42.549'^^xsd:double;
  dwc:startLatitude '42.549'^^xsd:double;
  dwc:endLatitude '42.549'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.579 42.549, -70.579 42.549, -70.579 42.549, -70.579 42.549, -70.579 42.549))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_832'^^xsd:string;
  dwc:observationDate '1987-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.977 -70.568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.977"^^xsd:decimal ;
  dwc:decimalLongitude "-70.568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_710'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_710'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.568'^^xsd:double;
  dwc:startLongitude '-70.568'^^xsd:double;
  dwc:endLongitude '-70.568'^^xsd:double;
  dwc:latitude '42.977'^^xsd:double;
  dwc:startLatitude '42.977'^^xsd:double;
  dwc:endLatitude '42.977'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.568 42.977, -70.568 42.977, -70.568 42.977, -70.568 42.977, -70.568 42.977))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_710'^^xsd:string;
  dwc:observationDate '1994-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.586 -70.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.586"^^xsd:decimal ;
  dwc:decimalLongitude "-70.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2430'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2430'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.565'^^xsd:double;
  dwc:startLongitude '-70.565'^^xsd:double;
  dwc:endLongitude '-70.565'^^xsd:double;
  dwc:latitude '42.586'^^xsd:double;
  dwc:startLatitude '42.586'^^xsd:double;
  dwc:endLatitude '42.586'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.565 42.586, -70.565 42.586, -70.565 42.586, -70.565 42.586, -70.565 42.586))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2430'^^xsd:string;
  dwc:observationDate '1987-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.463 -70.564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.463"^^xsd:decimal ;
  dwc:decimalLongitude "-70.564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2987'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2987'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.564'^^xsd:double;
  dwc:startLongitude '-70.564'^^xsd:double;
  dwc:endLongitude '-70.564'^^xsd:double;
  dwc:latitude '42.463'^^xsd:double;
  dwc:startLatitude '42.463'^^xsd:double;
  dwc:endLatitude '42.463'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.564 42.463, -70.564 42.463, -70.564 42.463, -70.564 42.463, -70.564 42.463))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2987'^^xsd:string;
  dwc:observationDate '1989-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.461 -70.558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.461"^^xsd:decimal ;
  dwc:decimalLongitude "-70.558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3394'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3394'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.558'^^xsd:double;
  dwc:startLongitude '-70.558'^^xsd:double;
  dwc:endLongitude '-70.558'^^xsd:double;
  dwc:latitude '42.461'^^xsd:double;
  dwc:startLatitude '42.461'^^xsd:double;
  dwc:endLatitude '42.461'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.558 42.461, -70.558 42.461, -70.558 42.461, -70.558 42.461, -70.558 42.461))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3394'^^xsd:string;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.461 -70.558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.461"^^xsd:decimal ;
  dwc:decimalLongitude "-70.558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3395'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3395'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.558'^^xsd:double;
  dwc:startLongitude '-70.558'^^xsd:double;
  dwc:endLongitude '-70.558'^^xsd:double;
  dwc:latitude '42.461'^^xsd:double;
  dwc:startLatitude '42.461'^^xsd:double;
  dwc:endLatitude '42.461'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.558 42.461, -70.558 42.461, -70.558 42.461, -70.558 42.461, -70.558 42.461))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3395'^^xsd:string;
  dwc:observationDate '1988-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.505 -70.557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.505"^^xsd:decimal ;
  dwc:decimalLongitude "-70.557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_467'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_467'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.557'^^xsd:double;
  dwc:startLongitude '-70.557'^^xsd:double;
  dwc:endLongitude '-70.557'^^xsd:double;
  dwc:latitude '42.505'^^xsd:double;
  dwc:startLatitude '42.505'^^xsd:double;
  dwc:endLatitude '42.505'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.557 42.505, -70.557 42.505, -70.557 42.505, -70.557 42.505, -70.557 42.505))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_467'^^xsd:string;
  dwc:observationDate '1994-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3883'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3883'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:startLongitude '-70.55'^^xsd:double;
  dwc:endLongitude '-70.55'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.55 42.45, -70.55 42.45, -70.55 42.45, -70.55 42.45, -70.55 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3883'^^xsd:string;
  dwc:observationDate '1993-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.489 -70.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.489"^^xsd:decimal ;
  dwc:decimalLongitude "-70.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2854'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2854'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.55'^^xsd:double;
  dwc:startLongitude '-70.55'^^xsd:double;
  dwc:endLongitude '-70.55'^^xsd:double;
  dwc:latitude '42.489'^^xsd:double;
  dwc:startLatitude '42.489'^^xsd:double;
  dwc:endLatitude '42.489'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.55 42.489, -70.55 42.489, -70.55 42.489, -70.55 42.489, -70.55 42.489))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2854'^^xsd:string;
  dwc:observationDate '1989-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.536 -70.541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.536"^^xsd:decimal ;
  dwc:decimalLongitude "-70.541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_132'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_132'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.541'^^xsd:double;
  dwc:startLongitude '-70.541'^^xsd:double;
  dwc:endLongitude '-70.541'^^xsd:double;
  dwc:latitude '42.536'^^xsd:double;
  dwc:startLatitude '42.536'^^xsd:double;
  dwc:endLatitude '42.536'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.541 42.536, -70.541 42.536, -70.541 42.536, -70.541 42.536, -70.541 42.536))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_132'^^xsd:string;
  dwc:observationDate '1987-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.604 -70.535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.604"^^xsd:decimal ;
  dwc:decimalLongitude "-70.535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_78'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_78'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.535'^^xsd:double;
  dwc:startLongitude '-70.535'^^xsd:double;
  dwc:endLongitude '-70.535'^^xsd:double;
  dwc:latitude '42.604'^^xsd:double;
  dwc:startLatitude '42.604'^^xsd:double;
  dwc:endLatitude '42.604'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.535 42.604, -70.535 42.604, -70.535 42.604, -70.535 42.604, -70.535 42.604))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_78'^^xsd:string;
  dwc:observationDate '1993-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.519 -70.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.519"^^xsd:decimal ;
  dwc:decimalLongitude "-70.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2812'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2812'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.533'^^xsd:double;
  dwc:startLongitude '-70.533'^^xsd:double;
  dwc:endLongitude '-70.533'^^xsd:double;
  dwc:latitude '42.519'^^xsd:double;
  dwc:startLatitude '42.519'^^xsd:double;
  dwc:endLatitude '42.519'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.533 42.519, -70.533 42.519, -70.533 42.519, -70.533 42.519, -70.533 42.519))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2812'^^xsd:string;
  dwc:observationDate '1989-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.459 -70.532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.459"^^xsd:decimal ;
  dwc:decimalLongitude "-70.532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2334'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2334'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.532'^^xsd:double;
  dwc:startLongitude '-70.532'^^xsd:double;
  dwc:endLongitude '-70.532'^^xsd:double;
  dwc:latitude '42.459'^^xsd:double;
  dwc:startLatitude '42.459'^^xsd:double;
  dwc:endLatitude '42.459'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.532 42.459, -70.532 42.459, -70.532 42.459, -70.532 42.459, -70.532 42.459))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2334'^^xsd:string;
  dwc:observationDate '1989-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3419'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3419'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.529'^^xsd:double;
  dwc:startLongitude '-70.529'^^xsd:double;
  dwc:endLongitude '-70.529'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.529 42.417, -70.529 42.417, -70.529 42.417, -70.529 42.417, -70.529 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3419'^^xsd:string;
  dwc:observationDate '1989-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1021'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1021'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.527'^^xsd:double;
  dwc:startLongitude '-70.527'^^xsd:double;
  dwc:endLongitude '-70.527'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.527 42.387, -70.527 42.387, -70.527 42.387, -70.527 42.387, -70.527 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1021'^^xsd:string;
  dwc:observationDate '1990-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.718 -70.527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.718"^^xsd:decimal ;
  dwc:decimalLongitude "-70.527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_468'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_468'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.527'^^xsd:double;
  dwc:startLongitude '-70.527'^^xsd:double;
  dwc:endLongitude '-70.527'^^xsd:double;
  dwc:latitude '42.718'^^xsd:double;
  dwc:startLatitude '42.718'^^xsd:double;
  dwc:endLatitude '42.718'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.527 42.718, -70.527 42.718, -70.527 42.718, -70.527 42.718, -70.527 42.718))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_468'^^xsd:string;
  dwc:observationDate '1994-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1022'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1022'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.526'^^xsd:double;
  dwc:startLongitude '-70.526'^^xsd:double;
  dwc:endLongitude '-70.526'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.526 42.386, -70.526 42.386, -70.526 42.386, -70.526 42.386, -70.526 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1022'^^xsd:string;
  dwc:observationDate '1990-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.502 -70.526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.502"^^xsd:decimal ;
  dwc:decimalLongitude "-70.526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3832'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3832'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.526'^^xsd:double;
  dwc:startLongitude '-70.526'^^xsd:double;
  dwc:endLongitude '-70.526'^^xsd:double;
  dwc:latitude '42.502'^^xsd:double;
  dwc:startLatitude '42.502'^^xsd:double;
  dwc:endLatitude '42.502'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.526 42.502, -70.526 42.502, -70.526 42.502, -70.526 42.502, -70.526 42.502))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3832'^^xsd:string;
  dwc:observationDate '1993-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.529 -70.526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.529"^^xsd:decimal ;
  dwc:decimalLongitude "-70.526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_652'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_652'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.526'^^xsd:double;
  dwc:startLongitude '-70.526'^^xsd:double;
  dwc:endLongitude '-70.526'^^xsd:double;
  dwc:latitude '42.529'^^xsd:double;
  dwc:startLatitude '42.529'^^xsd:double;
  dwc:endLatitude '42.529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.526 42.529, -70.526 42.529, -70.526 42.529, -70.526 42.529, -70.526 42.529))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_652'^^xsd:string;
  dwc:observationDate '1989-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.495 -70.524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.495"^^xsd:decimal ;
  dwc:decimalLongitude "-70.524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2198'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2198'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.524'^^xsd:double;
  dwc:startLongitude '-70.524'^^xsd:double;
  dwc:endLongitude '-70.524'^^xsd:double;
  dwc:latitude '42.495'^^xsd:double;
  dwc:startLatitude '42.495'^^xsd:double;
  dwc:endLatitude '42.495'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.524 42.495, -70.524 42.495, -70.524 42.495, -70.524 42.495, -70.524 42.495))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2198'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.528 -70.523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.528"^^xsd:decimal ;
  dwc:decimalLongitude "-70.523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_645'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_645'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.523'^^xsd:double;
  dwc:startLongitude '-70.523'^^xsd:double;
  dwc:endLongitude '-70.523'^^xsd:double;
  dwc:latitude '42.528'^^xsd:double;
  dwc:startLatitude '42.528'^^xsd:double;
  dwc:endLatitude '42.528'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.523 42.528, -70.523 42.528, -70.523 42.528, -70.523 42.528, -70.523 42.528))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_645'^^xsd:string;
  dwc:observationDate '1989-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.755 -70.522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.755"^^xsd:decimal ;
  dwc:decimalLongitude "-70.522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_21'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_21'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.522'^^xsd:double;
  dwc:startLongitude '-70.522'^^xsd:double;
  dwc:endLongitude '-70.522'^^xsd:double;
  dwc:latitude '42.755'^^xsd:double;
  dwc:startLatitude '42.755'^^xsd:double;
  dwc:endLatitude '42.755'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.522 42.755, -70.522 42.755, -70.522 42.755, -70.522 42.755, -70.522 42.755))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_21'^^xsd:string;
  dwc:observationDate '1989-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.349 -70.519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.349"^^xsd:decimal ;
  dwc:decimalLongitude "-70.519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2253'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2253'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.519'^^xsd:double;
  dwc:startLongitude '-70.519'^^xsd:double;
  dwc:endLongitude '-70.519'^^xsd:double;
  dwc:latitude '42.349'^^xsd:double;
  dwc:startLatitude '42.349'^^xsd:double;
  dwc:endLatitude '42.349'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.519 42.349, -70.519 42.349, -70.519 42.349, -70.519 42.349, -70.519 42.349))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2253'^^xsd:string;
  dwc:observationDate '1988-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3533'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_3533'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.5167'^^xsd:double;
  dwc:startLongitude '-70.5167'^^xsd:double;
  dwc:endLongitude '-70.5167'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5167 42.4167, -70.5167 42.4167, -70.5167 42.4167, -70.5167 42.4167, -70.5167 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3533'^^xsd:string;
  dwc:observationDate '1992-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_910'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_910'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.5167'^^xsd:double;
  dwc:startLongitude '-70.5167'^^xsd:double;
  dwc:endLongitude '-70.5167'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5167 42.4333, -70.5167 42.4333, -70.5167 42.4333, -70.5167 42.4333, -70.5167 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_910'^^xsd:string;
  dwc:observationDate '1985-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1726'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1726'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.5167'^^xsd:double;
  dwc:startLongitude '-70.5167'^^xsd:double;
  dwc:endLongitude '-70.5167'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5167 42.7, -70.5167 42.7, -70.5167 42.7, -70.5167 42.7, -70.5167 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1726'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1728'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1728'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.5167'^^xsd:double;
  dwc:startLongitude '-70.5167'^^xsd:double;
  dwc:endLongitude '-70.5167'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5167 42.7, -70.5167 42.7, -70.5167 42.7, -70.5167 42.7, -70.5167 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1728'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.463 -70.516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.463"^^xsd:decimal ;
  dwc:decimalLongitude "-70.516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_91'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_91'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.516'^^xsd:double;
  dwc:startLongitude '-70.516'^^xsd:double;
  dwc:endLongitude '-70.516'^^xsd:double;
  dwc:latitude '42.463'^^xsd:double;
  dwc:startLatitude '42.463'^^xsd:double;
  dwc:endLatitude '42.463'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.516 42.463, -70.516 42.463, -70.516 42.463, -70.516 42.463, -70.516 42.463))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_91'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3717'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3717'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.515'^^xsd:double;
  dwc:startLongitude '-70.515'^^xsd:double;
  dwc:endLongitude '-70.515'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.515 42.423, -70.515 42.423, -70.515 42.423, -70.515 42.423, -70.515 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3717'^^xsd:string;
  dwc:observationDate '1989-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.485 -70.515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.485"^^xsd:decimal ;
  dwc:decimalLongitude "-70.515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2864'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2864'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.515'^^xsd:double;
  dwc:startLongitude '-70.515'^^xsd:double;
  dwc:endLongitude '-70.515'^^xsd:double;
  dwc:latitude '42.485'^^xsd:double;
  dwc:startLatitude '42.485'^^xsd:double;
  dwc:endLatitude '42.485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.515 42.485, -70.515 42.485, -70.515 42.485, -70.515 42.485, -70.515 42.485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2864'^^xsd:string;
  dwc:observationDate '1989-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.486 -70.514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.486"^^xsd:decimal ;
  dwc:decimalLongitude "-70.514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2866'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2866'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.514'^^xsd:double;
  dwc:startLongitude '-70.514'^^xsd:double;
  dwc:endLongitude '-70.514'^^xsd:double;
  dwc:latitude '42.486'^^xsd:double;
  dwc:startLatitude '42.486'^^xsd:double;
  dwc:endLatitude '42.486'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.514 42.486, -70.514 42.486, -70.514 42.486, -70.514 42.486, -70.514 42.486))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2866'^^xsd:string;
  dwc:observationDate '1989-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.525 -70.513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.525"^^xsd:decimal ;
  dwc:decimalLongitude "-70.513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2718'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2718'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.513'^^xsd:double;
  dwc:startLongitude '-70.513'^^xsd:double;
  dwc:endLongitude '-70.513'^^xsd:double;
  dwc:latitude '42.525'^^xsd:double;
  dwc:startLatitude '42.525'^^xsd:double;
  dwc:endLatitude '42.525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.513 42.525, -70.513 42.525, -70.513 42.525, -70.513 42.525, -70.513 42.525))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2718'^^xsd:string;
  dwc:observationDate '1988-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_873'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_873'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.51'^^xsd:double;
  dwc:startLongitude '-70.51'^^xsd:double;
  dwc:endLongitude '-70.51'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.51 42.424, -70.51 42.424, -70.51 42.424, -70.51 42.424, -70.51 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_873'^^xsd:string;
  dwc:observationDate '1989-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3424'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3424'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.51'^^xsd:double;
  dwc:startLongitude '-70.51'^^xsd:double;
  dwc:endLongitude '-70.51'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.51 42.437, -70.51 42.437, -70.51 42.437, -70.51 42.437, -70.51 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3424'^^xsd:string;
  dwc:observationDate '1992-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.474 -70.509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.474"^^xsd:decimal ;
  dwc:decimalLongitude "-70.509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2134'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2134'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.509'^^xsd:double;
  dwc:startLongitude '-70.509'^^xsd:double;
  dwc:endLongitude '-70.509'^^xsd:double;
  dwc:latitude '42.474'^^xsd:double;
  dwc:startLatitude '42.474'^^xsd:double;
  dwc:endLatitude '42.474'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.509 42.474, -70.509 42.474, -70.509 42.474, -70.509 42.474, -70.509 42.474))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2134'^^xsd:string;
  dwc:observationDate '1989-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2269'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2269'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.506'^^xsd:double;
  dwc:startLongitude '-70.506'^^xsd:double;
  dwc:endLongitude '-70.506'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.506 42.439, -70.506 42.439, -70.506 42.439, -70.506 42.439, -70.506 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2269'^^xsd:string;
  dwc:observationDate '1991-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.665 -70.504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.665"^^xsd:decimal ;
  dwc:decimalLongitude "-70.504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_80'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_80'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.504'^^xsd:double;
  dwc:startLongitude '-70.504'^^xsd:double;
  dwc:endLongitude '-70.504'^^xsd:double;
  dwc:latitude '42.665'^^xsd:double;
  dwc:startLatitude '42.665'^^xsd:double;
  dwc:endLatitude '42.665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.504 42.665, -70.504 42.665, -70.504 42.665, -70.504 42.665, -70.504 42.665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_80'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_18'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_18'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.502'^^xsd:double;
  dwc:startLongitude '-70.502'^^xsd:double;
  dwc:endLongitude '-70.502'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.502 42.422, -70.502 42.422, -70.502 42.422, -70.502 42.422, -70.502 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_18'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.464 -70.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.464"^^xsd:decimal ;
  dwc:decimalLongitude "-70.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2144'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2144'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.502'^^xsd:double;
  dwc:startLongitude '-70.502'^^xsd:double;
  dwc:endLongitude '-70.502'^^xsd:double;
  dwc:latitude '42.464'^^xsd:double;
  dwc:startLatitude '42.464'^^xsd:double;
  dwc:endLatitude '42.464'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.502 42.464, -70.502 42.464, -70.502 42.464, -70.502 42.464, -70.502 42.464))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2144'^^xsd:string;
  dwc:observationDate '1991-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.443 -70.501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.443"^^xsd:decimal ;
  dwc:decimalLongitude "-70.501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_835'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_835'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.501'^^xsd:double;
  dwc:startLongitude '-70.501'^^xsd:double;
  dwc:endLongitude '-70.501'^^xsd:double;
  dwc:latitude '42.443'^^xsd:double;
  dwc:startLatitude '42.443'^^xsd:double;
  dwc:endLatitude '42.443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.501 42.443, -70.501 42.443, -70.501 42.443, -70.501 42.443, -70.501 42.443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_835'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.372 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.372"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_11'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_11'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.372'^^xsd:double;
  dwc:startLatitude '42.372'^^xsd:double;
  dwc:endLatitude '42.372'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.372, -70.5 42.372, -70.5 42.372, -70.5 42.372, -70.5 42.372))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_11'^^xsd:string;
  dwc:observationDate '1991-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2523'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2523'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^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:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.4333, -70.5 42.4333, -70.5 42.4333, -70.5 42.4333, -70.5 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2523'^^xsd:string;
  dwc:observationDate '1979-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3885'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3885'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.45, -70.5 42.45, -70.5 42.45, -70.5 42.45, -70.5 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3885'^^xsd:string;
  dwc:observationDate '1992-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5167 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3655'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3655'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.5167'^^xsd:double;
  dwc:startLatitude '42.5167'^^xsd:double;
  dwc:endLatitude '42.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.5167, -70.5 42.5167, -70.5 42.5167, -70.5 42.5167, -70.5 42.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3655'^^xsd:string;
  dwc:observationDate '1982-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5167 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3656'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3656'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.5167'^^xsd:double;
  dwc:startLatitude '42.5167'^^xsd:double;
  dwc:endLatitude '42.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.5167, -70.5 42.5167, -70.5 42.5167, -70.5 42.5167, -70.5 42.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3656'^^xsd:string;
  dwc:observationDate '1982-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5333 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3654'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3654'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.5333'^^xsd:double;
  dwc:startLatitude '42.5333'^^xsd:double;
  dwc:endLatitude '42.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.5333, -70.5 42.5333, -70.5 42.5333, -70.5 42.5333, -70.5 42.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3654'^^xsd:string;
  dwc:observationDate '1982-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6667 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_536'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_536'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.6667'^^xsd:double;
  dwc:startLatitude '42.6667'^^xsd:double;
  dwc:endLatitude '42.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.6667, -70.5 42.6667, -70.5 42.6667, -70.5 42.6667, -70.5 42.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_536'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6667 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_535'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_535'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.6667'^^xsd:double;
  dwc:startLatitude '42.6667'^^xsd:double;
  dwc:endLatitude '42.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.6667, -70.5 42.6667, -70.5 42.6667, -70.5 42.6667, -70.5 42.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_535'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6833 -70.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1721'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1721'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.5'^^xsd:double;
  dwc:startLongitude '-70.5'^^xsd:double;
  dwc:endLongitude '-70.5'^^xsd:double;
  dwc:latitude '42.6833'^^xsd:double;
  dwc:startLatitude '42.6833'^^xsd:double;
  dwc:endLatitude '42.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.5 42.6833, -70.5 42.6833, -70.5 42.6833, -70.5 42.6833, -70.5 42.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1721'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.376"^^xsd:decimal ;
  dwc:decimalLongitude "-70.499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2373'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2373'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.499'^^xsd:double;
  dwc:startLongitude '-70.499'^^xsd:double;
  dwc:endLongitude '-70.499'^^xsd:double;
  dwc:latitude '42.376'^^xsd:double;
  dwc:startLatitude '42.376'^^xsd:double;
  dwc:endLatitude '42.376'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.499 42.376, -70.499 42.376, -70.499 42.376, -70.499 42.376, -70.499 42.376))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2373'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.32 -70.498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.32"^^xsd:decimal ;
  dwc:decimalLongitude "-70.498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_888'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_888'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.498'^^xsd:double;
  dwc:startLongitude '-70.498'^^xsd:double;
  dwc:endLongitude '-70.498'^^xsd:double;
  dwc:latitude '42.32'^^xsd:double;
  dwc:startLatitude '42.32'^^xsd:double;
  dwc:endLatitude '42.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.498 42.32, -70.498 42.32, -70.498 42.32, -70.498 42.32, -70.498 42.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_888'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2495'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2495'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.498'^^xsd:double;
  dwc:startLongitude '-70.498'^^xsd:double;
  dwc:endLongitude '-70.498'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.498 42.429, -70.498 42.429, -70.498 42.429, -70.498 42.429, -70.498 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2495'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.445 -70.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.445"^^xsd:decimal ;
  dwc:decimalLongitude "-70.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3180'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3180'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.497'^^xsd:double;
  dwc:startLongitude '-70.497'^^xsd:double;
  dwc:endLongitude '-70.497'^^xsd:double;
  dwc:latitude '42.445'^^xsd:double;
  dwc:startLatitude '42.445'^^xsd:double;
  dwc:endLatitude '42.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.497 42.445, -70.497 42.445, -70.497 42.445, -70.497 42.445, -70.497 42.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3180'^^xsd:string;
  dwc:observationDate '1990-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.643 -70.496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.643"^^xsd:decimal ;
  dwc:decimalLongitude "-70.496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_837'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_837'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.496'^^xsd:double;
  dwc:startLongitude '-70.496'^^xsd:double;
  dwc:endLongitude '-70.496'^^xsd:double;
  dwc:latitude '42.643'^^xsd:double;
  dwc:startLatitude '42.643'^^xsd:double;
  dwc:endLatitude '42.643'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.496 42.643, -70.496 42.643, -70.496 42.643, -70.496 42.643, -70.496 42.643))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_837'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7117 -70.496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7117"^^xsd:decimal ;
  dwc:decimalLongitude "-70.496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1537'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1537'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.496'^^xsd:double;
  dwc:startLongitude '-70.496'^^xsd:double;
  dwc:endLongitude '-70.496'^^xsd:double;
  dwc:latitude '42.7117'^^xsd:double;
  dwc:startLatitude '42.7117'^^xsd:double;
  dwc:endLatitude '42.7117'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.496 42.7117, -70.496 42.7117, -70.496 42.7117, -70.496 42.7117, -70.496 42.7117))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1537'^^xsd:string;
  dwc:observationDate '2003-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.527 -70.495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.527"^^xsd:decimal ;
  dwc:decimalLongitude "-70.495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_618'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_618'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.495'^^xsd:double;
  dwc:startLongitude '-70.495'^^xsd:double;
  dwc:endLongitude '-70.495'^^xsd:double;
  dwc:latitude '42.527'^^xsd:double;
  dwc:startLatitude '42.527'^^xsd:double;
  dwc:endLatitude '42.527'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.495 42.527, -70.495 42.527, -70.495 42.527, -70.495 42.527, -70.495 42.527))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_618'^^xsd:string;
  dwc:observationDate '1987-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7131 -70.4947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7131"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1536'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1536'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.4947'^^xsd:double;
  dwc:startLongitude '-70.4947'^^xsd:double;
  dwc:endLongitude '-70.4947'^^xsd:double;
  dwc:latitude '42.7131'^^xsd:double;
  dwc:startLatitude '42.7131'^^xsd:double;
  dwc:endLatitude '42.7131'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4947 42.7131, -70.4947 42.7131, -70.4947 42.7131, -70.4947 42.7131, -70.4947 42.7131))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1536'^^xsd:string;
  dwc:observationDate '2003-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3418'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3418'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.494'^^xsd:double;
  dwc:startLongitude '-70.494'^^xsd:double;
  dwc:endLongitude '-70.494'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.494 42.392, -70.494 42.392, -70.494 42.392, -70.494 42.392, -70.494 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3418'^^xsd:string;
  dwc:observationDate '1988-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.398"^^xsd:decimal ;
  dwc:decimalLongitude "-70.494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2094'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2094'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.494'^^xsd:double;
  dwc:startLongitude '-70.494'^^xsd:double;
  dwc:endLongitude '-70.494'^^xsd:double;
  dwc:latitude '42.398'^^xsd:double;
  dwc:startLatitude '42.398'^^xsd:double;
  dwc:endLatitude '42.398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.494 42.398, -70.494 42.398, -70.494 42.398, -70.494 42.398, -70.494 42.398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2094'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3676'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3676'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.494'^^xsd:double;
  dwc:startLongitude '-70.494'^^xsd:double;
  dwc:endLongitude '-70.494'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.494 42.421, -70.494 42.421, -70.494 42.421, -70.494 42.421, -70.494 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3676'^^xsd:string;
  dwc:observationDate '1990-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.449"^^xsd:decimal ;
  dwc:decimalLongitude "-70.493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_734'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_734'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.493'^^xsd:double;
  dwc:startLongitude '-70.493'^^xsd:double;
  dwc:endLongitude '-70.493'^^xsd:double;
  dwc:latitude '42.449'^^xsd:double;
  dwc:startLatitude '42.449'^^xsd:double;
  dwc:endLatitude '42.449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.493 42.449, -70.493 42.449, -70.493 42.449, -70.493 42.449, -70.493 42.449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_734'^^xsd:string;
  dwc:observationDate '1988-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.464 -70.492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.464"^^xsd:decimal ;
  dwc:decimalLongitude "-70.492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2146'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2146'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.492'^^xsd:double;
  dwc:startLongitude '-70.492'^^xsd:double;
  dwc:endLongitude '-70.492'^^xsd:double;
  dwc:latitude '42.464'^^xsd:double;
  dwc:startLatitude '42.464'^^xsd:double;
  dwc:endLatitude '42.464'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.492 42.464, -70.492 42.464, -70.492 42.464, -70.492 42.464, -70.492 42.464))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2146'^^xsd:string;
  dwc:observationDate '1991-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.625 -70.492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.625"^^xsd:decimal ;
  dwc:decimalLongitude "-70.492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_852'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_852'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.492'^^xsd:double;
  dwc:startLongitude '-70.492'^^xsd:double;
  dwc:endLongitude '-70.492'^^xsd:double;
  dwc:latitude '42.625'^^xsd:double;
  dwc:startLatitude '42.625'^^xsd:double;
  dwc:endLatitude '42.625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.492 42.625, -70.492 42.625, -70.492 42.625, -70.492 42.625, -70.492 42.625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_852'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.381"^^xsd:decimal ;
  dwc:decimalLongitude "-70.491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1152'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1152'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.491'^^xsd:double;
  dwc:startLongitude '-70.491'^^xsd:double;
  dwc:endLongitude '-70.491'^^xsd:double;
  dwc:latitude '42.381'^^xsd:double;
  dwc:startLatitude '42.381'^^xsd:double;
  dwc:endLatitude '42.381'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.491 42.381, -70.491 42.381, -70.491 42.381, -70.491 42.381, -70.491 42.381))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1152'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3672'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3672'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.491'^^xsd:double;
  dwc:startLongitude '-70.491'^^xsd:double;
  dwc:endLongitude '-70.491'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.491 42.436, -70.491 42.436, -70.491 42.436, -70.491 42.436, -70.491 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3672'^^xsd:string;
  dwc:observationDate '1989-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3678'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3678'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.491'^^xsd:double;
  dwc:startLongitude '-70.491'^^xsd:double;
  dwc:endLongitude '-70.491'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.491 42.436, -70.491 42.436, -70.491 42.436, -70.491 42.436, -70.491 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3678'^^xsd:string;
  dwc:observationDate '1990-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3677'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3677'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.491'^^xsd:double;
  dwc:startLongitude '-70.491'^^xsd:double;
  dwc:endLongitude '-70.491'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.491 42.436, -70.491 42.436, -70.491 42.436, -70.491 42.436, -70.491 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3677'^^xsd:string;
  dwc:observationDate '1990-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.498 -70.491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.498"^^xsd:decimal ;
  dwc:decimalLongitude "-70.491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_811'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_811'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.491'^^xsd:double;
  dwc:startLongitude '-70.491'^^xsd:double;
  dwc:endLongitude '-70.491'^^xsd:double;
  dwc:latitude '42.498'^^xsd:double;
  dwc:startLatitude '42.498'^^xsd:double;
  dwc:endLatitude '42.498'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.491 42.498, -70.491 42.498, -70.491 42.498, -70.491 42.498, -70.491 42.498))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_811'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3904'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3904'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.49'^^xsd:double;
  dwc:startLongitude '-70.49'^^xsd:double;
  dwc:endLongitude '-70.49'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3904'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3903'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3903'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.49'^^xsd:double;
  dwc:startLongitude '-70.49'^^xsd:double;
  dwc:endLongitude '-70.49'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3903'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3900'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3900'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.49'^^xsd:double;
  dwc:startLongitude '-70.49'^^xsd:double;
  dwc:endLongitude '-70.49'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3900'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3905'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3905'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.49'^^xsd:double;
  dwc:startLongitude '-70.49'^^xsd:double;
  dwc:endLongitude '-70.49'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396, -70.49 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3905'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.483 -70.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.483"^^xsd:decimal ;
  dwc:decimalLongitude "-70.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3229'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3229'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.49'^^xsd:double;
  dwc:startLongitude '-70.49'^^xsd:double;
  dwc:endLongitude '-70.49'^^xsd:double;
  dwc:latitude '42.483'^^xsd:double;
  dwc:startLatitude '42.483'^^xsd:double;
  dwc:endLatitude '42.483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.49 42.483, -70.49 42.483, -70.49 42.483, -70.49 42.483, -70.49 42.483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3229'^^xsd:string;
  dwc:observationDate '1990-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.629 -70.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.629"^^xsd:decimal ;
  dwc:decimalLongitude "-70.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_854'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_854'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.49'^^xsd:double;
  dwc:startLongitude '-70.49'^^xsd:double;
  dwc:endLongitude '-70.49'^^xsd:double;
  dwc:latitude '42.629'^^xsd:double;
  dwc:startLatitude '42.629'^^xsd:double;
  dwc:endLatitude '42.629'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.49 42.629, -70.49 42.629, -70.49 42.629, -70.49 42.629, -70.49 42.629))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_854'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.629 -70.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.629"^^xsd:decimal ;
  dwc:decimalLongitude "-70.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_850'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_850'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.49'^^xsd:double;
  dwc:startLongitude '-70.49'^^xsd:double;
  dwc:endLongitude '-70.49'^^xsd:double;
  dwc:latitude '42.629'^^xsd:double;
  dwc:startLatitude '42.629'^^xsd:double;
  dwc:endLatitude '42.629'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.49 42.629, -70.49 42.629, -70.49 42.629, -70.49 42.629, -70.49 42.629))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_850'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1496'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1496'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.489'^^xsd:double;
  dwc:startLongitude '-70.489'^^xsd:double;
  dwc:endLongitude '-70.489'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.489 42.402, -70.489 42.402, -70.489 42.402, -70.489 42.402, -70.489 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1496'^^xsd:string;
  dwc:observationDate '1992-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3713'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3713'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.488'^^xsd:double;
  dwc:startLongitude '-70.488'^^xsd:double;
  dwc:endLongitude '-70.488'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.488 42.411, -70.488 42.411, -70.488 42.411, -70.488 42.411, -70.488 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3713'^^xsd:string;
  dwc:observationDate '1989-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.414"^^xsd:decimal ;
  dwc:decimalLongitude "-70.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2181'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2181'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.488'^^xsd:double;
  dwc:startLongitude '-70.488'^^xsd:double;
  dwc:endLongitude '-70.488'^^xsd:double;
  dwc:latitude '42.414'^^xsd:double;
  dwc:startLatitude '42.414'^^xsd:double;
  dwc:endLatitude '42.414'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.488 42.414, -70.488 42.414, -70.488 42.414, -70.488 42.414, -70.488 42.414))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2181'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3159'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3159'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.488'^^xsd:double;
  dwc:startLongitude '-70.488'^^xsd:double;
  dwc:endLongitude '-70.488'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.488 42.417, -70.488 42.417, -70.488 42.417, -70.488 42.417, -70.488 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3159'^^xsd:string;
  dwc:observationDate '1992-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.655 -70.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.655"^^xsd:decimal ;
  dwc:decimalLongitude "-70.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_87'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_87'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.488'^^xsd:double;
  dwc:startLongitude '-70.488'^^xsd:double;
  dwc:endLongitude '-70.488'^^xsd:double;
  dwc:latitude '42.655'^^xsd:double;
  dwc:startLatitude '42.655'^^xsd:double;
  dwc:endLatitude '42.655'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.488 42.655, -70.488 42.655, -70.488 42.655, -70.488 42.655, -70.488 42.655))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_87'^^xsd:string;
  dwc:observationDate '1980-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3875'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3875'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.487'^^xsd:double;
  dwc:startLongitude '-70.487'^^xsd:double;
  dwc:endLongitude '-70.487'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.487 42.406, -70.487 42.406, -70.487 42.406, -70.487 42.406, -70.487 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3875'^^xsd:string;
  dwc:observationDate '1992-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_41'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_41'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.487'^^xsd:double;
  dwc:startLongitude '-70.487'^^xsd:double;
  dwc:endLongitude '-70.487'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.487 42.426, -70.487 42.426, -70.487 42.426, -70.487 42.426, -70.487 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_41'^^xsd:string;
  dwc:observationDate '1992-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3638'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3638'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.486'^^xsd:double;
  dwc:startLongitude '-70.486'^^xsd:double;
  dwc:endLongitude '-70.486'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.486 42.424, -70.486 42.424, -70.486 42.424, -70.486 42.424, -70.486 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3638'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -70.486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.44"^^xsd:decimal ;
  dwc:decimalLongitude "-70.486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2142'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2142'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.486'^^xsd:double;
  dwc:startLongitude '-70.486'^^xsd:double;
  dwc:endLongitude '-70.486'^^xsd:double;
  dwc:latitude '42.44'^^xsd:double;
  dwc:startLatitude '42.44'^^xsd:double;
  dwc:endLatitude '42.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.486 42.44, -70.486 42.44, -70.486 42.44, -70.486 42.44, -70.486 42.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2142'^^xsd:string;
  dwc:observationDate '1990-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -70.486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.44"^^xsd:decimal ;
  dwc:decimalLongitude "-70.486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2140'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2140'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.486'^^xsd:double;
  dwc:startLongitude '-70.486'^^xsd:double;
  dwc:endLongitude '-70.486'^^xsd:double;
  dwc:latitude '42.44'^^xsd:double;
  dwc:startLatitude '42.44'^^xsd:double;
  dwc:endLatitude '42.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.486 42.44, -70.486 42.44, -70.486 42.44, -70.486 42.44, -70.486 42.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2140'^^xsd:string;
  dwc:observationDate '1990-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.473 -70.486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.473"^^xsd:decimal ;
  dwc:decimalLongitude "-70.486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_813'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_813'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.486'^^xsd:double;
  dwc:startLongitude '-70.486'^^xsd:double;
  dwc:endLongitude '-70.486'^^xsd:double;
  dwc:latitude '42.473'^^xsd:double;
  dwc:startLatitude '42.473'^^xsd:double;
  dwc:endLatitude '42.473'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.486 42.473, -70.486 42.473, -70.486 42.473, -70.486 42.473, -70.486 42.473))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_813'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 -70.486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "-70.486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3244'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3244'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.486'^^xsd:double;
  dwc:startLongitude '-70.486'^^xsd:double;
  dwc:endLongitude '-70.486'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:startLatitude '42.48'^^xsd:double;
  dwc:endLatitude '42.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.486 42.48, -70.486 42.48, -70.486 42.48, -70.486 42.48, -70.486 42.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3244'^^xsd:string;
  dwc:observationDate '1989-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.643 -70.486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.643"^^xsd:decimal ;
  dwc:decimalLongitude "-70.486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_81'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_81'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.486'^^xsd:double;
  dwc:startLongitude '-70.486'^^xsd:double;
  dwc:endLongitude '-70.486'^^xsd:double;
  dwc:latitude '42.643'^^xsd:double;
  dwc:startLatitude '42.643'^^xsd:double;
  dwc:endLatitude '42.643'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.486 42.643, -70.486 42.643, -70.486 42.643, -70.486 42.643, -70.486 42.643))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_81'^^xsd:string;
  dwc:observationDate '1980-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3671'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3671'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.485'^^xsd:double;
  dwc:startLongitude '-70.485'^^xsd:double;
  dwc:endLongitude '-70.485'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.485 42.419, -70.485 42.419, -70.485 42.419, -70.485 42.419, -70.485 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3671'^^xsd:string;
  dwc:observationDate '1989-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3673'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3673'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.485'^^xsd:double;
  dwc:startLongitude '-70.485'^^xsd:double;
  dwc:endLongitude '-70.485'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.485 42.419, -70.485 42.419, -70.485 42.419, -70.485 42.419, -70.485 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3673'^^xsd:string;
  dwc:observationDate '1989-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_438'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_438'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.485'^^xsd:double;
  dwc:startLongitude '-70.485'^^xsd:double;
  dwc:endLongitude '-70.485'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.485 42.427, -70.485 42.427, -70.485 42.427, -70.485 42.427, -70.485 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_438'^^xsd:string;
  dwc:observationDate '1983-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2903'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2903'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.485'^^xsd:double;
  dwc:startLongitude '-70.485'^^xsd:double;
  dwc:endLongitude '-70.485'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.485 42.427, -70.485 42.427, -70.485 42.427, -70.485 42.427, -70.485 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2903'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2901'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2901'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.485'^^xsd:double;
  dwc:startLongitude '-70.485'^^xsd:double;
  dwc:endLongitude '-70.485'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.485 42.427, -70.485 42.427, -70.485 42.427, -70.485 42.427, -70.485 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2901'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2141'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2141'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.485'^^xsd:double;
  dwc:startLongitude '-70.485'^^xsd:double;
  dwc:endLongitude '-70.485'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.485 42.439, -70.485 42.439, -70.485 42.439, -70.485 42.439, -70.485 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2141'^^xsd:string;
  dwc:observationDate '1990-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.471 -70.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.471"^^xsd:decimal ;
  dwc:decimalLongitude "-70.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_16'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_16'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.485'^^xsd:double;
  dwc:startLongitude '-70.485'^^xsd:double;
  dwc:endLongitude '-70.485'^^xsd:double;
  dwc:latitude '42.471'^^xsd:double;
  dwc:startLatitude '42.471'^^xsd:double;
  dwc:endLatitude '42.471'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.485 42.471, -70.485 42.471, -70.485 42.471, -70.485 42.471, -70.485 42.471))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_16'^^xsd:string;
  dwc:observationDate '1990-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2318'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2318'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.484'^^xsd:double;
  dwc:startLongitude '-70.484'^^xsd:double;
  dwc:endLongitude '-70.484'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.484 42.392, -70.484 42.392, -70.484 42.392, -70.484 42.392, -70.484 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2318'^^xsd:string;
  dwc:observationDate '1990-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.464 -70.484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.464"^^xsd:decimal ;
  dwc:decimalLongitude "-70.484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3543'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3543'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.484'^^xsd:double;
  dwc:startLongitude '-70.484'^^xsd:double;
  dwc:endLongitude '-70.484'^^xsd:double;
  dwc:latitude '42.464'^^xsd:double;
  dwc:startLatitude '42.464'^^xsd:double;
  dwc:endLatitude '42.464'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.484 42.464, -70.484 42.464, -70.484 42.464, -70.484 42.464, -70.484 42.464))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3543'^^xsd:string;
  dwc:observationDate '1991-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3579'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3579'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3579'^^xsd:string;
  dwc:observationDate '1993-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3530'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_3530'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3530'^^xsd:string;
  dwc:observationDate '1993-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2497'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2497'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167, -70.4833 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2497'^^xsd:string;
  dwc:observationDate '1993-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3895'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3895'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3895'^^xsd:string;
  dwc:observationDate '1992-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_114'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_114'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_114'^^xsd:string;
  dwc:observationDate '1993-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_113'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_113'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333, -70.4833 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_113'^^xsd:string;
  dwc:observationDate '1993-10-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5167 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_666'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_666'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.5167'^^xsd:double;
  dwc:startLatitude '42.5167'^^xsd:double;
  dwc:endLatitude '42.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.5167, -70.4833 42.5167, -70.4833 42.5167, -70.4833 42.5167, -70.4833 42.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_666'^^xsd:string;
  dwc:observationDate '1993-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_471'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_471'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4833'^^xsd:double;
  dwc:startLongitude '-70.4833'^^xsd:double;
  dwc:endLongitude '-70.4833'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4833 42.8667, -70.4833 42.8667, -70.4833 42.8667, -70.4833 42.8667, -70.4833 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_471'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2990'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2990'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.483'^^xsd:double;
  dwc:startLongitude '-70.483'^^xsd:double;
  dwc:endLongitude '-70.483'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.483 42.401, -70.483 42.401, -70.483 42.401, -70.483 42.401, -70.483 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2990'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2999'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2999'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.483'^^xsd:double;
  dwc:startLongitude '-70.483'^^xsd:double;
  dwc:endLongitude '-70.483'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.483 42.401, -70.483 42.401, -70.483 42.401, -70.483 42.401, -70.483 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2999'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3629'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3629'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.483'^^xsd:double;
  dwc:startLongitude '-70.483'^^xsd:double;
  dwc:endLongitude '-70.483'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.483 42.417, -70.483 42.417, -70.483 42.417, -70.483 42.417, -70.483 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3629'^^xsd:string;
  dwc:observationDate '1989-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3630'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3630'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.483'^^xsd:double;
  dwc:startLongitude '-70.483'^^xsd:double;
  dwc:endLongitude '-70.483'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.483 42.417, -70.483 42.417, -70.483 42.417, -70.483 42.417, -70.483 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3630'^^xsd:string;
  dwc:observationDate '1989-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2319'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2319'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.393, -70.482 42.393, -70.482 42.393, -70.482 42.393, -70.482 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2319'^^xsd:string;
  dwc:observationDate '1990-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.414"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3627'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3627'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.414'^^xsd:double;
  dwc:startLatitude '42.414'^^xsd:double;
  dwc:endLatitude '42.414'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.414, -70.482 42.414, -70.482 42.414, -70.482 42.414, -70.482 42.414))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3627'^^xsd:string;
  dwc:observationDate '1989-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3628'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3628'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.415, -70.482 42.415, -70.482 42.415, -70.482 42.415, -70.482 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3628'^^xsd:string;
  dwc:observationDate '1989-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3633'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3633'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.415, -70.482 42.415, -70.482 42.415, -70.482 42.415, -70.482 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3633'^^xsd:string;
  dwc:observationDate '1989-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3872'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3872'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.419, -70.482 42.419, -70.482 42.419, -70.482 42.419, -70.482 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3872'^^xsd:string;
  dwc:observationDate '1992-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3897'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3897'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.419, -70.482 42.419, -70.482 42.419, -70.482 42.419, -70.482 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3897'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2043'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2043'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.421, -70.482 42.421, -70.482 42.421, -70.482 42.421, -70.482 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2043'^^xsd:string;
  dwc:observationDate '1989-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2855'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2855'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.43, -70.482 42.43, -70.482 42.43, -70.482 42.43, -70.482 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2855'^^xsd:string;
  dwc:observationDate '1989-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_600'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_600'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.45, -70.482 42.45, -70.482 42.45, -70.482 42.45, -70.482 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_600'^^xsd:string;
  dwc:observationDate '1990-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.658 -70.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.658"^^xsd:decimal ;
  dwc:decimalLongitude "-70.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1713'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1713'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.482'^^xsd:double;
  dwc:startLongitude '-70.482'^^xsd:double;
  dwc:endLongitude '-70.482'^^xsd:double;
  dwc:latitude '42.658'^^xsd:double;
  dwc:startLatitude '42.658'^^xsd:double;
  dwc:endLatitude '42.658'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.482 42.658, -70.482 42.658, -70.482 42.658, -70.482 42.658, -70.482 42.658))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1713'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1197'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1197'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.481'^^xsd:double;
  dwc:startLongitude '-70.481'^^xsd:double;
  dwc:endLongitude '-70.481'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.481 42.391, -70.481 42.391, -70.481 42.391, -70.481 42.391, -70.481 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1197'^^xsd:string;
  dwc:observationDate '1987-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3602'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3602'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.481'^^xsd:double;
  dwc:startLongitude '-70.481'^^xsd:double;
  dwc:endLongitude '-70.481'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.481 42.424, -70.481 42.424, -70.481 42.424, -70.481 42.424, -70.481 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3602'^^xsd:string;
  dwc:observationDate '1990-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_917'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_917'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.481'^^xsd:double;
  dwc:startLongitude '-70.481'^^xsd:double;
  dwc:endLongitude '-70.481'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.481 42.432, -70.481 42.432, -70.481 42.432, -70.481 42.432, -70.481 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_917'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3670'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3670'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.48'^^xsd:double;
  dwc:startLongitude '-70.48'^^xsd:double;
  dwc:endLongitude '-70.48'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.48 42.432, -70.48 42.432, -70.48 42.432, -70.48 42.432, -70.48 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3670'^^xsd:string;
  dwc:observationDate '1989-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.469 -70.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.469"^^xsd:decimal ;
  dwc:decimalLongitude "-70.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2483'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2483'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.48'^^xsd:double;
  dwc:startLongitude '-70.48'^^xsd:double;
  dwc:endLongitude '-70.48'^^xsd:double;
  dwc:latitude '42.469'^^xsd:double;
  dwc:startLatitude '42.469'^^xsd:double;
  dwc:endLatitude '42.469'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.48 42.469, -70.48 42.469, -70.48 42.469, -70.48 42.469, -70.48 42.469))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2483'^^xsd:string;
  dwc:observationDate '1989-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2256'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2256'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.386, -70.479 42.386, -70.479 42.386, -70.479 42.386, -70.479 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2256'^^xsd:string;
  dwc:observationDate '1989-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3874'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3874'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.399, -70.479 42.399, -70.479 42.399, -70.479 42.399, -70.479 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3874'^^xsd:string;
  dwc:observationDate '1992-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3873'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3873'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.399, -70.479 42.399, -70.479 42.399, -70.479 42.399, -70.479 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3873'^^xsd:string;
  dwc:observationDate '1992-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3870'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3870'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.399, -70.479 42.399, -70.479 42.399, -70.479 42.399, -70.479 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3870'^^xsd:string;
  dwc:observationDate '1992-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1956'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1956'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.412, -70.479 42.412, -70.479 42.412, -70.479 42.412, -70.479 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1956'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_60'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_60'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.423, -70.479 42.423, -70.479 42.423, -70.479 42.423, -70.479 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_60'^^xsd:string;
  dwc:observationDate '1983-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3675'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3675'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.424, -70.479 42.424, -70.479 42.424, -70.479 42.424, -70.479 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3675'^^xsd:string;
  dwc:observationDate '1989-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2667'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2667'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.429, -70.479 42.429, -70.479 42.429, -70.479 42.429, -70.479 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2667'^^xsd:string;
  dwc:observationDate '1991-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.435 -70.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.435"^^xsd:decimal ;
  dwc:decimalLongitude "-70.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_737'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_737'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.479'^^xsd:double;
  dwc:startLongitude '-70.479'^^xsd:double;
  dwc:endLongitude '-70.479'^^xsd:double;
  dwc:latitude '42.435'^^xsd:double;
  dwc:startLatitude '42.435'^^xsd:double;
  dwc:endLatitude '42.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.479 42.435, -70.479 42.435, -70.479 42.435, -70.479 42.435, -70.479 42.435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_737'^^xsd:string;
  dwc:observationDate '1990-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3547'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_3547'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.407, -70.478 42.407, -70.478 42.407, -70.478 42.407, -70.478 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3547'^^xsd:string;
  dwc:observationDate '1990-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3548'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_3548'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.407, -70.478 42.407, -70.478 42.407, -70.478 42.407, -70.478 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3548'^^xsd:string;
  dwc:observationDate '1990-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3114'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3114'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.412, -70.478 42.412, -70.478 42.412, -70.478 42.412, -70.478 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3114'^^xsd:string;
  dwc:observationDate '1991-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2768'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_2768'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.412, -70.478 42.412, -70.478 42.412, -70.478 42.412, -70.478 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2768'^^xsd:string;
  dwc:observationDate '1992-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3145'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3145'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.423, -70.478 42.423, -70.478 42.423, -70.478 42.423, -70.478 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3145'^^xsd:string;
  dwc:observationDate '1989-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3706'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3706'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.426, -70.478 42.426, -70.478 42.426, -70.478 42.426, -70.478 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3706'^^xsd:string;
  dwc:observationDate '1989-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.643 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.643"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_85'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_85'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.643'^^xsd:double;
  dwc:startLatitude '42.643'^^xsd:double;
  dwc:endLatitude '42.643'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.643, -70.478 42.643, -70.478 42.643, -70.478 42.643, -70.478 42.643))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_85'^^xsd:string;
  dwc:observationDate '1980-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.643 -70.478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.643"^^xsd:decimal ;
  dwc:decimalLongitude "-70.478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_86'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_86'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.478'^^xsd:double;
  dwc:startLongitude '-70.478'^^xsd:double;
  dwc:endLongitude '-70.478'^^xsd:double;
  dwc:latitude '42.643'^^xsd:double;
  dwc:startLatitude '42.643'^^xsd:double;
  dwc:endLatitude '42.643'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.478 42.643, -70.478 42.643, -70.478 42.643, -70.478 42.643, -70.478 42.643))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_86'^^xsd:string;
  dwc:observationDate '1980-10-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3714'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3714'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.477'^^xsd:double;
  dwc:startLongitude '-70.477'^^xsd:double;
  dwc:endLongitude '-70.477'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.477 42.402, -70.477 42.402, -70.477 42.402, -70.477 42.402, -70.477 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3714'^^xsd:string;
  dwc:observationDate '1989-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3657'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3657'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.477'^^xsd:double;
  dwc:startLongitude '-70.477'^^xsd:double;
  dwc:endLongitude '-70.477'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.477 42.403, -70.477 42.403, -70.477 42.403, -70.477 42.403, -70.477 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3657'^^xsd:string;
  dwc:observationDate '1991-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2787'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_2787'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.477'^^xsd:double;
  dwc:startLongitude '-70.477'^^xsd:double;
  dwc:endLongitude '-70.477'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.477 42.424, -70.477 42.424, -70.477 42.424, -70.477 42.424, -70.477 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2787'^^xsd:string;
  dwc:observationDate '1992-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3880'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3880'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.477'^^xsd:double;
  dwc:startLongitude '-70.477'^^xsd:double;
  dwc:endLongitude '-70.477'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.477 42.424, -70.477 42.424, -70.477 42.424, -70.477 42.424, -70.477 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3880'^^xsd:string;
  dwc:observationDate '1992-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3558'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_3558'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.477'^^xsd:double;
  dwc:startLongitude '-70.477'^^xsd:double;
  dwc:endLongitude '-70.477'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.477 42.427, -70.477 42.427, -70.477 42.427, -70.477 42.427, -70.477 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3558'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.816 -70.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.816"^^xsd:decimal ;
  dwc:decimalLongitude "-70.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3661'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3661'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.477'^^xsd:double;
  dwc:startLongitude '-70.477'^^xsd:double;
  dwc:endLongitude '-70.477'^^xsd:double;
  dwc:latitude '42.816'^^xsd:double;
  dwc:startLatitude '42.816'^^xsd:double;
  dwc:endLatitude '42.816'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.477 42.816, -70.477 42.816, -70.477 42.816, -70.477 42.816, -70.477 42.816))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3661'^^xsd:string;
  dwc:observationDate '1981-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.816 -70.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.816"^^xsd:decimal ;
  dwc:decimalLongitude "-70.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3662'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3662'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.477'^^xsd:double;
  dwc:startLongitude '-70.477'^^xsd:double;
  dwc:endLongitude '-70.477'^^xsd:double;
  dwc:latitude '42.816'^^xsd:double;
  dwc:startLatitude '42.816'^^xsd:double;
  dwc:endLatitude '42.816'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.477 42.816, -70.477 42.816, -70.477 42.816, -70.477 42.816, -70.477 42.816))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3662'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_7'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_7'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.476'^^xsd:double;
  dwc:startLongitude '-70.476'^^xsd:double;
  dwc:endLongitude '-70.476'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.476 42.415, -70.476 42.415, -70.476 42.415, -70.476 42.415, -70.476 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_7'^^xsd:string;
  dwc:observationDate '1992-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3674'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3674'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.476'^^xsd:double;
  dwc:startLongitude '-70.476'^^xsd:double;
  dwc:endLongitude '-70.476'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.476 42.425, -70.476 42.425, -70.476 42.425, -70.476 42.425, -70.476 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3674'^^xsd:string;
  dwc:observationDate '1989-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2868'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2868'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.476'^^xsd:double;
  dwc:startLongitude '-70.476'^^xsd:double;
  dwc:endLongitude '-70.476'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.476 42.429, -70.476 42.429, -70.476 42.429, -70.476 42.429, -70.476 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2868'^^xsd:string;
  dwc:observationDate '1994-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.665 -70.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.665"^^xsd:decimal ;
  dwc:decimalLongitude "-70.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_27'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_27'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.476'^^xsd:double;
  dwc:startLongitude '-70.476'^^xsd:double;
  dwc:endLongitude '-70.476'^^xsd:double;
  dwc:latitude '42.665'^^xsd:double;
  dwc:startLatitude '42.665'^^xsd:double;
  dwc:endLatitude '42.665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.476 42.665, -70.476 42.665, -70.476 42.665, -70.476 42.665, -70.476 42.665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_27'^^xsd:string;
  dwc:observationDate '1989-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.665 -70.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.665"^^xsd:decimal ;
  dwc:decimalLongitude "-70.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_25'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_25'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.476'^^xsd:double;
  dwc:startLongitude '-70.476'^^xsd:double;
  dwc:endLongitude '-70.476'^^xsd:double;
  dwc:latitude '42.665'^^xsd:double;
  dwc:startLatitude '42.665'^^xsd:double;
  dwc:endLatitude '42.665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.476 42.665, -70.476 42.665, -70.476 42.665, -70.476 42.665, -70.476 42.665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_25'^^xsd:string;
  dwc:observationDate '1989-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2788'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_2788'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.475'^^xsd:double;
  dwc:startLongitude '-70.475'^^xsd:double;
  dwc:endLongitude '-70.475'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.475 42.418, -70.475 42.418, -70.475 42.418, -70.475 42.418, -70.475 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2788'^^xsd:string;
  dwc:observationDate '1992-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1352'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1352'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.475'^^xsd:double;
  dwc:startLongitude '-70.475'^^xsd:double;
  dwc:endLongitude '-70.475'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.475 42.427, -70.475 42.427, -70.475 42.427, -70.475 42.427, -70.475 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1352'^^xsd:string;
  dwc:observationDate '1991-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2989'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2989'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.407, -70.474 42.407, -70.474 42.407, -70.474 42.407, -70.474 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2989'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1353'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1353'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.413, -70.474 42.413, -70.474 42.413, -70.474 42.413, -70.474 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1353'^^xsd:string;
  dwc:observationDate '1991-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3371'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3371'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.419, -70.474 42.419, -70.474 42.419, -70.474 42.419, -70.474 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3371'^^xsd:string;
  dwc:observationDate '1990-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.443 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.443"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1832'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1832'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.443'^^xsd:double;
  dwc:startLatitude '42.443'^^xsd:double;
  dwc:endLatitude '42.443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1832'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.443 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.443"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1906'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1906'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.443'^^xsd:double;
  dwc:startLatitude '42.443'^^xsd:double;
  dwc:endLatitude '42.443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1906'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.443 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.443"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1864'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1864'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.443'^^xsd:double;
  dwc:startLatitude '42.443'^^xsd:double;
  dwc:endLatitude '42.443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1864'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.443 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.443"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1866'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1866'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.443'^^xsd:double;
  dwc:startLatitude '42.443'^^xsd:double;
  dwc:endLatitude '42.443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443, -70.474 42.443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1866'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.515 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.515"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2865'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2865'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.515'^^xsd:double;
  dwc:startLatitude '42.515'^^xsd:double;
  dwc:endLatitude '42.515'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.515, -70.474 42.515, -70.474 42.515, -70.474 42.515, -70.474 42.515))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2865'^^xsd:string;
  dwc:observationDate '1989-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.544 -70.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.544"^^xsd:decimal ;
  dwc:decimalLongitude "-70.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2301'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2301'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.474'^^xsd:double;
  dwc:startLongitude '-70.474'^^xsd:double;
  dwc:endLongitude '-70.474'^^xsd:double;
  dwc:latitude '42.544'^^xsd:double;
  dwc:startLatitude '42.544'^^xsd:double;
  dwc:endLatitude '42.544'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.474 42.544, -70.474 42.544, -70.474 42.544, -70.474 42.544, -70.474 42.544))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2301'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.38"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2375'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2375'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.38'^^xsd:double;
  dwc:startLatitude '42.38'^^xsd:double;
  dwc:endLatitude '42.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.38, -70.473 42.38, -70.473 42.38, -70.473 42.38, -70.473 42.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2375'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3556'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_3556'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.428, -70.473 42.428, -70.473 42.428, -70.473 42.428, -70.473 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3556'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3378'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3378'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.431, -70.473 42.431, -70.473 42.431, -70.473 42.431, -70.473 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3378'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3555'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_3555'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.431, -70.473 42.431, -70.473 42.431, -70.473 42.431, -70.473 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3555'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3559'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_3559'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.431, -70.473 42.431, -70.473 42.431, -70.473 42.431, -70.473 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3559'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.471 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.471"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3909'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3909'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.471'^^xsd:double;
  dwc:startLatitude '42.471'^^xsd:double;
  dwc:endLatitude '42.471'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.471, -70.473 42.471, -70.473 42.471, -70.473 42.471, -70.473 42.471))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3909'^^xsd:string;
  dwc:observationDate '1991-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.471 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.471"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_739'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_739'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.471'^^xsd:double;
  dwc:startLatitude '42.471'^^xsd:double;
  dwc:endLatitude '42.471'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.471, -70.473 42.471, -70.473 42.471, -70.473 42.471, -70.473 42.471))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_739'^^xsd:string;
  dwc:observationDate '1990-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.471 -70.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.471"^^xsd:decimal ;
  dwc:decimalLongitude "-70.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_740'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_740'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.473'^^xsd:double;
  dwc:startLongitude '-70.473'^^xsd:double;
  dwc:endLongitude '-70.473'^^xsd:double;
  dwc:latitude '42.471'^^xsd:double;
  dwc:startLatitude '42.471'^^xsd:double;
  dwc:endLatitude '42.471'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.473 42.471, -70.473 42.471, -70.473 42.471, -70.473 42.471, -70.473 42.471))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_740'^^xsd:string;
  dwc:observationDate '1990-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3899'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3899'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.387, -70.472 42.387, -70.472 42.387, -70.472 42.387, -70.472 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3899'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1134'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1134'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.421, -70.472 42.421, -70.472 42.421, -70.472 42.421, -70.472 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1134'^^xsd:string;
  dwc:observationDate '1990-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3471'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3471'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.434, -70.472 42.434, -70.472 42.434, -70.472 42.434, -70.472 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3471'^^xsd:string;
  dwc:observationDate '1990-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1391'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1391'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.437, -70.472 42.437, -70.472 42.437, -70.472 42.437, -70.472 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1391'^^xsd:string;
  dwc:observationDate '1992-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1390'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1390'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.437, -70.472 42.437, -70.472 42.437, -70.472 42.437, -70.472 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1390'^^xsd:string;
  dwc:observationDate '1992-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.465 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.465"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3213'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3213'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.465'^^xsd:double;
  dwc:startLatitude '42.465'^^xsd:double;
  dwc:endLatitude '42.465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.465, -70.472 42.465, -70.472 42.465, -70.472 42.465, -70.472 42.465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3213'^^xsd:string;
  dwc:observationDate '1989-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.501 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.501"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2974'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2974'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.501'^^xsd:double;
  dwc:startLatitude '42.501'^^xsd:double;
  dwc:endLatitude '42.501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.501, -70.472 42.501, -70.472 42.501, -70.472 42.501, -70.472 42.501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2974'^^xsd:string;
  dwc:observationDate '1989-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.973 -70.472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.973"^^xsd:decimal ;
  dwc:decimalLongitude "-70.472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3913'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3913'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.472'^^xsd:double;
  dwc:startLongitude '-70.472'^^xsd:double;
  dwc:endLongitude '-70.472'^^xsd:double;
  dwc:latitude '42.973'^^xsd:double;
  dwc:startLatitude '42.973'^^xsd:double;
  dwc:endLatitude '42.973'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.472 42.973, -70.472 42.973, -70.472 42.973, -70.472 42.973, -70.472 42.973))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3913'^^xsd:string;
  dwc:observationDate '1989-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -70.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.39"^^xsd:decimal ;
  dwc:decimalLongitude "-70.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3906'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3906'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.471'^^xsd:double;
  dwc:startLongitude '-70.471'^^xsd:double;
  dwc:endLongitude '-70.471'^^xsd:double;
  dwc:latitude '42.39'^^xsd:double;
  dwc:startLatitude '42.39'^^xsd:double;
  dwc:endLatitude '42.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.471 42.39, -70.471 42.39, -70.471 42.39, -70.471 42.39, -70.471 42.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3906'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3894'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3894'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.471'^^xsd:double;
  dwc:startLongitude '-70.471'^^xsd:double;
  dwc:endLongitude '-70.471'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.471 42.417, -70.471 42.417, -70.471 42.417, -70.471 42.417, -70.471 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3894'^^xsd:string;
  dwc:observationDate '1992-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3068'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3068'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.471'^^xsd:double;
  dwc:startLongitude '-70.471'^^xsd:double;
  dwc:endLongitude '-70.471'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.471 42.417, -70.471 42.417, -70.471 42.417, -70.471 42.417, -70.471 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3068'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3765'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3765'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.471'^^xsd:double;
  dwc:startLongitude '-70.471'^^xsd:double;
  dwc:endLongitude '-70.471'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.471 42.421, -70.471 42.421, -70.471 42.421, -70.471 42.421, -70.471 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3765'^^xsd:string;
  dwc:observationDate '1990-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2805'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2805'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.471'^^xsd:double;
  dwc:startLongitude '-70.471'^^xsd:double;
  dwc:endLongitude '-70.471'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.471 42.423, -70.471 42.423, -70.471 42.423, -70.471 42.423, -70.471 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2805'^^xsd:string;
  dwc:observationDate '1991-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.46 -70.471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.46"^^xsd:decimal ;
  dwc:decimalLongitude "-70.471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2133'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2133'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.471'^^xsd:double;
  dwc:startLongitude '-70.471'^^xsd:double;
  dwc:endLongitude '-70.471'^^xsd:double;
  dwc:latitude '42.46'^^xsd:double;
  dwc:startLatitude '42.46'^^xsd:double;
  dwc:endLatitude '42.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.471 42.46, -70.471 42.46, -70.471 42.46, -70.471 42.46, -70.471 42.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2133'^^xsd:string;
  dwc:observationDate '1989-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1619'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1619'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.382, -70.47 42.382, -70.47 42.382, -70.47 42.382, -70.47 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1619'^^xsd:string;
  dwc:observationDate '1991-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.385 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.385"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3902'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3902'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.385'^^xsd:double;
  dwc:startLatitude '42.385'^^xsd:double;
  dwc:endLatitude '42.385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.385, -70.47 42.385, -70.47 42.385, -70.47 42.385, -70.47 42.385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3902'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_5'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_5'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.402, -70.47 42.402, -70.47 42.402, -70.47 42.402, -70.47 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_5'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_49'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_49'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.402, -70.47 42.402, -70.47 42.402, -70.47 42.402, -70.47 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_49'^^xsd:string;
  dwc:observationDate '1992-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.408 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.408"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1208'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1208'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.408'^^xsd:double;
  dwc:startLatitude '42.408'^^xsd:double;
  dwc:endLatitude '42.408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.408, -70.47 42.408, -70.47 42.408, -70.47 42.408, -70.47 42.408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1208'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3763'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3763'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.422, -70.47 42.422, -70.47 42.422, -70.47 42.422, -70.47 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3763'^^xsd:string;
  dwc:observationDate '1990-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3764'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3764'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.422, -70.47 42.422, -70.47 42.422, -70.47 42.422, -70.47 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3764'^^xsd:string;
  dwc:observationDate '1990-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.435 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.435"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3911'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3911'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.435'^^xsd:double;
  dwc:startLatitude '42.435'^^xsd:double;
  dwc:endLatitude '42.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.435, -70.47 42.435, -70.47 42.435, -70.47 42.435, -70.47 42.435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3911'^^xsd:string;
  dwc:observationDate '1991-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.442 -70.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.442"^^xsd:decimal ;
  dwc:decimalLongitude "-70.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2975'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2975'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.47'^^xsd:double;
  dwc:startLongitude '-70.47'^^xsd:double;
  dwc:endLongitude '-70.47'^^xsd:double;
  dwc:latitude '42.442'^^xsd:double;
  dwc:startLatitude '42.442'^^xsd:double;
  dwc:endLatitude '42.442'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.47 42.442, -70.47 42.442, -70.47 42.442, -70.47 42.442, -70.47 42.442))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2975'^^xsd:string;
  dwc:observationDate '1989-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3573'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3573'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.469'^^xsd:double;
  dwc:startLongitude '-70.469'^^xsd:double;
  dwc:endLongitude '-70.469'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.469 42.417, -70.469 42.417, -70.469 42.417, -70.469 42.417, -70.469 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3573'^^xsd:string;
  dwc:observationDate '1991-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3680'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3680'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.469'^^xsd:double;
  dwc:startLongitude '-70.469'^^xsd:double;
  dwc:endLongitude '-70.469'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.469 42.42, -70.469 42.42, -70.469 42.42, -70.469 42.42, -70.469 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3680'^^xsd:string;
  dwc:observationDate '1991-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2530'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2530'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.468'^^xsd:double;
  dwc:startLongitude '-70.468'^^xsd:double;
  dwc:endLongitude '-70.468'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.468 42.406, -70.468 42.406, -70.468 42.406, -70.468 42.406, -70.468 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2530'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3569'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3569'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.468'^^xsd:double;
  dwc:startLongitude '-70.468'^^xsd:double;
  dwc:endLongitude '-70.468'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.468 42.409, -70.468 42.409, -70.468 42.409, -70.468 42.409, -70.468 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3569'^^xsd:string;
  dwc:observationDate '1991-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3069'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3069'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.468'^^xsd:double;
  dwc:startLongitude '-70.468'^^xsd:double;
  dwc:endLongitude '-70.468'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.468 42.409, -70.468 42.409, -70.468 42.409, -70.468 42.409, -70.468 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3069'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3846'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3846'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.393, -70.467 42.393, -70.467 42.393, -70.467 42.393, -70.467 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3846'^^xsd:string;
  dwc:observationDate '1989-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3317'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3317'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.394, -70.467 42.394, -70.467 42.394, -70.467 42.394, -70.467 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3317'^^xsd:string;
  dwc:observationDate '1992-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2577'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2577'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.411, -70.467 42.411, -70.467 42.411, -70.467 42.411, -70.467 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2577'^^xsd:string;
  dwc:observationDate '1990-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_661'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_661'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.415, -70.467 42.415, -70.467 42.415, -70.467 42.415, -70.467 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_661'^^xsd:string;
  dwc:observationDate '1992-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2996'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2996'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.421, -70.467 42.421, -70.467 42.421, -70.467 42.421, -70.467 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2996'^^xsd:string;
  dwc:observationDate '1992-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2995'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2995'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.421, -70.467 42.421, -70.467 42.421, -70.467 42.421, -70.467 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2995'^^xsd:string;
  dwc:observationDate '1992-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2271'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2271'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.424, -70.467 42.424, -70.467 42.424, -70.467 42.424, -70.467 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2271'^^xsd:string;
  dwc:observationDate '1991-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2707'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2707'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.427, -70.467 42.427, -70.467 42.427, -70.467 42.427, -70.467 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2707'^^xsd:string;
  dwc:observationDate '1991-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2139'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2139'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.436, -70.467 42.436, -70.467 42.436, -70.467 42.436, -70.467 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2139'^^xsd:string;
  dwc:observationDate '1990-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.448"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2136'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2136'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.448'^^xsd:double;
  dwc:startLatitude '42.448'^^xsd:double;
  dwc:endLatitude '42.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.448, -70.467 42.448, -70.467 42.448, -70.467 42.448, -70.467 42.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2136'^^xsd:string;
  dwc:observationDate '1989-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.698 -70.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.698"^^xsd:decimal ;
  dwc:decimalLongitude "-70.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_507'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_507'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.467'^^xsd:double;
  dwc:startLongitude '-70.467'^^xsd:double;
  dwc:endLongitude '-70.467'^^xsd:double;
  dwc:latitude '42.698'^^xsd:double;
  dwc:startLatitude '42.698'^^xsd:double;
  dwc:endLatitude '42.698'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.467 42.698, -70.467 42.698, -70.467 42.698, -70.467 42.698, -70.467 42.698))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_507'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3702'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3702'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4, -70.4667 42.4, -70.4667 42.4, -70.4667 42.4, -70.4667 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3702'^^xsd:string;
  dwc:observationDate '1980-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3072'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3072'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4, -70.4667 42.4, -70.4667 42.4, -70.4667 42.4, -70.4667 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3072'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_566'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_566'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4, -70.4667 42.4, -70.4667 42.4, -70.4667 42.4, -70.4667 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_566'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3599'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3599'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3599'^^xsd:string;
  dwc:observationDate '1993-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2906'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2906'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2906'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_470'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_470'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167, -70.4667 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_470'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3252'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3252'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3252'^^xsd:string;
  dwc:observationDate '1992-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3534'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_3534'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3534'^^xsd:string;
  dwc:observationDate '1992-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3535'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_3535'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333, -70.4667 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3535'^^xsd:string;
  dwc:observationDate '1992-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3884'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3884'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.4667'^^xsd:double;
  dwc:startLongitude '-70.4667'^^xsd:double;
  dwc:endLongitude '-70.4667'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4667 42.45, -70.4667 42.45, -70.4667 42.45, -70.4667 42.45, -70.4667 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3884'^^xsd:string;
  dwc:observationDate '1993-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1857'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1857'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.4, -70.466 42.4, -70.466 42.4, -70.466 42.4, -70.466 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1857'^^xsd:string;
  dwc:observationDate '1991-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_48'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_48'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.4, -70.466 42.4, -70.466 42.4, -70.466 42.4, -70.466 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_48'^^xsd:string;
  dwc:observationDate '1992-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1023'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1023'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.401, -70.466 42.401, -70.466 42.401, -70.466 42.401, -70.466 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1023'^^xsd:string;
  dwc:observationDate '1990-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2527'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2527'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.428, -70.466 42.428, -70.466 42.428, -70.466 42.428, -70.466 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2527'^^xsd:string;
  dwc:observationDate '1989-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1848'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1848'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.433, -70.466 42.433, -70.466 42.433, -70.466 42.433, -70.466 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1848'^^xsd:string;
  dwc:observationDate '1990-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3647'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3647'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.444, -70.466 42.444, -70.466 42.444, -70.466 42.444, -70.466 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3647'^^xsd:string;
  dwc:observationDate '1990-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3650'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3650'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.444, -70.466 42.444, -70.466 42.444, -70.466 42.444, -70.466 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3650'^^xsd:string;
  dwc:observationDate '1990-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.675 -70.466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.675"^^xsd:decimal ;
  dwc:decimalLongitude "-70.466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_506'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_506'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.466'^^xsd:double;
  dwc:startLongitude '-70.466'^^xsd:double;
  dwc:endLongitude '-70.466'^^xsd:double;
  dwc:latitude '42.675'^^xsd:double;
  dwc:startLatitude '42.675'^^xsd:double;
  dwc:endLatitude '42.675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.466 42.675, -70.466 42.675, -70.466 42.675, -70.466 42.675, -70.466 42.675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_506'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_245'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_245'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.386, -70.465 42.386, -70.465 42.386, -70.465 42.386, -70.465 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_245'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.395"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2780'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2780'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.395'^^xsd:double;
  dwc:startLatitude '42.395'^^xsd:double;
  dwc:endLatitude '42.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.395, -70.465 42.395, -70.465 42.395, -70.465 42.395, -70.465 42.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2780'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3550'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_3550'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.404, -70.465 42.404, -70.465 42.404, -70.465 42.404, -70.465 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3550'^^xsd:string;
  dwc:observationDate '1990-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.408 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.408"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3847'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3847'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.408'^^xsd:double;
  dwc:startLatitude '42.408'^^xsd:double;
  dwc:endLatitude '42.408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.408, -70.465 42.408, -70.465 42.408, -70.465 42.408, -70.465 42.408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3847'^^xsd:string;
  dwc:observationDate '1989-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2255'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2255'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.412, -70.465 42.412, -70.465 42.412, -70.465 42.412, -70.465 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2255'^^xsd:string;
  dwc:observationDate '1989-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1259'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1259'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.416, -70.465 42.416, -70.465 42.416, -70.465 42.416, -70.465 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1259'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1256'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1256'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.416, -70.465 42.416, -70.465 42.416, -70.465 42.416, -70.465 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1256'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1262'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1262'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.416, -70.465 42.416, -70.465 42.416, -70.465 42.416, -70.465 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1262'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1748'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1748'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.419, -70.465 42.419, -70.465 42.419, -70.465 42.419, -70.465 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1748'^^xsd:string;
  dwc:observationDate '1991-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2857'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2857'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.422, -70.465 42.422, -70.465 42.422, -70.465 42.422, -70.465 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2857'^^xsd:string;
  dwc:observationDate '1992-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3871'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3871'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.428, -70.465 42.428, -70.465 42.428, -70.465 42.428, -70.465 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3871'^^xsd:string;
  dwc:observationDate '1992-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3882'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3882'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.428, -70.465 42.428, -70.465 42.428, -70.465 42.428, -70.465 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3882'^^xsd:string;
  dwc:observationDate '1992-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3881'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3881'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.428, -70.465 42.428, -70.465 42.428, -70.465 42.428, -70.465 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3881'^^xsd:string;
  dwc:observationDate '1992-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.638 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.638"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_849'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_849'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.638'^^xsd:double;
  dwc:startLatitude '42.638'^^xsd:double;
  dwc:endLatitude '42.638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.638, -70.465 42.638, -70.465 42.638, -70.465 42.638, -70.465 42.638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_849'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.638 -70.465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.638"^^xsd:decimal ;
  dwc:decimalLongitude "-70.465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_851'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_851'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.465'^^xsd:double;
  dwc:startLongitude '-70.465'^^xsd:double;
  dwc:endLongitude '-70.465'^^xsd:double;
  dwc:latitude '42.638'^^xsd:double;
  dwc:startLatitude '42.638'^^xsd:double;
  dwc:endLatitude '42.638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.465 42.638, -70.465 42.638, -70.465 42.638, -70.465 42.638, -70.465 42.638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_851'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.385 -70.464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.385"^^xsd:decimal ;
  dwc:decimalLongitude "-70.464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1127'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1127'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.464'^^xsd:double;
  dwc:startLongitude '-70.464'^^xsd:double;
  dwc:endLongitude '-70.464'^^xsd:double;
  dwc:latitude '42.385'^^xsd:double;
  dwc:startLatitude '42.385'^^xsd:double;
  dwc:endLatitude '42.385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.464 42.385, -70.464 42.385, -70.464 42.385, -70.464 42.385, -70.464 42.385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1127'^^xsd:string;
  dwc:observationDate '1987-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2781'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2781'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.464'^^xsd:double;
  dwc:startLongitude '-70.464'^^xsd:double;
  dwc:endLongitude '-70.464'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.464 42.404, -70.464 42.404, -70.464 42.404, -70.464 42.404, -70.464 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2781'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2813'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2813'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.464'^^xsd:double;
  dwc:startLongitude '-70.464'^^xsd:double;
  dwc:endLongitude '-70.464'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.464 42.428, -70.464 42.428, -70.464 42.428, -70.464 42.428, -70.464 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2813'^^xsd:string;
  dwc:observationDate '1989-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.458 -70.464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.458"^^xsd:decimal ;
  dwc:decimalLongitude "-70.464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2721'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2721'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.464'^^xsd:double;
  dwc:startLongitude '-70.464'^^xsd:double;
  dwc:endLongitude '-70.464'^^xsd:double;
  dwc:latitude '42.458'^^xsd:double;
  dwc:startLatitude '42.458'^^xsd:double;
  dwc:endLatitude '42.458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.464 42.458, -70.464 42.458, -70.464 42.458, -70.464 42.458, -70.464 42.458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2721'^^xsd:string;
  dwc:observationDate '1989-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2819'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2819'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.463'^^xsd:double;
  dwc:startLongitude '-70.463'^^xsd:double;
  dwc:endLongitude '-70.463'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.463 42.416, -70.463 42.416, -70.463 42.416, -70.463 42.416, -70.463 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2819'^^xsd:string;
  dwc:observationDate '1992-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2818'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2818'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.463'^^xsd:double;
  dwc:startLongitude '-70.463'^^xsd:double;
  dwc:endLongitude '-70.463'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.463 42.419, -70.463 42.419, -70.463 42.419, -70.463 42.419, -70.463 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2818'^^xsd:string;
  dwc:observationDate '1992-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3767'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3767'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.463'^^xsd:double;
  dwc:startLongitude '-70.463'^^xsd:double;
  dwc:endLongitude '-70.463'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.463 42.425, -70.463 42.425, -70.463 42.425, -70.463 42.425, -70.463 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3767'^^xsd:string;
  dwc:observationDate '1991-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3766'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3766'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.463'^^xsd:double;
  dwc:startLongitude '-70.463'^^xsd:double;
  dwc:endLongitude '-70.463'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.463 42.425, -70.463 42.425, -70.463 42.425, -70.463 42.425, -70.463 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3766'^^xsd:string;
  dwc:observationDate '1991-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_50'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_50'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.399, -70.462 42.399, -70.462 42.399, -70.462 42.399, -70.462 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_50'^^xsd:string;
  dwc:observationDate '1992-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2705'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2705'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.423, -70.462 42.423, -70.462 42.423, -70.462 42.423, -70.462 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2705'^^xsd:string;
  dwc:observationDate '1990-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3613'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3613'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.428, -70.462 42.428, -70.462 42.428, -70.462 42.428, -70.462 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3613'^^xsd:string;
  dwc:observationDate '1994-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3510'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3510'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.444, -70.462 42.444, -70.462 42.444, -70.462 42.444, -70.462 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3510'^^xsd:string;
  dwc:observationDate '1990-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.445 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.445"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3227'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3227'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.445'^^xsd:double;
  dwc:startLatitude '42.445'^^xsd:double;
  dwc:endLatitude '42.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.445, -70.462 42.445, -70.462 42.445, -70.462 42.445, -70.462 42.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3227'^^xsd:string;
  dwc:observationDate '1989-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2320'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2320'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.45, -70.462 42.45, -70.462 42.45, -70.462 42.45, -70.462 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2320'^^xsd:string;
  dwc:observationDate '1990-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.453 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.453"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3715'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3715'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.453'^^xsd:double;
  dwc:startLatitude '42.453'^^xsd:double;
  dwc:endLatitude '42.453'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.453, -70.462 42.453, -70.462 42.453, -70.462 42.453, -70.462 42.453))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3715'^^xsd:string;
  dwc:observationDate '1989-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_736'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_736'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:startLatitude '42.48'^^xsd:double;
  dwc:endLatitude '42.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.48, -70.462 42.48, -70.462 42.48, -70.462 42.48, -70.462 42.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_736'^^xsd:string;
  dwc:observationDate '1990-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.483 -70.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.483"^^xsd:decimal ;
  dwc:decimalLongitude "-70.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2659'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2659'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.462'^^xsd:double;
  dwc:startLongitude '-70.462'^^xsd:double;
  dwc:endLongitude '-70.462'^^xsd:double;
  dwc:latitude '42.483'^^xsd:double;
  dwc:startLatitude '42.483'^^xsd:double;
  dwc:endLatitude '42.483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.462 42.483, -70.462 42.483, -70.462 42.483, -70.462 42.483, -70.462 42.483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2659'^^xsd:string;
  dwc:observationDate '1988-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3901'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3901'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.393, -70.461 42.393, -70.461 42.393, -70.461 42.393, -70.461 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3901'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.414"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1255'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1255'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.414'^^xsd:double;
  dwc:startLatitude '42.414'^^xsd:double;
  dwc:endLatitude '42.414'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.414, -70.461 42.414, -70.461 42.414, -70.461 42.414, -70.461 42.414))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1255'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2817'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2817'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.417, -70.461 42.417, -70.461 42.417, -70.461 42.417, -70.461 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2817'^^xsd:string;
  dwc:observationDate '1992-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3508'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3508'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.422, -70.461 42.422, -70.461 42.422, -70.461 42.422, -70.461 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3508'^^xsd:string;
  dwc:observationDate '1990-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1831'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1831'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.45, -70.461 42.45, -70.461 42.45, -70.461 42.45, -70.461 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1831'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1830'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1830'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.45, -70.461 42.45, -70.461 42.45, -70.461 42.45, -70.461 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1830'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.462 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.462"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2305'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2305'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.462'^^xsd:double;
  dwc:startLatitude '42.462'^^xsd:double;
  dwc:endLatitude '42.462'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.462, -70.461 42.462, -70.461 42.462, -70.461 42.462, -70.461 42.462))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2305'^^xsd:string;
  dwc:observationDate '1991-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.475 -70.461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.475"^^xsd:decimal ;
  dwc:decimalLongitude "-70.461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_812'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_812'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.461'^^xsd:double;
  dwc:startLongitude '-70.461'^^xsd:double;
  dwc:endLongitude '-70.461'^^xsd:double;
  dwc:latitude '42.475'^^xsd:double;
  dwc:startLatitude '42.475'^^xsd:double;
  dwc:endLatitude '42.475'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.461 42.475, -70.461 42.475, -70.461 42.475, -70.461 42.475, -70.461 42.475))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_812'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6562 -70.4607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6562"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2896'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2896'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.4607'^^xsd:double;
  dwc:startLongitude '-70.4607'^^xsd:double;
  dwc:endLongitude '-70.4607'^^xsd:double;
  dwc:latitude '42.6562'^^xsd:double;
  dwc:startLatitude '42.6562'^^xsd:double;
  dwc:endLatitude '42.6562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4607 42.6562, -70.4607 42.6562, -70.4607 42.6562, -70.4607 42.6562, -70.4607 42.6562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2896'^^xsd:string;
  dwc:observationDate '2003-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3566'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3566'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.417, -70.46 42.417, -70.46 42.417, -70.46 42.417, -70.46 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3566'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3565'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3565'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.417, -70.46 42.417, -70.46 42.417, -70.46 42.417, -70.46 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3565'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3186'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3186'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.426, -70.46 42.426, -70.46 42.426, -70.46 42.426, -70.46 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3186'^^xsd:string;
  dwc:observationDate '1992-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_706'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_706'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.429, -70.46 42.429, -70.46 42.429, -70.46 42.429, -70.46 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_706'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_703'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_703'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.429, -70.46 42.429, -70.46 42.429, -70.46 42.429, -70.46 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_703'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1850'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1850'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.433, -70.46 42.433, -70.46 42.433, -70.46 42.433, -70.46 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1850'^^xsd:string;
  dwc:observationDate '1990-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.435 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.435"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3595'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3595'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.435'^^xsd:double;
  dwc:startLatitude '42.435'^^xsd:double;
  dwc:endLatitude '42.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.435, -70.46 42.435, -70.46 42.435, -70.46 42.435, -70.46 42.435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3595'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.438"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3454'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3454'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.438'^^xsd:double;
  dwc:startLatitude '42.438'^^xsd:double;
  dwc:endLatitude '42.438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.438, -70.46 42.438, -70.46 42.438, -70.46 42.438, -70.46 42.438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3454'^^xsd:string;
  dwc:observationDate '1990-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.455 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.455"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2135'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2135'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.455'^^xsd:double;
  dwc:startLatitude '42.455'^^xsd:double;
  dwc:endLatitude '42.455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.455, -70.46 42.455, -70.46 42.455, -70.46 42.455, -70.46 42.455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2135'^^xsd:string;
  dwc:observationDate '1989-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.751 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.751"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_563'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_563'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.751'^^xsd:double;
  dwc:startLatitude '42.751'^^xsd:double;
  dwc:endLatitude '42.751'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.751, -70.46 42.751, -70.46 42.751, -70.46 42.751, -70.46 42.751))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_563'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.751 -70.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.751"^^xsd:decimal ;
  dwc:decimalLongitude "-70.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_562'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_562'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.46'^^xsd:double;
  dwc:startLongitude '-70.46'^^xsd:double;
  dwc:endLongitude '-70.46'^^xsd:double;
  dwc:latitude '42.751'^^xsd:double;
  dwc:startLatitude '42.751'^^xsd:double;
  dwc:endLatitude '42.751'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.46 42.751, -70.46 42.751, -70.46 42.751, -70.46 42.751, -70.46 42.751))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_562'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2790'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_2790'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.391, -70.459 42.391, -70.459 42.391, -70.459 42.391, -70.459 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2790'^^xsd:string;
  dwc:observationDate '1984-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1417'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1417'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.391, -70.459 42.391, -70.459 42.391, -70.459 42.391, -70.459 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1417'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.398"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3549'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_3549'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.398'^^xsd:double;
  dwc:startLatitude '42.398'^^xsd:double;
  dwc:endLatitude '42.398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.398, -70.459 42.398, -70.459 42.398, -70.459 42.398, -70.459 42.398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3549'^^xsd:string;
  dwc:observationDate '1990-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_303'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_303'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.415, -70.459 42.415, -70.459 42.415, -70.459 42.415, -70.459 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_303'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1473'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1473'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.418, -70.459 42.418, -70.459 42.418, -70.459 42.418, -70.459 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1473'^^xsd:string;
  dwc:observationDate '1991-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3379'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3379'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.418, -70.459 42.418, -70.459 42.418, -70.459 42.418, -70.459 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3379'^^xsd:string;
  dwc:observationDate '1992-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3475'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3475'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.419, -70.459 42.419, -70.459 42.419, -70.459 42.419, -70.459 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3475'^^xsd:string;
  dwc:observationDate '1994-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2661'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2661'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.423, -70.459 42.423, -70.459 42.423, -70.459 42.423, -70.459 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2661'^^xsd:string;
  dwc:observationDate '1990-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_253'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_253'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.424, -70.459 42.424, -70.459 42.424, -70.459 42.424, -70.459 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_253'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_246'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_246'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.424, -70.459 42.424, -70.459 42.424, -70.459 42.424, -70.459 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_246'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3819'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3819'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.426, -70.459 42.426, -70.459 42.426, -70.459 42.426, -70.459 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3819'^^xsd:string;
  dwc:observationDate '1990-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3821'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3821'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.426, -70.459 42.426, -70.459 42.426, -70.459 42.426, -70.459 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3821'^^xsd:string;
  dwc:observationDate '1990-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2526'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2526'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.426, -70.459 42.426, -70.459 42.426, -70.459 42.426, -70.459 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2526'^^xsd:string;
  dwc:observationDate '1989-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.615 -70.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.615"^^xsd:decimal ;
  dwc:decimalLongitude "-70.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2343'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2343'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.459'^^xsd:double;
  dwc:startLongitude '-70.459'^^xsd:double;
  dwc:endLongitude '-70.459'^^xsd:double;
  dwc:latitude '42.615'^^xsd:double;
  dwc:startLatitude '42.615'^^xsd:double;
  dwc:endLatitude '42.615'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.459 42.615, -70.459 42.615, -70.459 42.615, -70.459 42.615, -70.459 42.615))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2343'^^xsd:string;
  dwc:observationDate '1990-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1593'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1593'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.397, -70.458 42.397, -70.458 42.397, -70.458 42.397, -70.458 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1593'^^xsd:string;
  dwc:observationDate '1991-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1691'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1691'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.4, -70.458 42.4, -70.458 42.4, -70.458 42.4, -70.458 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1691'^^xsd:string;
  dwc:observationDate '1991-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2905'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2905'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.4, -70.458 42.4, -70.458 42.4, -70.458 42.4, -70.458 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2905'^^xsd:string;
  dwc:observationDate '1991-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3377'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3377'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.403, -70.458 42.403, -70.458 42.403, -70.458 42.403, -70.458 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3377'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3381'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3381'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.403, -70.458 42.403, -70.458 42.403, -70.458 42.403, -70.458 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3381'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_177'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_177'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.406, -70.458 42.406, -70.458 42.406, -70.458 42.406, -70.458 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_177'^^xsd:string;
  dwc:observationDate '1988-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3532'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_3532'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3532'^^xsd:string;
  dwc:observationDate '1990-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_702'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_702'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_702'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_705'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_705'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_705'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_708'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_708'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.458'^^xsd:double;
  dwc:startLongitude '-70.458'^^xsd:double;
  dwc:endLongitude '-70.458'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43, -70.458 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_708'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.97 -70.4578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.97"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1050'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1050'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.4578'^^xsd:double;
  dwc:startLongitude '-70.4578'^^xsd:double;
  dwc:endLongitude '-70.4578'^^xsd:double;
  dwc:latitude '42.97'^^xsd:double;
  dwc:startLatitude '42.97'^^xsd:double;
  dwc:endLatitude '42.97'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4578 42.97, -70.4578 42.97, -70.4578 42.97, -70.4578 42.97, -70.4578 42.97))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1050'^^xsd:string;
  dwc:observationDate '2003-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2619'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2619'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.415, -70.457 42.415, -70.457 42.415, -70.457 42.415, -70.457 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2619'^^xsd:string;
  dwc:observationDate '1991-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1142'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1142'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1142'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1143'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1143'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1143'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2263'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2263'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2263'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2261'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2261'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2261'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2260'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2260'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2260'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_439'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_439'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418, -70.457 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_439'^^xsd:string;
  dwc:observationDate '1988-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2858'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2858'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.421, -70.457 42.421, -70.457 42.421, -70.457 42.421, -70.457 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2858'^^xsd:string;
  dwc:observationDate '1992-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2976'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2976'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.421, -70.457 42.421, -70.457 42.421, -70.457 42.421, -70.457 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2976'^^xsd:string;
  dwc:observationDate '1992-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3774'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3774'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.437, -70.457 42.437, -70.457 42.437, -70.457 42.437, -70.457 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3774'^^xsd:string;
  dwc:observationDate '1989-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3775'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3775'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.437, -70.457 42.437, -70.457 42.437, -70.457 42.437, -70.457 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3775'^^xsd:string;
  dwc:observationDate '1989-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3776'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3776'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.437, -70.457 42.437, -70.457 42.437, -70.457 42.437, -70.457 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3776'^^xsd:string;
  dwc:observationDate '1989-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.451 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.451"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1865'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1865'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.451'^^xsd:double;
  dwc:startLatitude '42.451'^^xsd:double;
  dwc:endLatitude '42.451'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.451, -70.457 42.451, -70.457 42.451, -70.457 42.451, -70.457 42.451))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1865'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.451 -70.457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.451"^^xsd:decimal ;
  dwc:decimalLongitude "-70.457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1867'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1867'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.457'^^xsd:double;
  dwc:startLongitude '-70.457'^^xsd:double;
  dwc:endLongitude '-70.457'^^xsd:double;
  dwc:latitude '42.451'^^xsd:double;
  dwc:startLatitude '42.451'^^xsd:double;
  dwc:endLatitude '42.451'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.457 42.451, -70.457 42.451, -70.457 42.451, -70.457 42.451, -70.457 42.451))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1867'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.395"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_664'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_664'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.395'^^xsd:double;
  dwc:startLatitude '42.395'^^xsd:double;
  dwc:endLatitude '42.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.395, -70.456 42.395, -70.456 42.395, -70.456 42.395, -70.456 42.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_664'^^xsd:string;
  dwc:observationDate '1992-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.395"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1964'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1964'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.395'^^xsd:double;
  dwc:startLatitude '42.395'^^xsd:double;
  dwc:endLatitude '42.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.395, -70.456 42.395, -70.456 42.395, -70.456 42.395, -70.456 42.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1964'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_4'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_4'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.401, -70.456 42.401, -70.456 42.401, -70.456 42.401, -70.456 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_4'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3804'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3804'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.423, -70.456 42.423, -70.456 42.423, -70.456 42.423, -70.456 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3804'^^xsd:string;
  dwc:observationDate '1990-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2049'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2049'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.424, -70.456 42.424, -70.456 42.424, -70.456 42.424, -70.456 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2049'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3824'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3824'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.427, -70.456 42.427, -70.456 42.427, -70.456 42.427, -70.456 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3824'^^xsd:string;
  dwc:observationDate '1991-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2762'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_2762'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.444, -70.456 42.444, -70.456 42.444, -70.456 42.444, -70.456 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2762'^^xsd:string;
  dwc:observationDate '1991-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.946 -70.456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.946"^^xsd:decimal ;
  dwc:decimalLongitude "-70.456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_502'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_502'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.456'^^xsd:double;
  dwc:startLongitude '-70.456'^^xsd:double;
  dwc:endLongitude '-70.456'^^xsd:double;
  dwc:latitude '42.946'^^xsd:double;
  dwc:startLatitude '42.946'^^xsd:double;
  dwc:endLatitude '42.946'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.456 42.946, -70.456 42.946, -70.456 42.946, -70.456 42.946, -70.456 42.946))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_502'^^xsd:string;
  dwc:observationDate '1990-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2434'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2434'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.455'^^xsd:double;
  dwc:startLongitude '-70.455'^^xsd:double;
  dwc:endLongitude '-70.455'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.455 42.4, -70.455 42.4, -70.455 42.4, -70.455 42.4, -70.455 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2434'^^xsd:string;
  dwc:observationDate '1989-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3690'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3690'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.455'^^xsd:double;
  dwc:startLongitude '-70.455'^^xsd:double;
  dwc:endLongitude '-70.455'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.455 42.403, -70.455 42.403, -70.455 42.403, -70.455 42.403, -70.455 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3690'^^xsd:string;
  dwc:observationDate '1990-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3651'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3651'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.455'^^xsd:double;
  dwc:startLongitude '-70.455'^^xsd:double;
  dwc:endLongitude '-70.455'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.455 42.407, -70.455 42.407, -70.455 42.407, -70.455 42.407, -70.455 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3651'^^xsd:string;
  dwc:observationDate '1991-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1351'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1351'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.455'^^xsd:double;
  dwc:startLongitude '-70.455'^^xsd:double;
  dwc:endLongitude '-70.455'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.455 42.413, -70.455 42.413, -70.455 42.413, -70.455 42.413, -70.455 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1351'^^xsd:string;
  dwc:observationDate '1991-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1350'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1350'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.455'^^xsd:double;
  dwc:startLongitude '-70.455'^^xsd:double;
  dwc:endLongitude '-70.455'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.455 42.413, -70.455 42.413, -70.455 42.413, -70.455 42.413, -70.455 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1350'^^xsd:string;
  dwc:observationDate '1991-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3782'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3782'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.455'^^xsd:double;
  dwc:startLongitude '-70.455'^^xsd:double;
  dwc:endLongitude '-70.455'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.455 42.428, -70.455 42.428, -70.455 42.428, -70.455 42.428, -70.455 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3782'^^xsd:string;
  dwc:observationDate '1990-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.395"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_75'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_75'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.395'^^xsd:double;
  dwc:startLatitude '42.395'^^xsd:double;
  dwc:endLatitude '42.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.395, -70.454 42.395, -70.454 42.395, -70.454 42.395, -70.454 42.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_75'^^xsd:string;
  dwc:observationDate '1992-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.398"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1690'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1690'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.398'^^xsd:double;
  dwc:startLatitude '42.398'^^xsd:double;
  dwc:endLatitude '42.398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.398, -70.454 42.398, -70.454 42.398, -70.454 42.398, -70.454 42.398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1690'^^xsd:string;
  dwc:observationDate '1991-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_533'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_533'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.401, -70.454 42.401, -70.454 42.401, -70.454 42.401, -70.454 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_533'^^xsd:string;
  dwc:observationDate '1991-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3620'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3620'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.401, -70.454 42.401, -70.454 42.401, -70.454 42.401, -70.454 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3620'^^xsd:string;
  dwc:observationDate '1991-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2789'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_2789'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.404, -70.454 42.404, -70.454 42.404, -70.454 42.404, -70.454 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2789'^^xsd:string;
  dwc:observationDate '1993-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2482'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2482'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.421, -70.454 42.421, -70.454 42.421, -70.454 42.421, -70.454 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2482'^^xsd:string;
  dwc:observationDate '1989-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3570'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3570'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.422, -70.454 42.422, -70.454 42.422, -70.454 42.422, -70.454 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3570'^^xsd:string;
  dwc:observationDate '1991-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2977'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2977'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.422, -70.454 42.422, -70.454 42.422, -70.454 42.422, -70.454 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2977'^^xsd:string;
  dwc:observationDate '1992-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3567'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3567'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.422, -70.454 42.422, -70.454 42.422, -70.454 42.422, -70.454 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3567'^^xsd:string;
  dwc:observationDate '1991-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1205'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1205'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.425, -70.454 42.425, -70.454 42.425, -70.454 42.425, -70.454 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1205'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3849'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3849'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.425, -70.454 42.425, -70.454 42.425, -70.454 42.425, -70.454 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3849'^^xsd:string;
  dwc:observationDate '1992-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3850'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3850'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.425, -70.454 42.425, -70.454 42.425, -70.454 42.425, -70.454 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3850'^^xsd:string;
  dwc:observationDate '1992-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_621'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_621'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.428, -70.454 42.428, -70.454 42.428, -70.454 42.428, -70.454 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_621'^^xsd:string;
  dwc:observationDate '1991-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2441'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2441'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.431, -70.454 42.431, -70.454 42.431, -70.454 42.431, -70.454 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2441'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2820'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2820'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.434, -70.454 42.434, -70.454 42.434, -70.454 42.434, -70.454 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2820'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2824'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2824'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.454'^^xsd:double;
  dwc:startLongitude '-70.454'^^xsd:double;
  dwc:endLongitude '-70.454'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.454 42.434, -70.454 42.434, -70.454 42.434, -70.454 42.434, -70.454 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2824'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9822 -70.4533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9822"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1049'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1049'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.4533'^^xsd:double;
  dwc:startLongitude '-70.4533'^^xsd:double;
  dwc:endLongitude '-70.4533'^^xsd:double;
  dwc:latitude '42.9822'^^xsd:double;
  dwc:startLatitude '42.9822'^^xsd:double;
  dwc:endLatitude '42.9822'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4533 42.9822, -70.4533 42.9822, -70.4533 42.9822, -70.4533 42.9822, -70.4533 42.9822))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1049'^^xsd:string;
  dwc:observationDate '2003-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3608'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3608'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.396, -70.452 42.396, -70.452 42.396, -70.452 42.396, -70.452 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3608'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3609'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3609'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.396, -70.452 42.396, -70.452 42.396, -70.452 42.396, -70.452 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3609'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2833'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2833'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.396, -70.452 42.396, -70.452 42.396, -70.452 42.396, -70.452 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2833'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_40'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_40'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.399, -70.452 42.399, -70.452 42.399, -70.452 42.399, -70.452 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_40'^^xsd:string;
  dwc:observationDate '1992-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2054'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2054'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.429, -70.452 42.429, -70.452 42.429, -70.452 42.429, -70.452 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2054'^^xsd:string;
  dwc:observationDate '1991-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3576'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3576'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.432, -70.452 42.432, -70.452 42.432, -70.452 42.432, -70.452 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3576'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3574'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3574'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.432, -70.452 42.432, -70.452 42.432, -70.452 42.432, -70.452 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3574'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1137'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1137'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.436, -70.452 42.436, -70.452 42.436, -70.452 42.436, -70.452 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1137'^^xsd:string;
  dwc:observationDate '1990-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1135'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1135'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.452'^^xsd:double;
  dwc:startLongitude '-70.452'^^xsd:double;
  dwc:endLongitude '-70.452'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.452 42.436, -70.452 42.436, -70.452 42.436, -70.452 42.436, -70.452 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1135'^^xsd:string;
  dwc:observationDate '1990-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.384"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3249'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3249'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.384'^^xsd:double;
  dwc:startLatitude '42.384'^^xsd:double;
  dwc:endLatitude '42.384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.384, -70.451 42.384, -70.451 42.384, -70.451 42.384, -70.451 42.384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3249'^^xsd:string;
  dwc:observationDate '1991-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.384"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3247'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3247'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.384'^^xsd:double;
  dwc:startLatitude '42.384'^^xsd:double;
  dwc:endLatitude '42.384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.384, -70.451 42.384, -70.451 42.384, -70.451 42.384, -70.451 42.384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3247'^^xsd:string;
  dwc:observationDate '1991-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2525'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2525'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.401, -70.451 42.401, -70.451 42.401, -70.451 42.401, -70.451 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2525'^^xsd:string;
  dwc:observationDate '1989-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3812'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3812'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.405, -70.451 42.405, -70.451 42.405, -70.451 42.405, -70.451 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3812'^^xsd:string;
  dwc:observationDate '1993-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2767'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_2767'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.405, -70.451 42.405, -70.451 42.405, -70.451 42.405, -70.451 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2767'^^xsd:string;
  dwc:observationDate '1992-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3829'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3829'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.411, -70.451 42.411, -70.451 42.411, -70.451 42.411, -70.451 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3829'^^xsd:string;
  dwc:observationDate '1992-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_117'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_117'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.417, -70.451 42.417, -70.451 42.417, -70.451 42.417, -70.451 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_117'^^xsd:string;
  dwc:observationDate '1991-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2708'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2708'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.417, -70.451 42.417, -70.451 42.417, -70.451 42.417, -70.451 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2708'^^xsd:string;
  dwc:observationDate '1991-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2778'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2778'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.427, -70.451 42.427, -70.451 42.427, -70.451 42.427, -70.451 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2778'^^xsd:string;
  dwc:observationDate '1989-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2203'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2203'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.429, -70.451 42.429, -70.451 42.429, -70.451 42.429, -70.451 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2203'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1240'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1240'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.451'^^xsd:double;
  dwc:startLongitude '-70.451'^^xsd:double;
  dwc:endLongitude '-70.451'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.451 42.434, -70.451 42.434, -70.451 42.434, -70.451 42.434, -70.451 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1240'^^xsd:string;
  dwc:observationDate '1989-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2837'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2837'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.3833'^^xsd:double;
  dwc:startLatitude '42.3833'^^xsd:double;
  dwc:endLatitude '42.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.3833, -70.45 42.3833, -70.45 42.3833, -70.45 42.3833, -70.45 42.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2837'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_420'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_420'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.3833'^^xsd:double;
  dwc:startLatitude '42.3833'^^xsd:double;
  dwc:endLatitude '42.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.3833, -70.45 42.3833, -70.45 42.3833, -70.45 42.3833, -70.45 42.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_420'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2059'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2059'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.3833'^^xsd:double;
  dwc:startLatitude '42.3833'^^xsd:double;
  dwc:endLatitude '42.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.3833, -70.45 42.3833, -70.45 42.3833, -70.45 42.3833, -70.45 42.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2059'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1838'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1838'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1838'^^xsd:string;
  dwc:observationDate '1993-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2310'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2310'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2310'^^xsd:string;
  dwc:observationDate '1983-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_19'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_19'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_19'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_384'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_384'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_384'^^xsd:string;
  dwc:observationDate '1993-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2794'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_2794'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2794'^^xsd:string;
  dwc:observationDate '1993-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_53'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_53'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_53'^^xsd:string;
  dwc:observationDate '1992-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3700'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3700'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3700'^^xsd:string;
  dwc:observationDate '1992-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3148'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3148'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3148'^^xsd:string;
  dwc:observationDate '1992-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1068'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1068'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1068'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2862'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2862'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2862'^^xsd:string;
  dwc:observationDate '1983-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1163'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1163'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1163'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1156'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1156'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1156'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3614'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3614'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4, -70.45 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3614'^^xsd:string;
  dwc:observationDate '1993-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3564'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3564'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.416, -70.45 42.416, -70.45 42.416, -70.45 42.416, -70.45 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3564'^^xsd:string;
  dwc:observationDate '1990-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3827'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3827'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4167, -70.45 42.4167, -70.45 42.4167, -70.45 42.4167, -70.45 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3827'^^xsd:string;
  dwc:observationDate '1992-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3580'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3580'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4167, -70.45 42.4167, -70.45 42.4167, -70.45 42.4167, -70.45 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3580'^^xsd:string;
  dwc:observationDate '1993-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3582'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3582'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4167, -70.45 42.4167, -70.45 42.4167, -70.45 42.4167, -70.45 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3582'^^xsd:string;
  dwc:observationDate '1993-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_780'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_780'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.419, -70.45 42.419, -70.45 42.419, -70.45 42.419, -70.45 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_780'^^xsd:string;
  dwc:observationDate '1989-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2270'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2270'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.423, -70.45 42.423, -70.45 42.423, -70.45 42.423, -70.45 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2270'^^xsd:string;
  dwc:observationDate '1991-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2836'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2836'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.423, -70.45 42.423, -70.45 42.423, -70.45 42.423, -70.45 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2836'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_137'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_137'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.423, -70.45 42.423, -70.45 42.423, -70.45 42.423, -70.45 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_137'^^xsd:string;
  dwc:observationDate '1991-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3560'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_3560'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.429, -70.45 42.429, -70.45 42.429, -70.45 42.429, -70.45 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3560'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3554'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_3554'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.429, -70.45 42.429, -70.45 42.429, -70.45 42.429, -70.45 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3554'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3600'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3600'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.4333, -70.45 42.4333, -70.45 42.4333, -70.45 42.4333, -70.45 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3600'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_742'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_742'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.439, -70.45 42.439, -70.45 42.439, -70.45 42.439, -70.45 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_742'^^xsd:string;
  dwc:observationDate '1991-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.441 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.441"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_801'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_801'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.441'^^xsd:double;
  dwc:startLatitude '42.441'^^xsd:double;
  dwc:endLatitude '42.441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.441, -70.45 42.441, -70.45 42.441, -70.45 42.441, -70.45 42.441))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_801'^^xsd:string;
  dwc:observationDate '1989-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.441 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.441"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_800'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_800'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.441'^^xsd:double;
  dwc:startLatitude '42.441'^^xsd:double;
  dwc:endLatitude '42.441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.441, -70.45 42.441, -70.45 42.441, -70.45 42.441, -70.45 42.441))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_800'^^xsd:string;
  dwc:observationDate '1989-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3528'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3528'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.45, -70.45 42.45, -70.45 42.45, -70.45 42.45, -70.45 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3528'^^xsd:string;
  dwc:observationDate '1993-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.493 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.493"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2689'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2689'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.493'^^xsd:double;
  dwc:startLatitude '42.493'^^xsd:double;
  dwc:endLatitude '42.493'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.493, -70.45 42.493, -70.45 42.493, -70.45 42.493, -70.45 42.493))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2689'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.638 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.638"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_47'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_47'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.638'^^xsd:double;
  dwc:startLatitude '42.638'^^xsd:double;
  dwc:endLatitude '42.638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.638, -70.45 42.638, -70.45 42.638, -70.45 42.638, -70.45 42.638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_47'^^xsd:string;
  dwc:observationDate '1986-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6667 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2276'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2276'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.6667'^^xsd:double;
  dwc:startLatitude '42.6667'^^xsd:double;
  dwc:endLatitude '42.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.6667, -70.45 42.6667, -70.45 42.6667, -70.45 42.6667, -70.45 42.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2276'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_577'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_577'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.7, -70.45 42.7, -70.45 42.7, -70.45 42.7, -70.45 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_577'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_546'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_546'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.7, -70.45 42.7, -70.45 42.7, -70.45 42.7, -70.45 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_546'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_534'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_534'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.7, -70.45 42.7, -70.45 42.7, -70.45 42.7, -70.45 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_534'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_469'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_469'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.45'^^xsd:double;
  dwc:startLongitude '-70.45'^^xsd:double;
  dwc:endLongitude '-70.45'^^xsd:double;
  dwc:latitude '42.8167'^^xsd:double;
  dwc:startLatitude '42.8167'^^xsd:double;
  dwc:endLatitude '42.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.45 42.8167, -70.45 42.8167, -70.45 42.8167, -70.45 42.8167, -70.45 42.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_469'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2041'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2041'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.388'^^xsd:double;
  dwc:startLatitude '42.388'^^xsd:double;
  dwc:endLatitude '42.388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.388, -70.449 42.388, -70.449 42.388, -70.449 42.388, -70.449 42.388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2041'^^xsd:string;
  dwc:observationDate '1988-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1198'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1198'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.397, -70.449 42.397, -70.449 42.397, -70.449 42.397, -70.449 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1198'^^xsd:string;
  dwc:observationDate '1989-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3115'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3115'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.403, -70.449 42.403, -70.449 42.403, -70.449 42.403, -70.449 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3115'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3709'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3709'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.406, -70.449 42.406, -70.449 42.406, -70.449 42.406, -70.449 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3709'^^xsd:string;
  dwc:observationDate '1991-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3887'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3887'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.409, -70.449 42.409, -70.449 42.409, -70.449 42.409, -70.449 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3887'^^xsd:string;
  dwc:observationDate '1991-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_10'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_10'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.412, -70.449 42.412, -70.449 42.412, -70.449 42.412, -70.449 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_10'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_8'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_8'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.412, -70.449 42.412, -70.449 42.412, -70.449 42.412, -70.449 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_8'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_9'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_9'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.412, -70.449 42.412, -70.449 42.412, -70.449 42.412, -70.449 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_9'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.445 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.445"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3858'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3858'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.445'^^xsd:double;
  dwc:startLatitude '42.445'^^xsd:double;
  dwc:endLatitude '42.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.445, -70.449 42.445, -70.449 42.445, -70.449 42.445, -70.449 42.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3858'^^xsd:string;
  dwc:observationDate '1991-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.445 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.445"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3536'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_3536'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.445'^^xsd:double;
  dwc:startLatitude '42.445'^^xsd:double;
  dwc:endLatitude '42.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.445, -70.449 42.445, -70.449 42.445, -70.449 42.445, -70.449 42.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3536'^^xsd:string;
  dwc:observationDate '1991-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.448"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2051'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2051'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.448'^^xsd:double;
  dwc:startLatitude '42.448'^^xsd:double;
  dwc:endLatitude '42.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.448, -70.449 42.448, -70.449 42.448, -70.449 42.448, -70.449 42.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2051'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.448"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2050'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2050'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.448'^^xsd:double;
  dwc:startLatitude '42.448'^^xsd:double;
  dwc:endLatitude '42.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.448, -70.449 42.448, -70.449 42.448, -70.449 42.448, -70.449 42.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2050'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.448"^^xsd:decimal ;
  dwc:decimalLongitude "-70.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2053'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2053'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.449'^^xsd:double;
  dwc:startLongitude '-70.449'^^xsd:double;
  dwc:endLongitude '-70.449'^^xsd:double;
  dwc:latitude '42.448'^^xsd:double;
  dwc:startLatitude '42.448'^^xsd:double;
  dwc:endLatitude '42.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.449 42.448, -70.449 42.448, -70.449 42.448, -70.449 42.448, -70.449 42.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2053'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2709'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2709'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.397, -70.448 42.397, -70.448 42.397, -70.448 42.397, -70.448 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2709'^^xsd:string;
  dwc:observationDate '1992-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_601'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_601'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.4, -70.448 42.4, -70.448 42.4, -70.448 42.4, -70.448 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_601'^^xsd:string;
  dwc:observationDate '1991-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3591'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3591'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.4, -70.448 42.4, -70.448 42.4, -70.448 42.4, -70.448 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3591'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3689'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3689'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.412, -70.448 42.412, -70.448 42.412, -70.448 42.412, -70.448 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3689'^^xsd:string;
  dwc:observationDate '1990-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2902'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2902'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.421, -70.448 42.421, -70.448 42.421, -70.448 42.421, -70.448 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2902'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3316'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3316'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.421, -70.448 42.421, -70.448 42.421, -70.448 42.421, -70.448 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3316'^^xsd:string;
  dwc:observationDate '1991-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3808'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3808'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.424, -70.448 42.424, -70.448 42.424, -70.448 42.424, -70.448 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3808'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3807'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3807'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.424, -70.448 42.424, -70.448 42.424, -70.448 42.424, -70.448 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3807'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2803'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2803'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.433, -70.448 42.433, -70.448 42.433, -70.448 42.433, -70.448 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2803'^^xsd:string;
  dwc:observationDate '1991-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3831'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3831'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.448'^^xsd:double;
  dwc:startLongitude '-70.448'^^xsd:double;
  dwc:endLongitude '-70.448'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.448 42.436, -70.448 42.436, -70.448 42.436, -70.448 42.436, -70.448 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3831'^^xsd:string;
  dwc:observationDate '1992-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_180'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_180'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.399, -70.447 42.399, -70.447 42.399, -70.447 42.399, -70.447 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_180'^^xsd:string;
  dwc:observationDate '1990-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1819'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1819'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.403, -70.447 42.403, -70.447 42.403, -70.447 42.403, -70.447 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1819'^^xsd:string;
  dwc:observationDate '1993-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2856'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2856'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.406, -70.447 42.406, -70.447 42.406, -70.447 42.406, -70.447 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2856'^^xsd:string;
  dwc:observationDate '1990-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2088'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2088'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.42, -70.447 42.42, -70.447 42.42, -70.447 42.42, -70.447 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2088'^^xsd:string;
  dwc:observationDate '1989-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2259'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2259'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.43, -70.447 42.43, -70.447 42.43, -70.447 42.43, -70.447 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2259'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1863'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1863'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.436, -70.447 42.436, -70.447 42.436, -70.447 42.436, -70.447 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1863'^^xsd:string;
  dwc:observationDate '1990-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_927'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_927'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.439, -70.447 42.439, -70.447 42.439, -70.447 42.439, -70.447 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_927'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.455 -70.447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.455"^^xsd:decimal ;
  dwc:decimalLongitude "-70.447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1470'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1470'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.447'^^xsd:double;
  dwc:startLongitude '-70.447'^^xsd:double;
  dwc:endLongitude '-70.447'^^xsd:double;
  dwc:latitude '42.455'^^xsd:double;
  dwc:startLatitude '42.455'^^xsd:double;
  dwc:endLatitude '42.455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.447 42.455, -70.447 42.455, -70.447 42.455, -70.447 42.455, -70.447 42.455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1470'^^xsd:string;
  dwc:observationDate '1988-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.371 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.371"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_227'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_227'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.371'^^xsd:double;
  dwc:startLatitude '42.371'^^xsd:double;
  dwc:endLatitude '42.371'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.371, -70.446 42.371, -70.446 42.371, -70.446 42.371, -70.446 42.371))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_227'^^xsd:string;
  dwc:observationDate '1992-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.398"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1566'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1566'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.398'^^xsd:double;
  dwc:startLatitude '42.398'^^xsd:double;
  dwc:endLatitude '42.398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.398, -70.446 42.398, -70.446 42.398, -70.446 42.398, -70.446 42.398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1566'^^xsd:string;
  dwc:observationDate '1991-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2620'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2620'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.422, -70.446 42.422, -70.446 42.422, -70.446 42.422, -70.446 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2620'^^xsd:string;
  dwc:observationDate '1991-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3823'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3823'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.422, -70.446 42.422, -70.446 42.422, -70.446 42.422, -70.446 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3823'^^xsd:string;
  dwc:observationDate '1992-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3822'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3822'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.422, -70.446 42.422, -70.446 42.422, -70.446 42.422, -70.446 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3822'^^xsd:string;
  dwc:observationDate '1992-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1918'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1918'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.425, -70.446 42.425, -70.446 42.425, -70.446 42.425, -70.446 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1918'^^xsd:string;
  dwc:observationDate '1993-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2494'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2494'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.431, -70.446 42.431, -70.446 42.431, -70.446 42.431, -70.446 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2494'^^xsd:string;
  dwc:observationDate '1991-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2207'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2207'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.431, -70.446 42.431, -70.446 42.431, -70.446 42.431, -70.446 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2207'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2773'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2773'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.434, -70.446 42.434, -70.446 42.434, -70.446 42.434, -70.446 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2773'^^xsd:string;
  dwc:observationDate '1989-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.692 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.692"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1712'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1712'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.692'^^xsd:double;
  dwc:startLatitude '42.692'^^xsd:double;
  dwc:endLatitude '42.692'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.692, -70.446 42.692, -70.446 42.692, -70.446 42.692, -70.446 42.692))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1712'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.692 -70.446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.692"^^xsd:decimal ;
  dwc:decimalLongitude "-70.446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1714'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1714'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.446'^^xsd:double;
  dwc:startLongitude '-70.446'^^xsd:double;
  dwc:endLongitude '-70.446'^^xsd:double;
  dwc:latitude '42.692'^^xsd:double;
  dwc:startLatitude '42.692'^^xsd:double;
  dwc:endLatitude '42.692'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.446 42.692, -70.446 42.692, -70.446 42.692, -70.446 42.692, -70.446 42.692))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1714'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_129'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_129'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.445'^^xsd:double;
  dwc:startLongitude '-70.445'^^xsd:double;
  dwc:endLongitude '-70.445'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.445 42.404, -70.445 42.404, -70.445 42.404, -70.445 42.404, -70.445 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_129'^^xsd:string;
  dwc:observationDate '1992-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2774'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2774'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.445'^^xsd:double;
  dwc:startLongitude '-70.445'^^xsd:double;
  dwc:endLongitude '-70.445'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.445 42.433, -70.445 42.433, -70.445 42.433, -70.445 42.433, -70.445 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2774'^^xsd:string;
  dwc:observationDate '1989-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -70.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.44"^^xsd:decimal ;
  dwc:decimalLongitude "-70.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3786'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3786'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.445'^^xsd:double;
  dwc:startLongitude '-70.445'^^xsd:double;
  dwc:endLongitude '-70.445'^^xsd:double;
  dwc:latitude '42.44'^^xsd:double;
  dwc:startLatitude '42.44'^^xsd:double;
  dwc:endLatitude '42.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.445 42.44, -70.445 42.44, -70.445 42.44, -70.445 42.44, -70.445 42.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3786'^^xsd:string;
  dwc:observationDate '1991-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -70.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.44"^^xsd:decimal ;
  dwc:decimalLongitude "-70.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3577'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3577'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.445'^^xsd:double;
  dwc:startLongitude '-70.445'^^xsd:double;
  dwc:endLongitude '-70.445'^^xsd:double;
  dwc:latitude '42.44'^^xsd:double;
  dwc:startLatitude '42.44'^^xsd:double;
  dwc:endLatitude '42.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.445 42.44, -70.445 42.44, -70.445 42.44, -70.445 42.44, -70.445 42.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3577'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -70.445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.44"^^xsd:decimal ;
  dwc:decimalLongitude "-70.445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3575'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3575'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.445'^^xsd:double;
  dwc:startLongitude '-70.445'^^xsd:double;
  dwc:endLongitude '-70.445'^^xsd:double;
  dwc:latitude '42.44'^^xsd:double;
  dwc:startLatitude '42.44'^^xsd:double;
  dwc:endLatitude '42.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.445 42.44, -70.445 42.44, -70.445 42.44, -70.445 42.44, -70.445 42.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3575'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.895 -70.4442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.895"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2758'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2758'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.4442'^^xsd:double;
  dwc:startLongitude '-70.4442'^^xsd:double;
  dwc:endLongitude '-70.4442'^^xsd:double;
  dwc:latitude '42.895'^^xsd:double;
  dwc:startLatitude '42.895'^^xsd:double;
  dwc:endLatitude '42.895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4442 42.895, -70.4442 42.895, -70.4442 42.895, -70.4442 42.895, -70.4442 42.895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2758'^^xsd:string;
  dwc:observationDate '2003-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.383 -70.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.383"^^xsd:decimal ;
  dwc:decimalLongitude "-70.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2761'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_2761'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.444'^^xsd:double;
  dwc:startLongitude '-70.444'^^xsd:double;
  dwc:endLongitude '-70.444'^^xsd:double;
  dwc:latitude '42.383'^^xsd:double;
  dwc:startLatitude '42.383'^^xsd:double;
  dwc:endLatitude '42.383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.444 42.383, -70.444 42.383, -70.444 42.383, -70.444 42.383, -70.444 42.383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2761'^^xsd:string;
  dwc:observationDate '1990-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_55'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_55'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.444'^^xsd:double;
  dwc:startLongitude '-70.444'^^xsd:double;
  dwc:endLongitude '-70.444'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.444 42.399, -70.444 42.399, -70.444 42.399, -70.444 42.399, -70.444 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_55'^^xsd:string;
  dwc:observationDate '1992-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_54'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_54'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.444'^^xsd:double;
  dwc:startLongitude '-70.444'^^xsd:double;
  dwc:endLongitude '-70.444'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.444 42.399, -70.444 42.399, -70.444 42.399, -70.444 42.399, -70.444 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_54'^^xsd:string;
  dwc:observationDate '1992-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2993'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2993'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.444'^^xsd:double;
  dwc:startLongitude '-70.444'^^xsd:double;
  dwc:endLongitude '-70.444'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.444 42.425, -70.444 42.425, -70.444 42.425, -70.444 42.425, -70.444 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2993'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2823'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2823'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.444'^^xsd:double;
  dwc:startLongitude '-70.444'^^xsd:double;
  dwc:endLongitude '-70.444'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.444 42.425, -70.444 42.425, -70.444 42.425, -70.444 42.425, -70.444 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2823'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1348'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1348'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.444'^^xsd:double;
  dwc:startLongitude '-70.444'^^xsd:double;
  dwc:endLongitude '-70.444'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.444 42.425, -70.444 42.425, -70.444 42.425, -70.444 42.425, -70.444 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1348'^^xsd:string;
  dwc:observationDate '1990-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3762'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3762'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.444'^^xsd:double;
  dwc:startLongitude '-70.444'^^xsd:double;
  dwc:endLongitude '-70.444'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.444 42.429, -70.444 42.429, -70.444 42.429, -70.444 42.429, -70.444 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3762'^^xsd:string;
  dwc:observationDate '1989-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2660'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2660'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.443'^^xsd:double;
  dwc:startLongitude '-70.443'^^xsd:double;
  dwc:endLongitude '-70.443'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.443 42.4, -70.443 42.4, -70.443 42.4, -70.443 42.4, -70.443 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2660'^^xsd:string;
  dwc:observationDate '1990-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1319'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1319'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.443'^^xsd:double;
  dwc:startLongitude '-70.443'^^xsd:double;
  dwc:endLongitude '-70.443'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.443 42.411, -70.443 42.411, -70.443 42.411, -70.443 42.411, -70.443 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1319'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1313'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1313'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.443'^^xsd:double;
  dwc:startLongitude '-70.443'^^xsd:double;
  dwc:endLongitude '-70.443'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.443 42.411, -70.443 42.411, -70.443 42.411, -70.443 42.411, -70.443 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1313'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.438"^^xsd:decimal ;
  dwc:decimalLongitude "-70.443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2484'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2484'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.443'^^xsd:double;
  dwc:startLongitude '-70.443'^^xsd:double;
  dwc:endLongitude '-70.443'^^xsd:double;
  dwc:latitude '42.438'^^xsd:double;
  dwc:startLatitude '42.438'^^xsd:double;
  dwc:endLatitude '42.438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.443 42.438, -70.443 42.438, -70.443 42.438, -70.443 42.438, -70.443 42.438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2484'^^xsd:string;
  dwc:observationDate '1989-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.555 -70.443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.555"^^xsd:decimal ;
  dwc:decimalLongitude "-70.443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2739'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2739'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.443'^^xsd:double;
  dwc:startLongitude '-70.443'^^xsd:double;
  dwc:endLongitude '-70.443'^^xsd:double;
  dwc:latitude '42.555'^^xsd:double;
  dwc:startLatitude '42.555'^^xsd:double;
  dwc:endLatitude '42.555'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.443 42.555, -70.443 42.555, -70.443 42.555, -70.443 42.555, -70.443 42.555))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2739'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.389 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.389"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1239'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1239'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.389'^^xsd:double;
  dwc:startLatitude '42.389'^^xsd:double;
  dwc:endLatitude '42.389'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.389, -70.442 42.389, -70.442 42.389, -70.442 42.389, -70.442 42.389))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1239'^^xsd:string;
  dwc:observationDate '1989-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3318'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3318'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.396, -70.442 42.396, -70.442 42.396, -70.442 42.396, -70.442 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3318'^^xsd:string;
  dwc:observationDate '1991-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2662'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2662'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.402, -70.442 42.402, -70.442 42.402, -70.442 42.402, -70.442 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2662'^^xsd:string;
  dwc:observationDate '1990-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3802'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3802'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.403, -70.442 42.403, -70.442 42.403, -70.442 42.403, -70.442 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3802'^^xsd:string;
  dwc:observationDate '1990-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_883'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_883'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_883'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1384'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1384'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1384'^^xsd:string;
  dwc:observationDate '1990-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1387'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1387'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1387'^^xsd:string;
  dwc:observationDate '1990-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1389'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1389'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1389'^^xsd:string;
  dwc:observationDate '1990-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1385'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1385'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1385'^^xsd:string;
  dwc:observationDate '1990-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1386'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1386'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1386'^^xsd:string;
  dwc:observationDate '1990-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1388'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1388'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42, -70.442 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1388'^^xsd:string;
  dwc:observationDate '1990-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3214'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3214'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.423, -70.442 42.423, -70.442 42.423, -70.442 42.423, -70.442 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3214'^^xsd:string;
  dwc:observationDate '1991-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2489'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2489'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.425, -70.442 42.425, -70.442 42.425, -70.442 42.425, -70.442 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2489'^^xsd:string;
  dwc:observationDate '1990-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3158'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3158'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.442'^^xsd:double;
  dwc:startLongitude '-70.442'^^xsd:double;
  dwc:endLongitude '-70.442'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.442 42.427, -70.442 42.427, -70.442 42.427, -70.442 42.427, -70.442 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3158'^^xsd:string;
  dwc:observationDate '1990-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3898'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3898'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.441'^^xsd:double;
  dwc:startLongitude '-70.441'^^xsd:double;
  dwc:endLongitude '-70.441'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.441 42.382, -70.441 42.382, -70.441 42.382, -70.441 42.382, -70.441 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3898'^^xsd:string;
  dwc:observationDate '1991-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3583'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3583'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.441'^^xsd:double;
  dwc:startLongitude '-70.441'^^xsd:double;
  dwc:endLongitude '-70.441'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.441 42.402, -70.441 42.402, -70.441 42.402, -70.441 42.402, -70.441 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3583'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2195'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2195'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.441'^^xsd:double;
  dwc:startLongitude '-70.441'^^xsd:double;
  dwc:endLongitude '-70.441'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.441 42.429, -70.441 42.429, -70.441 42.429, -70.441 42.429, -70.441 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2195'^^xsd:string;
  dwc:observationDate '1989-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.438"^^xsd:decimal ;
  dwc:decimalLongitude "-70.441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3313'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3313'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.441'^^xsd:double;
  dwc:startLongitude '-70.441'^^xsd:double;
  dwc:endLongitude '-70.441'^^xsd:double;
  dwc:latitude '42.438'^^xsd:double;
  dwc:startLatitude '42.438'^^xsd:double;
  dwc:endLatitude '42.438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.441 42.438, -70.441 42.438, -70.441 42.438, -70.441 42.438, -70.441 42.438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3313'^^xsd:string;
  dwc:observationDate '1990-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.441 -70.441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.441"^^xsd:decimal ;
  dwc:decimalLongitude "-70.441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3447'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3447'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.441'^^xsd:double;
  dwc:startLongitude '-70.441'^^xsd:double;
  dwc:endLongitude '-70.441'^^xsd:double;
  dwc:latitude '42.441'^^xsd:double;
  dwc:startLatitude '42.441'^^xsd:double;
  dwc:endLatitude '42.441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.441 42.441, -70.441 42.441, -70.441 42.441, -70.441 42.441, -70.441 42.441))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3447'^^xsd:string;
  dwc:observationDate '1991-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3571'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3571'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.388'^^xsd:double;
  dwc:startLatitude '42.388'^^xsd:double;
  dwc:endLatitude '42.388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.388, -70.44 42.388, -70.44 42.388, -70.44 42.388, -70.44 42.388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3571'^^xsd:string;
  dwc:observationDate '1991-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3568'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3568'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.388'^^xsd:double;
  dwc:startLatitude '42.388'^^xsd:double;
  dwc:endLatitude '42.388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.388, -70.44 42.388, -70.44 42.388, -70.44 42.388, -70.44 42.388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3568'^^xsd:string;
  dwc:observationDate '1991-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_118'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_118'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.394, -70.44 42.394, -70.44 42.394, -70.44 42.394, -70.44 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_118'^^xsd:string;
  dwc:observationDate '1991-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3914'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3914'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.4, -70.44 42.4, -70.44 42.4, -70.44 42.4, -70.44 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3914'^^xsd:string;
  dwc:observationDate '1994-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3691'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3691'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.4, -70.44 42.4, -70.44 42.4, -70.44 42.4, -70.44 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3691'^^xsd:string;
  dwc:observationDate '1990-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1315'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1315'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.421, -70.44 42.421, -70.44 42.421, -70.44 42.421, -70.44 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1315'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2973'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2973'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.421, -70.44 42.421, -70.44 42.421, -70.44 42.421, -70.44 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2973'^^xsd:string;
  dwc:observationDate '1983-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3639'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3639'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.421, -70.44 42.421, -70.44 42.421, -70.44 42.421, -70.44 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3639'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3805'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3805'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.424, -70.44 42.424, -70.44 42.424, -70.44 42.424, -70.44 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3805'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3912'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3912'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.43, -70.44 42.43, -70.44 42.43, -70.44 42.43, -70.44 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3912'^^xsd:string;
  dwc:observationDate '1991-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3910'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3910'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.43, -70.44 42.43, -70.44 42.43, -70.44 42.43, -70.44 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3910'^^xsd:string;
  dwc:observationDate '1991-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.768 -70.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.768"^^xsd:decimal ;
  dwc:decimalLongitude "-70.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2706'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2706'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.44'^^xsd:double;
  dwc:startLongitude '-70.44'^^xsd:double;
  dwc:endLongitude '-70.44'^^xsd:double;
  dwc:latitude '42.768'^^xsd:double;
  dwc:startLatitude '42.768'^^xsd:double;
  dwc:endLatitude '42.768'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.44 42.768, -70.44 42.768, -70.44 42.768, -70.44 42.768, -70.44 42.768))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2706'^^xsd:string;
  dwc:observationDate '1990-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2760'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_2760'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.386, -70.439 42.386, -70.439 42.386, -70.439 42.386, -70.439 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2760'^^xsd:string;
  dwc:observationDate '1990-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1209'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1209'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.397, -70.439 42.397, -70.439 42.397, -70.439 42.397, -70.439 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1209'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2997'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2997'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.403, -70.439 42.403, -70.439 42.403, -70.439 42.403, -70.439 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2997'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2991'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2991'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.403, -70.439 42.403, -70.439 42.403, -70.439 42.403, -70.439 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2991'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3588'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3588'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.409, -70.439 42.409, -70.439 42.409, -70.439 42.409, -70.439 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3588'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3617'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3617'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.428, -70.439 42.428, -70.439 42.428, -70.439 42.428, -70.439 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3617'^^xsd:string;
  dwc:observationDate '1990-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1556'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1556'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.431, -70.439 42.431, -70.439 42.431, -70.439 42.431, -70.439 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1556'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_926'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_926'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.436, -70.439 42.436, -70.439 42.436, -70.439 42.436, -70.439 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_926'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_928'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_928'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.436, -70.439 42.436, -70.439 42.436, -70.439 42.436, -70.439 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_928'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.477 -70.439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.477"^^xsd:decimal ;
  dwc:decimalLongitude "-70.439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2042'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2042'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.439'^^xsd:double;
  dwc:startLongitude '-70.439'^^xsd:double;
  dwc:endLongitude '-70.439'^^xsd:double;
  dwc:latitude '42.477'^^xsd:double;
  dwc:startLatitude '42.477'^^xsd:double;
  dwc:endLatitude '42.477'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.439 42.477, -70.439 42.477, -70.439 42.477, -70.439 42.477, -70.439 42.477))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2042'^^xsd:string;
  dwc:observationDate '1989-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3522'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3522'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.438'^^xsd:double;
  dwc:startLongitude '-70.438'^^xsd:double;
  dwc:endLongitude '-70.438'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.438 42.404, -70.438 42.404, -70.438 42.404, -70.438 42.404, -70.438 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3522'^^xsd:string;
  dwc:observationDate '1990-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2722'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2722'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.438'^^xsd:double;
  dwc:startLongitude '-70.438'^^xsd:double;
  dwc:endLongitude '-70.438'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.438 42.418, -70.438 42.418, -70.438 42.418, -70.438 42.418, -70.438 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2722'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2687'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2687'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.438'^^xsd:double;
  dwc:startLongitude '-70.438'^^xsd:double;
  dwc:endLongitude '-70.438'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.438 42.424, -70.438 42.424, -70.438 42.424, -70.438 42.424, -70.438 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2687'^^xsd:string;
  dwc:observationDate '1990-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.461 -70.438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.461"^^xsd:decimal ;
  dwc:decimalLongitude "-70.438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2719'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2719'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.438'^^xsd:double;
  dwc:startLongitude '-70.438'^^xsd:double;
  dwc:endLongitude '-70.438'^^xsd:double;
  dwc:latitude '42.461'^^xsd:double;
  dwc:startLatitude '42.461'^^xsd:double;
  dwc:endLatitude '42.461'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.438 42.461, -70.438 42.461, -70.438 42.461, -70.438 42.461, -70.438 42.461))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2719'^^xsd:string;
  dwc:observationDate '1988-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.47 -70.438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.47"^^xsd:decimal ;
  dwc:decimalLongitude "-70.438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_810'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_810'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.438'^^xsd:double;
  dwc:startLongitude '-70.438'^^xsd:double;
  dwc:endLongitude '-70.438'^^xsd:double;
  dwc:latitude '42.47'^^xsd:double;
  dwc:startLatitude '42.47'^^xsd:double;
  dwc:endLatitude '42.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.438 42.47, -70.438 42.47, -70.438 42.47, -70.438 42.47, -70.438 42.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_810'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3589'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3589'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3589'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3592'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3592'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3592'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3597'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3597'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3597'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3585'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3585'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3585'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3584'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3584'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3584'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3587'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3587'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401, -70.437 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3587'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2559'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2559'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.407, -70.437 42.407, -70.437 42.407, -70.437 42.407, -70.437 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2559'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2560'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2560'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.407, -70.437 42.407, -70.437 42.407, -70.437 42.407, -70.437 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2560'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3803'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3803'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.415, -70.437 42.415, -70.437 42.415, -70.437 42.415, -70.437 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3803'^^xsd:string;
  dwc:observationDate '1990-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_970'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_970'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.428, -70.437 42.428, -70.437 42.428, -70.437 42.428, -70.437 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_970'^^xsd:string;
  dwc:observationDate '1990-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2109'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2109'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.432, -70.437 42.432, -70.437 42.432, -70.437 42.432, -70.437 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2109'^^xsd:string;
  dwc:observationDate '1990-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2782'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2782'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.434, -70.437 42.434, -70.437 42.434, -70.437 42.434, -70.437 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2782'^^xsd:string;
  dwc:observationDate '1992-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.522 -70.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.522"^^xsd:decimal ;
  dwc:decimalLongitude "-70.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_376'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_376'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.437'^^xsd:double;
  dwc:startLongitude '-70.437'^^xsd:double;
  dwc:endLongitude '-70.437'^^xsd:double;
  dwc:latitude '42.522'^^xsd:double;
  dwc:startLatitude '42.522'^^xsd:double;
  dwc:endLatitude '42.522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.437 42.522, -70.437 42.522, -70.437 42.522, -70.437 42.522, -70.437 42.522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_376'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6534 -70.4364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6534"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2897'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2897'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.4364'^^xsd:double;
  dwc:startLongitude '-70.4364'^^xsd:double;
  dwc:endLongitude '-70.4364'^^xsd:double;
  dwc:latitude '42.6534'^^xsd:double;
  dwc:startLatitude '42.6534'^^xsd:double;
  dwc:endLatitude '42.6534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4364 42.6534, -70.4364 42.6534, -70.4364 42.6534, -70.4364 42.6534, -70.4364 42.6534))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2897'^^xsd:string;
  dwc:observationDate '2003-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3809'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3809'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.436'^^xsd:double;
  dwc:startLongitude '-70.436'^^xsd:double;
  dwc:endLongitude '-70.436'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.436 42.422, -70.436 42.422, -70.436 42.422, -70.436 42.422, -70.436 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3809'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2826'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2826'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.436'^^xsd:double;
  dwc:startLongitude '-70.436'^^xsd:double;
  dwc:endLongitude '-70.436'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.436 42.425, -70.436 42.425, -70.436 42.425, -70.436 42.425, -70.436 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2826'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2822'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2822'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.436'^^xsd:double;
  dwc:startLongitude '-70.436'^^xsd:double;
  dwc:endLongitude '-70.436'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.436 42.425, -70.436 42.425, -70.436 42.425, -70.436 42.425, -70.436 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2822'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2431'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2431'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.436'^^xsd:double;
  dwc:startLongitude '-70.436'^^xsd:double;
  dwc:endLongitude '-70.436'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.436 42.43, -70.436 42.43, -70.436 42.43, -70.436 42.43, -70.436 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2431'^^xsd:string;
  dwc:observationDate '1989-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.461 -70.436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.461"^^xsd:decimal ;
  dwc:decimalLongitude "-70.436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2176'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2176'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.436'^^xsd:double;
  dwc:startLongitude '-70.436'^^xsd:double;
  dwc:endLongitude '-70.436'^^xsd:double;
  dwc:latitude '42.461'^^xsd:double;
  dwc:startLatitude '42.461'^^xsd:double;
  dwc:endLatitude '42.461'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.436 42.461, -70.436 42.461, -70.436 42.461, -70.436 42.461, -70.436 42.461))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2176'^^xsd:string;
  dwc:observationDate '1990-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.395"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3594'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3594'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.395'^^xsd:double;
  dwc:startLatitude '42.395'^^xsd:double;
  dwc:endLatitude '42.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.395, -70.435 42.395, -70.435 42.395, -70.435 42.395, -70.435 42.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3594'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1589'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1589'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.401, -70.435 42.401, -70.435 42.401, -70.435 42.401, -70.435 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1589'^^xsd:string;
  dwc:observationDate '1991-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_580'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_580'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.401, -70.435 42.401, -70.435 42.401, -70.435 42.401, -70.435 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_580'^^xsd:string;
  dwc:observationDate '1988-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_606'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_606'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.404, -70.435 42.404, -70.435 42.404, -70.435 42.404, -70.435 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_606'^^xsd:string;
  dwc:observationDate '1988-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2616'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2616'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.407, -70.435 42.407, -70.435 42.407, -70.435 42.407, -70.435 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2616'^^xsd:string;
  dwc:observationDate '1990-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_806'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_806'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_806'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_807'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_807'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_807'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_809'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_809'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_809'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1312'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1312'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431, -70.435 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1312'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1139'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1139'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.434, -70.435 42.434, -70.435 42.434, -70.435 42.434, -70.435 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1139'^^xsd:string;
  dwc:observationDate '1990-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1140'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1140'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.434, -70.435 42.434, -70.435 42.434, -70.435 42.434, -70.435 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1140'^^xsd:string;
  dwc:observationDate '1990-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1138'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1138'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.434, -70.435 42.434, -70.435 42.434, -70.435 42.434, -70.435 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1138'^^xsd:string;
  dwc:observationDate '1990-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3828'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3828'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.435'^^xsd:double;
  dwc:startLongitude '-70.435'^^xsd:double;
  dwc:endLongitude '-70.435'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.435 42.444, -70.435 42.444, -70.435 42.444, -70.435 42.444, -70.435 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3828'^^xsd:string;
  dwc:observationDate '1989-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7206 -70.4347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7206"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2853'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2853'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.4347'^^xsd:double;
  dwc:startLongitude '-70.4347'^^xsd:double;
  dwc:endLongitude '-70.4347'^^xsd:double;
  dwc:latitude '42.7206'^^xsd:double;
  dwc:startLatitude '42.7206'^^xsd:double;
  dwc:endLatitude '42.7206'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4347 42.7206, -70.4347 42.7206, -70.4347 42.7206, -70.4347 42.7206, -70.4347 42.7206))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2853'^^xsd:string;
  dwc:observationDate '2003-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1343'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1343'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.434'^^xsd:double;
  dwc:startLongitude '-70.434'^^xsd:double;
  dwc:endLongitude '-70.434'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.434 42.403, -70.434 42.403, -70.434 42.403, -70.434 42.403, -70.434 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1343'^^xsd:string;
  dwc:observationDate '1989-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3473'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3473'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.434'^^xsd:double;
  dwc:startLongitude '-70.434'^^xsd:double;
  dwc:endLongitude '-70.434'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.434 42.413, -70.434 42.413, -70.434 42.413, -70.434 42.413, -70.434 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3473'^^xsd:string;
  dwc:observationDate '1991-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1495'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1495'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.434'^^xsd:double;
  dwc:startLongitude '-70.434'^^xsd:double;
  dwc:endLongitude '-70.434'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.434 42.413, -70.434 42.413, -70.434 42.413, -70.434 42.413, -70.434 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1495'^^xsd:string;
  dwc:observationDate '1991-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2777'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2777'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.434'^^xsd:double;
  dwc:startLongitude '-70.434'^^xsd:double;
  dwc:endLongitude '-70.434'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.434 42.422, -70.434 42.422, -70.434 42.422, -70.434 42.422, -70.434 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2777'^^xsd:string;
  dwc:observationDate '1989-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3825'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3825'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.434'^^xsd:double;
  dwc:startLongitude '-70.434'^^xsd:double;
  dwc:endLongitude '-70.434'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.434 42.423, -70.434 42.423, -70.434 42.423, -70.434 42.423, -70.434 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3825'^^xsd:string;
  dwc:observationDate '1991-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_777'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_777'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.434'^^xsd:double;
  dwc:startLongitude '-70.434'^^xsd:double;
  dwc:endLongitude '-70.434'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.434 42.427, -70.434 42.427, -70.434 42.427, -70.434 42.427, -70.434 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_777'^^xsd:string;
  dwc:observationDate '1990-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_39'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_39'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_39'^^xsd:string;
  dwc:observationDate '1993-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3002'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3002'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3002'^^xsd:string;
  dwc:observationDate '1993-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3000'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3000'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3000'^^xsd:string;
  dwc:observationDate '1993-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3529'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_3529'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3529'^^xsd:string;
  dwc:observationDate '1992-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_56'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_56'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_56'^^xsd:string;
  dwc:observationDate '1992-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2978'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2978'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4, -70.4333 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2978'^^xsd:string;
  dwc:observationDate '1993-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3531'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_3531'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3531'^^xsd:string;
  dwc:observationDate '1993-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_159'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_159'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_159'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2670'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2670'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2670'^^xsd:string;
  dwc:observationDate '1993-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_893'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_893'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167, -70.4333 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_893'^^xsd:string;
  dwc:observationDate '1993-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3581'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3581'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3581'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3578'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3578'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3578'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3640'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3640'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333, -70.4333 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3640'^^xsd:string;
  dwc:observationDate '1993-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_821'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_821'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.45, -70.4333 42.45, -70.4333 42.45, -70.4333 42.45, -70.4333 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_821'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_859'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_859'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:startLatitude '42.65'^^xsd:double;
  dwc:endLatitude '42.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.65, -70.4333 42.65, -70.4333 42.65, -70.4333 42.65, -70.4333 42.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_859'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_522'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_522'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.7, -70.4333 42.7, -70.4333 42.7, -70.4333 42.7, -70.4333 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_522'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -70.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1719'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1719'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.4333'^^xsd:double;
  dwc:startLongitude '-70.4333'^^xsd:double;
  dwc:endLongitude '-70.4333'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4333 42.7, -70.4333 42.7, -70.4333 42.7, -70.4333 42.7, -70.4333 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1719'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1620'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1620'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.396, -70.433 42.396, -70.433 42.396, -70.433 42.396, -70.433 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1620'^^xsd:string;
  dwc:observationDate '1991-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_472'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_472'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.405, -70.433 42.405, -70.433 42.405, -70.433 42.405, -70.433 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_472'^^xsd:string;
  dwc:observationDate '1989-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2199'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2199'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.42, -70.433 42.42, -70.433 42.42, -70.433 42.42, -70.433 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2199'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1903'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1903'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1903'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1914'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1914'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1914'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1913'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1913'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1913'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1907'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1907'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1907'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1911'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1911'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1911'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1899'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1899'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1899'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1902'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1902'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1902'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1912'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1912'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1912'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2830'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2830'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426, -70.433 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2830'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3601'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3601'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.429, -70.433 42.429, -70.433 42.429, -70.433 42.429, -70.433 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3601'^^xsd:string;
  dwc:observationDate '1990-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3603'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3603'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.429, -70.433 42.429, -70.433 42.429, -70.433 42.429, -70.433 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3603'^^xsd:string;
  dwc:observationDate '1990-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2821'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2821'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.429, -70.433 42.429, -70.433 42.429, -70.433 42.429, -70.433 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2821'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.435 -70.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.435"^^xsd:decimal ;
  dwc:decimalLongitude "-70.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_808'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_808'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.433'^^xsd:double;
  dwc:startLongitude '-70.433'^^xsd:double;
  dwc:endLongitude '-70.433'^^xsd:double;
  dwc:latitude '42.435'^^xsd:double;
  dwc:startLatitude '42.435'^^xsd:double;
  dwc:endLatitude '42.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.433 42.435, -70.433 42.435, -70.433 42.435, -70.433 42.435, -70.433 42.435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_808'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.39"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1565'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1565'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.39'^^xsd:double;
  dwc:startLatitude '42.39'^^xsd:double;
  dwc:endLatitude '42.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.39, -70.432 42.39, -70.432 42.39, -70.432 42.39, -70.432 42.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1565'^^xsd:string;
  dwc:observationDate '1991-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2904'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2904'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.417, -70.432 42.417, -70.432 42.417, -70.432 42.417, -70.432 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2904'^^xsd:string;
  dwc:observationDate '1991-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2775'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2775'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.418, -70.432 42.418, -70.432 42.418, -70.432 42.418, -70.432 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2775'^^xsd:string;
  dwc:observationDate '1989-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1354'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1354'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.42, -70.432 42.42, -70.432 42.42, -70.432 42.42, -70.432 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1354'^^xsd:string;
  dwc:observationDate '1992-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_804'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_804'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.433, -70.432 42.433, -70.432 42.433, -70.432 42.433, -70.432 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_804'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.449"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2174'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2174'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.449'^^xsd:double;
  dwc:startLatitude '42.449'^^xsd:double;
  dwc:endLatitude '42.449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.449, -70.432 42.449, -70.432 42.449, -70.432 42.449, -70.432 42.449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2174'^^xsd:string;
  dwc:observationDate '1990-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.558 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.558"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2302'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2302'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.558'^^xsd:double;
  dwc:startLatitude '42.558'^^xsd:double;
  dwc:endLatitude '42.558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.558, -70.432 42.558, -70.432 42.558, -70.432 42.558, -70.432 42.558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2302'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.558 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.558"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2300'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2300'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.558'^^xsd:double;
  dwc:startLatitude '42.558'^^xsd:double;
  dwc:endLatitude '42.558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.558, -70.432 42.558, -70.432 42.558, -70.432 42.558, -70.432 42.558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2300'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.558 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.558"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2299'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2299'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.558'^^xsd:double;
  dwc:startLatitude '42.558'^^xsd:double;
  dwc:endLatitude '42.558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.558, -70.432 42.558, -70.432 42.558, -70.432 42.558, -70.432 42.558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2299'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.683 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.683"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_24'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_24'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.683'^^xsd:double;
  dwc:startLatitude '42.683'^^xsd:double;
  dwc:endLatitude '42.683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.683, -70.432 42.683, -70.432 42.683, -70.432 42.683, -70.432 42.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_24'^^xsd:string;
  dwc:observationDate '1989-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.683 -70.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.683"^^xsd:decimal ;
  dwc:decimalLongitude "-70.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_26'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_26'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.432'^^xsd:double;
  dwc:startLongitude '-70.432'^^xsd:double;
  dwc:endLongitude '-70.432'^^xsd:double;
  dwc:latitude '42.683'^^xsd:double;
  dwc:startLatitude '42.683'^^xsd:double;
  dwc:endLatitude '42.683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.432 42.683, -70.432 42.683, -70.432 42.683, -70.432 42.683, -70.432 42.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_26'^^xsd:string;
  dwc:observationDate '1989-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_302'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_302'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.4, -70.431 42.4, -70.431 42.4, -70.431 42.4, -70.431 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_302'^^xsd:string;
  dwc:observationDate '1988-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3607'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3607'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.403, -70.431 42.403, -70.431 42.403, -70.431 42.403, -70.431 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3607'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3721'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3721'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.403, -70.431 42.403, -70.431 42.403, -70.431 42.403, -70.431 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3721'^^xsd:string;
  dwc:observationDate '1991-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3719'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3719'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.403, -70.431 42.403, -70.431 42.403, -70.431 42.403, -70.431 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3719'^^xsd:string;
  dwc:observationDate '1991-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3645'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3645'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.413, -70.431 42.413, -70.431 42.413, -70.431 42.413, -70.431 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3645'^^xsd:string;
  dwc:observationDate '1990-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3644'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3644'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.413, -70.431 42.413, -70.431 42.413, -70.431 42.413, -70.431 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3644'^^xsd:string;
  dwc:observationDate '1990-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3798'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3798'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.423, -70.431 42.423, -70.431 42.423, -70.431 42.423, -70.431 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3798'^^xsd:string;
  dwc:observationDate '1991-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3806'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3806'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.423, -70.431 42.423, -70.431 42.423, -70.431 42.423, -70.431 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3806'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3557'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_3557'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.429, -70.431 42.429, -70.431 42.429, -70.431 42.429, -70.431 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3557'^^xsd:string;
  dwc:observationDate '1992-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2047'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2047'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.43, -70.431 42.43, -70.431 42.43, -70.431 42.43, -70.431 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2047'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2045'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2045'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.431'^^xsd:double;
  dwc:startLongitude '-70.431'^^xsd:double;
  dwc:endLongitude '-70.431'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.431 42.43, -70.431 42.43, -70.431 42.43, -70.431 42.43, -70.431 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2045'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3649'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3649'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.43'^^xsd:double;
  dwc:startLongitude '-70.43'^^xsd:double;
  dwc:endLongitude '-70.43'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.43 42.412, -70.43 42.412, -70.43 42.412, -70.43 42.412, -70.43 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3649'^^xsd:string;
  dwc:observationDate '1990-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1631'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1631'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.43'^^xsd:double;
  dwc:startLongitude '-70.43'^^xsd:double;
  dwc:endLongitude '-70.43'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.43 42.413, -70.43 42.413, -70.43 42.413, -70.43 42.413, -70.43 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1631'^^xsd:string;
  dwc:observationDate '1989-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3652'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3652'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.43'^^xsd:double;
  dwc:startLongitude '-70.43'^^xsd:double;
  dwc:endLongitude '-70.43'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.43 42.418, -70.43 42.418, -70.43 42.418, -70.43 42.418, -70.43 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3652'^^xsd:string;
  dwc:observationDate '1991-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.457 -70.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.457"^^xsd:decimal ;
  dwc:decimalLongitude "-70.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2392'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2392'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.43'^^xsd:double;
  dwc:startLongitude '-70.43'^^xsd:double;
  dwc:endLongitude '-70.43'^^xsd:double;
  dwc:latitude '42.457'^^xsd:double;
  dwc:startLatitude '42.457'^^xsd:double;
  dwc:endLatitude '42.457'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.43 42.457, -70.43 42.457, -70.43 42.457, -70.43 42.457, -70.43 42.457))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2392'^^xsd:string;
  dwc:observationDate '1991-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.692 -70.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.692"^^xsd:decimal ;
  dwc:decimalLongitude "-70.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_561'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_561'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.43'^^xsd:double;
  dwc:startLongitude '-70.43'^^xsd:double;
  dwc:endLongitude '-70.43'^^xsd:double;
  dwc:latitude '42.692'^^xsd:double;
  dwc:startLatitude '42.692'^^xsd:double;
  dwc:endLatitude '42.692'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.43 42.692, -70.43 42.692, -70.43 42.692, -70.43 42.692, -70.43 42.692))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_561'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.371 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.371"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3315'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3315'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.371'^^xsd:double;
  dwc:startLatitude '42.371'^^xsd:double;
  dwc:endLatitude '42.371'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.371, -70.429 42.371, -70.429 42.371, -70.429 42.371, -70.429 42.371))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3315'^^xsd:string;
  dwc:observationDate '1991-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.371 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.371"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3314'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3314'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.371'^^xsd:double;
  dwc:startLatitude '42.371'^^xsd:double;
  dwc:endLatitude '42.371'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.371, -70.429 42.371, -70.429 42.371, -70.429 42.371, -70.429 42.371))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3314'^^xsd:string;
  dwc:observationDate '1991-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3505'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3505'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.391, -70.429 42.391, -70.429 42.391, -70.429 42.391, -70.429 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3505'^^xsd:string;
  dwc:observationDate '1988-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3619'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3619'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.394, -70.429 42.394, -70.429 42.394, -70.429 42.394, -70.429 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3619'^^xsd:string;
  dwc:observationDate '1991-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3796'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3796'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.407, -70.429 42.407, -70.429 42.407, -70.429 42.407, -70.429 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3796'^^xsd:string;
  dwc:observationDate '1990-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2765'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_2765'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.412, -70.429 42.412, -70.429 42.412, -70.429 42.412, -70.429 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2765'^^xsd:string;
  dwc:observationDate '1990-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2825'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2825'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.421, -70.429 42.421, -70.429 42.421, -70.429 42.421, -70.429 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2825'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_660'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_660'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.424, -70.429 42.424, -70.429 42.424, -70.429 42.424, -70.429 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_660'^^xsd:string;
  dwc:observationDate '1991-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3618'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3618'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.429'^^xsd:double;
  dwc:startLongitude '-70.429'^^xsd:double;
  dwc:endLongitude '-70.429'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.429 42.428, -70.429 42.428, -70.429 42.428, -70.429 42.428, -70.429 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3618'^^xsd:string;
  dwc:observationDate '1990-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3769'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3769'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.428'^^xsd:double;
  dwc:startLongitude '-70.428'^^xsd:double;
  dwc:endLongitude '-70.428'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.428 42.386, -70.428 42.386, -70.428 42.386, -70.428 42.386, -70.428 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3769'^^xsd:string;
  dwc:observationDate '1991-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3768'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3768'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.428'^^xsd:double;
  dwc:startLongitude '-70.428'^^xsd:double;
  dwc:endLongitude '-70.428'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.428 42.386, -70.428 42.386, -70.428 42.386, -70.428 42.386, -70.428 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3768'^^xsd:string;
  dwc:observationDate '1991-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3586'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3586'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.428'^^xsd:double;
  dwc:startLongitude '-70.428'^^xsd:double;
  dwc:endLongitude '-70.428'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.428 42.406, -70.428 42.406, -70.428 42.406, -70.428 42.406, -70.428 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3586'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3506'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3506'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.428'^^xsd:double;
  dwc:startLongitude '-70.428'^^xsd:double;
  dwc:endLongitude '-70.428'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.428 42.406, -70.428 42.406, -70.428 42.406, -70.428 42.406, -70.428 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3506'^^xsd:string;
  dwc:observationDate '1988-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.442 -70.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.442"^^xsd:decimal ;
  dwc:decimalLongitude "-70.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1493'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1493'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.428'^^xsd:double;
  dwc:startLongitude '-70.428'^^xsd:double;
  dwc:endLongitude '-70.428'^^xsd:double;
  dwc:latitude '42.442'^^xsd:double;
  dwc:startLatitude '42.442'^^xsd:double;
  dwc:endLatitude '42.442'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.428 42.442, -70.428 42.442, -70.428 42.442, -70.428 42.442, -70.428 42.442))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1493'^^xsd:string;
  dwc:observationDate '1989-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_38'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_38'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.427'^^xsd:double;
  dwc:startLongitude '-70.427'^^xsd:double;
  dwc:endLongitude '-70.427'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.427 42.419, -70.427 42.419, -70.427 42.419, -70.427 42.419, -70.427 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_38'^^xsd:string;
  dwc:observationDate '1991-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_37'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_37'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.427'^^xsd:double;
  dwc:startLongitude '-70.427'^^xsd:double;
  dwc:endLongitude '-70.427'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.427 42.419, -70.427 42.419, -70.427 42.419, -70.427 42.419, -70.427 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_37'^^xsd:string;
  dwc:observationDate '1991-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2323'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2323'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.427'^^xsd:double;
  dwc:startLongitude '-70.427'^^xsd:double;
  dwc:endLongitude '-70.427'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.427 42.422, -70.427 42.422, -70.427 42.422, -70.427 42.422, -70.427 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2323'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_892'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_892'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.427'^^xsd:double;
  dwc:startLongitude '-70.427'^^xsd:double;
  dwc:endLongitude '-70.427'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.427 42.425, -70.427 42.425, -70.427 42.425, -70.427 42.425, -70.427 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_892'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.413 -70.426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.413"^^xsd:decimal ;
  dwc:decimalLongitude "-70.426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2324'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2324'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.426'^^xsd:double;
  dwc:startLongitude '-70.426'^^xsd:double;
  dwc:endLongitude '-70.426'^^xsd:double;
  dwc:latitude '42.413'^^xsd:double;
  dwc:startLatitude '42.413'^^xsd:double;
  dwc:endLatitude '42.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.426 42.413, -70.426 42.413, -70.426 42.413, -70.426 42.413, -70.426 42.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2324'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.458 -70.426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.458"^^xsd:decimal ;
  dwc:decimalLongitude "-70.426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3830'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3830'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.426'^^xsd:double;
  dwc:startLongitude '-70.426'^^xsd:double;
  dwc:endLongitude '-70.426'^^xsd:double;
  dwc:latitude '42.458'^^xsd:double;
  dwc:startLatitude '42.458'^^xsd:double;
  dwc:endLatitude '42.458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.426 42.458, -70.426 42.458, -70.426 42.458, -70.426 42.458, -70.426 42.458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3830'^^xsd:string;
  dwc:observationDate '1992-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_178'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_178'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.392, -70.425 42.392, -70.425 42.392, -70.425 42.392, -70.425 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_178'^^xsd:string;
  dwc:observationDate '1988-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3593'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3593'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.396, -70.425 42.396, -70.425 42.396, -70.425 42.396, -70.425 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3593'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_704'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_704'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.422, -70.425 42.422, -70.425 42.422, -70.425 42.422, -70.425 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_704'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2835'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2835'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.425, -70.425 42.425, -70.425 42.425, -70.425 42.425, -70.425 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2835'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_973'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_973'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.428, -70.425 42.428, -70.425 42.428, -70.425 42.428, -70.425 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_973'^^xsd:string;
  dwc:observationDate '1990-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_975'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_975'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.428, -70.425 42.428, -70.425 42.428, -70.425 42.428, -70.425 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_975'^^xsd:string;
  dwc:observationDate '1990-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3157'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3157'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.439, -70.425 42.439, -70.425 42.439, -70.425 42.439, -70.425 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3157'^^xsd:string;
  dwc:observationDate '1989-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 -70.425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "-70.425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_116'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_116'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.425'^^xsd:double;
  dwc:startLongitude '-70.425'^^xsd:double;
  dwc:endLongitude '-70.425'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:startLatitude '42.68'^^xsd:double;
  dwc:endLatitude '42.68'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.425 42.68, -70.425 42.68, -70.425 42.68, -70.425 42.68, -70.425 42.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_116'^^xsd:string;
  dwc:observationDate '1987-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2802'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2802'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.424'^^xsd:double;
  dwc:startLongitude '-70.424'^^xsd:double;
  dwc:endLongitude '-70.424'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.424 42.405, -70.424 42.405, -70.424 42.405, -70.424 42.405, -70.424 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2802'^^xsd:string;
  dwc:observationDate '1991-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.408 -70.424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.408"^^xsd:decimal ;
  dwc:decimalLongitude "-70.424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1019'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1019'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.424'^^xsd:double;
  dwc:startLongitude '-70.424'^^xsd:double;
  dwc:endLongitude '-70.424'^^xsd:double;
  dwc:latitude '42.408'^^xsd:double;
  dwc:startLatitude '42.408'^^xsd:double;
  dwc:endLatitude '42.408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.424 42.408, -70.424 42.408, -70.424 42.408, -70.424 42.408, -70.424 42.408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1019'^^xsd:string;
  dwc:observationDate '1988-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2552'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2552'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.424'^^xsd:double;
  dwc:startLongitude '-70.424'^^xsd:double;
  dwc:endLongitude '-70.424'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.424 42.426, -70.424 42.426, -70.424 42.426, -70.424 42.426, -70.424 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2552'^^xsd:string;
  dwc:observationDate '1989-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.438"^^xsd:decimal ;
  dwc:decimalLongitude "-70.424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1849'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1849'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.424'^^xsd:double;
  dwc:startLongitude '-70.424'^^xsd:double;
  dwc:endLongitude '-70.424'^^xsd:double;
  dwc:latitude '42.438'^^xsd:double;
  dwc:startLatitude '42.438'^^xsd:double;
  dwc:endLatitude '42.438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.424 42.438, -70.424 42.438, -70.424 42.438, -70.424 42.438, -70.424 42.438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1849'^^xsd:string;
  dwc:observationDate '1990-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3692'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3692'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.391, -70.423 42.391, -70.423 42.391, -70.423 42.391, -70.423 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3692'^^xsd:string;
  dwc:observationDate '1990-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2994'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2994'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.399, -70.423 42.399, -70.423 42.399, -70.423 42.399, -70.423 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2994'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3375'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3375'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.417, -70.423 42.417, -70.423 42.417, -70.423 42.417, -70.423 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3375'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2867'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2867'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.42, -70.423 42.42, -70.423 42.42, -70.423 42.42, -70.423 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2867'^^xsd:string;
  dwc:observationDate '1991-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3790'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3790'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.42, -70.423 42.42, -70.423 42.42, -70.423 42.42, -70.423 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3790'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_785'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_785'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.423, -70.423 42.423, -70.423 42.423, -70.423 42.423, -70.423 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_785'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3572'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_3572'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.426, -70.423 42.426, -70.423 42.426, -70.423 42.426, -70.423 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3572'^^xsd:string;
  dwc:observationDate '1991-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1901'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1901'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.429, -70.423 42.429, -70.423 42.429, -70.423 42.429, -70.423 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1901'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1896'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1896'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.429, -70.423 42.429, -70.423 42.429, -70.423 42.429, -70.423 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1896'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1904'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1904'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.429, -70.423 42.429, -70.423 42.429, -70.423 42.429, -70.423 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1904'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2202'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2202'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.423'^^xsd:double;
  dwc:startLongitude '-70.423'^^xsd:double;
  dwc:endLongitude '-70.423'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.423 42.433, -70.423 42.433, -70.423 42.433, -70.423 42.433, -70.423 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2202'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2209'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2209'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2209'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2210'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2210'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2210'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2206'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2206'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2206'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2205'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2205'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402, -70.422 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2205'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2791'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_2791'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.406, -70.422 42.406, -70.422 42.406, -70.422 42.406, -70.422 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2791'^^xsd:string;
  dwc:observationDate '1990-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_146'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_146'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.409, -70.422 42.409, -70.422 42.409, -70.422 42.409, -70.422 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_146'^^xsd:string;
  dwc:observationDate '1989-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3793'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3793'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.412, -70.422 42.412, -70.422 42.412, -70.422 42.412, -70.422 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3793'^^xsd:string;
  dwc:observationDate '1989-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3794'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3794'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.412, -70.422 42.412, -70.422 42.412, -70.422 42.412, -70.422 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3794'^^xsd:string;
  dwc:observationDate '1989-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.438"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3453'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3453'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.438'^^xsd:double;
  dwc:startLatitude '42.438'^^xsd:double;
  dwc:endLatitude '42.438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.438, -70.422 42.438, -70.422 42.438, -70.422 42.438, -70.422 42.438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3453'^^xsd:string;
  dwc:observationDate '1991-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1900'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1900'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.422'^^xsd:double;
  dwc:startLongitude '-70.422'^^xsd:double;
  dwc:endLongitude '-70.422'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.422 42.444, -70.422 42.444, -70.422 42.444, -70.422 42.444, -70.422 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1900'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1615'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1615'^^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:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.388'^^xsd:double;
  dwc:startLatitude '42.388'^^xsd:double;
  dwc:endLatitude '42.388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.388, -70.421 42.388, -70.421 42.388, -70.421 42.388, -70.421 42.388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1615'^^xsd:string;
  dwc:observationDate '1990-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3474'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3474'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.391, -70.421 42.391, -70.421 42.391, -70.421 42.391, -70.421 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3474'^^xsd:string;
  dwc:observationDate '1991-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3622'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3622'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.394, -70.421 42.394, -70.421 42.394, -70.421 42.394, -70.421 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3622'^^xsd:string;
  dwc:observationDate '1991-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3621'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3621'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.394, -70.421 42.394, -70.421 42.394, -70.421 42.394, -70.421 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3621'^^xsd:string;
  dwc:observationDate '1991-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3541'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3541'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.397, -70.421 42.397, -70.421 42.397, -70.421 42.397, -70.421 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3541'^^xsd:string;
  dwc:observationDate '1991-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3542'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3542'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.397, -70.421 42.397, -70.421 42.397, -70.421 42.397, -70.421 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3542'^^xsd:string;
  dwc:observationDate '1991-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2829'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2829'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.421, -70.421 42.421, -70.421 42.421, -70.421 42.421, -70.421 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2829'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3853'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3853'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.427, -70.421 42.427, -70.421 42.427, -70.421 42.427, -70.421 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3853'^^xsd:string;
  dwc:observationDate '1992-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_735'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_735'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.421'^^xsd:double;
  dwc:startLongitude '-70.421'^^xsd:double;
  dwc:endLongitude '-70.421'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.421 42.444, -70.421 42.444, -70.421 42.444, -70.421 42.444, -70.421 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_735'^^xsd:string;
  dwc:observationDate '1989-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1018'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1018'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1018'^^xsd:string;
  dwc:observationDate '1988-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3783'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3783'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3783'^^xsd:string;
  dwc:observationDate '1990-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3785'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3785'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3785'^^xsd:string;
  dwc:observationDate '1990-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3611'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3611'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3611'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3590'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3590'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3590'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3598'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3598'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4, -70.42 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3598'^^xsd:string;
  dwc:observationDate '1991-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3610'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3610'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.409, -70.42 42.409, -70.42 42.409, -70.42 42.409, -70.42 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3610'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1708'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1708'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.412, -70.42 42.412, -70.42 42.412, -70.42 42.412, -70.42 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1708'^^xsd:string;
  dwc:observationDate '1991-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1715'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1715'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.412, -70.42 42.412, -70.42 42.412, -70.42 42.412, -70.42 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1715'^^xsd:string;
  dwc:observationDate '1991-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2785'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_2785'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.419, -70.42 42.419, -70.42 42.419, -70.42 42.419, -70.42 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2785'^^xsd:string;
  dwc:observationDate '1989-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2553'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2553'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.426, -70.42 42.426, -70.42 42.426, -70.42 42.426, -70.42 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2553'^^xsd:string;
  dwc:observationDate '1989-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.525 -70.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.525"^^xsd:decimal ;
  dwc:decimalLongitude "-70.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_816'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_816'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.42'^^xsd:double;
  dwc:startLongitude '-70.42'^^xsd:double;
  dwc:endLongitude '-70.42'^^xsd:double;
  dwc:latitude '42.525'^^xsd:double;
  dwc:startLatitude '42.525'^^xsd:double;
  dwc:endLatitude '42.525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.42 42.525, -70.42 42.525, -70.42 42.525, -70.42 42.525, -70.42 42.525))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_816'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1564'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1564'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.419'^^xsd:double;
  dwc:startLongitude '-70.419'^^xsd:double;
  dwc:endLongitude '-70.419'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.419 42.391, -70.419 42.391, -70.419 42.391, -70.419 42.391, -70.419 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1564'^^xsd:string;
  dwc:observationDate '1991-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2764'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_2764'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.419'^^xsd:double;
  dwc:startLongitude '-70.419'^^xsd:double;
  dwc:endLongitude '-70.419'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.419 42.392, -70.419 42.392, -70.419 42.392, -70.419 42.392, -70.419 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2764'^^xsd:string;
  dwc:observationDate '1990-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3811'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3811'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.419'^^xsd:double;
  dwc:startLongitude '-70.419'^^xsd:double;
  dwc:endLongitude '-70.419'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.419 42.427, -70.419 42.427, -70.419 42.427, -70.419 42.427, -70.419 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3811'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2171'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2171'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.419'^^xsd:double;
  dwc:startLongitude '-70.419'^^xsd:double;
  dwc:endLongitude '-70.419'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.419 42.429, -70.419 42.429, -70.419 42.429, -70.419 42.429, -70.419 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2171'^^xsd:string;
  dwc:observationDate '1990-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2172'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2172'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.419'^^xsd:double;
  dwc:startLongitude '-70.419'^^xsd:double;
  dwc:endLongitude '-70.419'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.419 42.429, -70.419 42.429, -70.419 42.429, -70.419 42.429, -70.419 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2172'^^xsd:string;
  dwc:observationDate '1990-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2257'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2257'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.419'^^xsd:double;
  dwc:startLongitude '-70.419'^^xsd:double;
  dwc:endLongitude '-70.419'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.419 42.431, -70.419 42.431, -70.419 42.431, -70.419 42.431, -70.419 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2257'^^xsd:string;
  dwc:observationDate '1989-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -70.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.39"^^xsd:decimal ;
  dwc:decimalLongitude "-70.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1558'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1558'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.418'^^xsd:double;
  dwc:startLongitude '-70.418'^^xsd:double;
  dwc:endLongitude '-70.418'^^xsd:double;
  dwc:latitude '42.39'^^xsd:double;
  dwc:startLatitude '42.39'^^xsd:double;
  dwc:endLatitude '42.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.418 42.39, -70.418 42.39, -70.418 42.39, -70.418 42.39, -70.418 42.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1558'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2580'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2580'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.418'^^xsd:double;
  dwc:startLongitude '-70.418'^^xsd:double;
  dwc:endLongitude '-70.418'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.418 42.401, -70.418 42.401, -70.418 42.401, -70.418 42.401, -70.418 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2580'^^xsd:string;
  dwc:observationDate '1991-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3693'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3693'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.418'^^xsd:double;
  dwc:startLongitude '-70.418'^^xsd:double;
  dwc:endLongitude '-70.418'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.418 42.401, -70.418 42.401, -70.418 42.401, -70.418 42.401, -70.418 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3693'^^xsd:string;
  dwc:observationDate '1991-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3694'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3694'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.418'^^xsd:double;
  dwc:startLongitude '-70.418'^^xsd:double;
  dwc:endLongitude '-70.418'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.418 42.401, -70.418 42.401, -70.418 42.401, -70.418 42.401, -70.418 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3694'^^xsd:string;
  dwc:observationDate '1991-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2992'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2992'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.418'^^xsd:double;
  dwc:startLongitude '-70.418'^^xsd:double;
  dwc:endLongitude '-70.418'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.418 42.434, -70.418 42.434, -70.418 42.434, -70.418 42.434, -70.418 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2992'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.654 -70.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.654"^^xsd:decimal ;
  dwc:decimalLongitude "-70.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_838'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_838'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.418'^^xsd:double;
  dwc:startLongitude '-70.418'^^xsd:double;
  dwc:endLongitude '-70.418'^^xsd:double;
  dwc:latitude '42.654'^^xsd:double;
  dwc:startLatitude '42.654'^^xsd:double;
  dwc:endLatitude '42.654'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.418 42.654, -70.418 42.654, -70.418 42.654, -70.418 42.654, -70.418 42.654))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_838'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.894 -70.418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.894"^^xsd:decimal ;
  dwc:decimalLongitude "-70.418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1561'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1561'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.418'^^xsd:double;
  dwc:startLongitude '-70.418'^^xsd:double;
  dwc:endLongitude '-70.418'^^xsd:double;
  dwc:latitude '42.894'^^xsd:double;
  dwc:startLatitude '42.894'^^xsd:double;
  dwc:endLatitude '42.894'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.418 42.894, -70.418 42.894, -70.418 42.894, -70.418 42.894, -70.418 42.894))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1561'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_97'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_97'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.417'^^xsd:double;
  dwc:startLongitude '-70.417'^^xsd:double;
  dwc:endLongitude '-70.417'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.417 42.386, -70.417 42.386, -70.417 42.386, -70.417 42.386, -70.417 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_97'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1141'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1141'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.417'^^xsd:double;
  dwc:startLongitude '-70.417'^^xsd:double;
  dwc:endLongitude '-70.417'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.417 42.392, -70.417 42.392, -70.417 42.392, -70.417 42.392, -70.417 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1141'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1144'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1144'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.417'^^xsd:double;
  dwc:startLongitude '-70.417'^^xsd:double;
  dwc:endLongitude '-70.417'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.417 42.392, -70.417 42.392, -70.417 42.392, -70.417 42.392, -70.417 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1144'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3801'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3801'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.417'^^xsd:double;
  dwc:startLongitude '-70.417'^^xsd:double;
  dwc:endLongitude '-70.417'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.417 42.416, -70.417 42.416, -70.417 42.416, -70.417 42.416, -70.417 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3801'^^xsd:string;
  dwc:observationDate '1990-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3374'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3374'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.417'^^xsd:double;
  dwc:startLongitude '-70.417'^^xsd:double;
  dwc:endLongitude '-70.417'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.417 42.419, -70.417 42.419, -70.417 42.419, -70.417 42.419, -70.417 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3374'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2804'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2804'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.417'^^xsd:double;
  dwc:startLongitude '-70.417'^^xsd:double;
  dwc:endLongitude '-70.417'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.417 42.428, -70.417 42.428, -70.417 42.428, -70.417 42.428, -70.417 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2804'^^xsd:string;
  dwc:observationDate '1991-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.436 -70.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.436"^^xsd:decimal ;
  dwc:decimalLongitude "-70.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3156'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3156'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.417'^^xsd:double;
  dwc:startLongitude '-70.417'^^xsd:double;
  dwc:endLongitude '-70.417'^^xsd:double;
  dwc:latitude '42.436'^^xsd:double;
  dwc:startLatitude '42.436'^^xsd:double;
  dwc:endLatitude '42.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.417 42.436, -70.417 42.436, -70.417 42.436, -70.417 42.436, -70.417 42.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3156'^^xsd:string;
  dwc:observationDate '1989-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2442'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2442'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4, -70.4167 42.4, -70.4167 42.4, -70.4167 42.4, -70.4167 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2442'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3001'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3001'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4, -70.4167 42.4, -70.4167 42.4, -70.4167 42.4, -70.4167 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3001'^^xsd:string;
  dwc:observationDate '1993-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_936'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_936'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_936'^^xsd:string;
  dwc:observationDate '1993-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3623'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3623'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3623'^^xsd:string;
  dwc:observationDate '1993-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3563'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_3563'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3563'^^xsd:string;
  dwc:observationDate '1993-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3562'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_3562'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3562'^^xsd:string;
  dwc:observationDate '1993-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3813'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3813'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167, -70.4167 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3813'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3561'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_3561'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4333, -70.4167 42.4333, -70.4167 42.4333, -70.4167 42.4333, -70.4167 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3561'^^xsd:string;
  dwc:observationDate '1993-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4667 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2693'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2693'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.4667'^^xsd:double;
  dwc:startLatitude '42.4667'^^xsd:double;
  dwc:endLatitude '42.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.4667, -70.4167 42.4667, -70.4167 42.4667, -70.4167 42.4667, -70.4167 42.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2693'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6833 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1729'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1729'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.6833'^^xsd:double;
  dwc:startLatitude '42.6833'^^xsd:double;
  dwc:endLatitude '42.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.6833, -70.4167 42.6833, -70.4167 42.6833, -70.4167 42.6833, -70.4167 42.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1729'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9 -70.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_285'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_285'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4167'^^xsd:double;
  dwc:startLongitude '-70.4167'^^xsd:double;
  dwc:endLongitude '-70.4167'^^xsd:double;
  dwc:latitude '42.9'^^xsd:double;
  dwc:startLatitude '42.9'^^xsd:double;
  dwc:endLatitude '42.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4167 42.9, -70.4167 42.9, -70.4167 42.9, -70.4167 42.9, -70.4167 42.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_285'^^xsd:string;
  dwc:observationDate '1993-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1829'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1829'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.423, -70.416 42.423, -70.416 42.423, -70.416 42.423, -70.416 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1829'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2776'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2776'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.426, -70.416 42.426, -70.416 42.426, -70.416 42.426, -70.416 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2776'^^xsd:string;
  dwc:observationDate '1989-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1905'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1905'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1905'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1910'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1910'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1910'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1898'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1898'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1898'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1908'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1908'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437, -70.416 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1908'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.645 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.645"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_853'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_853'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.645'^^xsd:double;
  dwc:startLatitude '42.645'^^xsd:double;
  dwc:endLatitude '42.645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.645, -70.416 42.645, -70.416 42.645, -70.416 42.645, -70.416 42.645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_853'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.928 -70.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.928"^^xsd:decimal ;
  dwc:decimalLongitude "-70.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_786'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_786'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.416'^^xsd:double;
  dwc:startLongitude '-70.416'^^xsd:double;
  dwc:endLongitude '-70.416'^^xsd:double;
  dwc:latitude '42.928'^^xsd:double;
  dwc:startLatitude '42.928'^^xsd:double;
  dwc:endLatitude '42.928'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.416 42.928, -70.416 42.928, -70.416 42.928, -70.416 42.928, -70.416 42.928))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_786'^^xsd:string;
  dwc:observationDate '1994-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -70.415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.39"^^xsd:decimal ;
  dwc:decimalLongitude "-70.415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3452'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3452'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.415'^^xsd:double;
  dwc:startLongitude '-70.415'^^xsd:double;
  dwc:endLongitude '-70.415'^^xsd:double;
  dwc:latitude '42.39'^^xsd:double;
  dwc:startLatitude '42.39'^^xsd:double;
  dwc:endLatitude '42.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.415 42.39, -70.415 42.39, -70.415 42.39, -70.415 42.39, -70.415 42.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3452'^^xsd:string;
  dwc:observationDate '1991-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3707'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3707'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.414'^^xsd:double;
  dwc:startLongitude '-70.414'^^xsd:double;
  dwc:endLongitude '-70.414'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.414 42.396, -70.414 42.396, -70.414 42.396, -70.414 42.396, -70.414 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3707'^^xsd:string;
  dwc:observationDate '1990-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.414"^^xsd:decimal ;
  dwc:decimalLongitude "-70.413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1346'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1346'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.413'^^xsd:double;
  dwc:startLongitude '-70.413'^^xsd:double;
  dwc:endLongitude '-70.413'^^xsd:double;
  dwc:latitude '42.414'^^xsd:double;
  dwc:startLatitude '42.414'^^xsd:double;
  dwc:endLatitude '42.414'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.413 42.414, -70.413 42.414, -70.413 42.414, -70.413 42.414, -70.413 42.414))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1346'^^xsd:string;
  dwc:observationDate '1990-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3708> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3708'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3708'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.413'^^xsd:double;
  dwc:startLongitude '-70.413'^^xsd:double;
  dwc:endLongitude '-70.413'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.413 42.417, -70.413 42.417, -70.413 42.417, -70.413 42.417, -70.413 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3708'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3810'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3810'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.413'^^xsd:double;
  dwc:startLongitude '-70.413'^^xsd:double;
  dwc:endLongitude '-70.413'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.413 42.423, -70.413 42.423, -70.413 42.423, -70.413 42.423, -70.413 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3810'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3063'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3063'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.413'^^xsd:double;
  dwc:startLongitude '-70.413'^^xsd:double;
  dwc:endLongitude '-70.413'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.413 42.423, -70.413 42.423, -70.413 42.423, -70.413 42.423, -70.413 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3063'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2763'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_2763'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.412'^^xsd:double;
  dwc:startLongitude '-70.412'^^xsd:double;
  dwc:endLongitude '-70.412'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.412 42.4, -70.412 42.4, -70.412 42.4, -70.412 42.4, -70.412 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2763'^^xsd:string;
  dwc:observationDate '1990-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3695'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3695'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.412'^^xsd:double;
  dwc:startLongitude '-70.412'^^xsd:double;
  dwc:endLongitude '-70.412'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.412 42.403, -70.412 42.403, -70.412 42.403, -70.412 42.403, -70.412 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3695'^^xsd:string;
  dwc:observationDate '1991-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.406 -70.412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.406"^^xsd:decimal ;
  dwc:decimalLongitude "-70.412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1203'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1203'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.412'^^xsd:double;
  dwc:startLongitude '-70.412'^^xsd:double;
  dwc:endLongitude '-70.412'^^xsd:double;
  dwc:latitude '42.406'^^xsd:double;
  dwc:startLatitude '42.406'^^xsd:double;
  dwc:endLatitude '42.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.412 42.406, -70.412 42.406, -70.412 42.406, -70.412 42.406, -70.412 42.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1203'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3789'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3789'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.409, -70.411 42.409, -70.411 42.409, -70.411 42.409, -70.411 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3789'^^xsd:string;
  dwc:observationDate '1991-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3788'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3788'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.415, -70.411 42.415, -70.411 42.415, -70.411 42.415, -70.411 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3788'^^xsd:string;
  dwc:observationDate '1991-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1915'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1915'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.421, -70.411 42.421, -70.411 42.421, -70.411 42.421, -70.411 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1915'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1916'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1916'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.421, -70.411 42.421, -70.411 42.421, -70.411 42.421, -70.411 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1916'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1897'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1897'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.421, -70.411 42.421, -70.411 42.421, -70.411 42.421, -70.411 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1897'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3747'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3747'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.424, -70.411 42.424, -70.411 42.424, -70.411 42.424, -70.411 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3747'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2786'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_2786'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.426, -70.411 42.426, -70.411 42.426, -70.411 42.426, -70.411 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2786'^^xsd:string;
  dwc:observationDate '1989-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3800'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3800'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.411'^^xsd:double;
  dwc:startLongitude '-70.411'^^xsd:double;
  dwc:endLongitude '-70.411'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.411 42.434, -70.411 42.434, -70.411 42.434, -70.411 42.434, -70.411 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3800'^^xsd:string;
  dwc:observationDate '1989-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2792'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_2792'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.41'^^xsd:double;
  dwc:startLongitude '-70.41'^^xsd:double;
  dwc:endLongitude '-70.41'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.41 42.387, -70.41 42.387, -70.41 42.387, -70.41 42.387, -70.41 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2792'^^xsd:string;
  dwc:observationDate '1990-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2793'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_2793'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.41'^^xsd:double;
  dwc:startLongitude '-70.41'^^xsd:double;
  dwc:endLongitude '-70.41'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.41 42.387, -70.41 42.387, -70.41 42.387, -70.41 42.387, -70.41 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2793'^^xsd:string;
  dwc:observationDate '1990-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2998'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2998'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.41'^^xsd:double;
  dwc:startLongitude '-70.41'^^xsd:double;
  dwc:endLongitude '-70.41'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.41 42.43, -70.41 42.43, -70.41 42.43, -70.41 42.43, -70.41 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2998'^^xsd:string;
  dwc:observationDate '1991-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2618'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2618'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.409'^^xsd:double;
  dwc:startLongitude '-70.409'^^xsd:double;
  dwc:endLongitude '-70.409'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.409 42.419, -70.409 42.419, -70.409 42.419, -70.409 42.419, -70.409 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2618'^^xsd:string;
  dwc:observationDate '1990-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2617'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2617'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.409'^^xsd:double;
  dwc:startLongitude '-70.409'^^xsd:double;
  dwc:endLongitude '-70.409'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.409 42.419, -70.409 42.419, -70.409 42.419, -70.409 42.419, -70.409 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2617'^^xsd:string;
  dwc:observationDate '1990-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6535 -70.4083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6535"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3855'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3855'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.4083'^^xsd:double;
  dwc:startLongitude '-70.4083'^^xsd:double;
  dwc:endLongitude '-70.4083'^^xsd:double;
  dwc:latitude '42.6535'^^xsd:double;
  dwc:startLatitude '42.6535'^^xsd:double;
  dwc:endLatitude '42.6535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4083 42.6535, -70.4083 42.6535, -70.4083 42.6535, -70.4083 42.6535, -70.4083 42.6535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3855'^^xsd:string;
  dwc:observationDate '2003-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2384'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2384'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.408'^^xsd:double;
  dwc:startLongitude '-70.408'^^xsd:double;
  dwc:endLongitude '-70.408'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.408 42.393, -70.408 42.393, -70.408 42.393, -70.408 42.393, -70.408 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2384'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.395"^^xsd:decimal ;
  dwc:decimalLongitude "-70.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2581'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2581'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.408'^^xsd:double;
  dwc:startLongitude '-70.408'^^xsd:double;
  dwc:endLongitude '-70.408'^^xsd:double;
  dwc:latitude '42.395'^^xsd:double;
  dwc:startLatitude '42.395'^^xsd:double;
  dwc:endLatitude '42.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.408 42.395, -70.408 42.395, -70.408 42.395, -70.408 42.395, -70.408 42.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2581'^^xsd:string;
  dwc:observationDate '1991-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.41 -70.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.41"^^xsd:decimal ;
  dwc:decimalLongitude "-70.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3781'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3781'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.408'^^xsd:double;
  dwc:startLongitude '-70.408'^^xsd:double;
  dwc:endLongitude '-70.408'^^xsd:double;
  dwc:latitude '42.41'^^xsd:double;
  dwc:startLatitude '42.41'^^xsd:double;
  dwc:endLatitude '42.41'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.408 42.41, -70.408 42.41, -70.408 42.41, -70.408 42.41, -70.408 42.41))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3781'^^xsd:string;
  dwc:observationDate '1990-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3230'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3230'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.408'^^xsd:double;
  dwc:startLongitude '-70.408'^^xsd:double;
  dwc:endLongitude '-70.408'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.408 42.425, -70.408 42.425, -70.408 42.425, -70.408 42.425, -70.408 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3230'^^xsd:string;
  dwc:observationDate '1990-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3826'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3826'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.408'^^xsd:double;
  dwc:startLongitude '-70.408'^^xsd:double;
  dwc:endLongitude '-70.408'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.408 42.425, -70.408 42.425, -70.408 42.425, -70.408 42.425, -70.408 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3826'^^xsd:string;
  dwc:observationDate '1992-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.383 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.383"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_622'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_622'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.383'^^xsd:double;
  dwc:startLatitude '42.383'^^xsd:double;
  dwc:endLatitude '42.383'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.383, -70.407 42.383, -70.407 42.383, -70.407 42.383, -70.407 42.383))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_622'^^xsd:string;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_558'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_558'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.386, -70.407 42.386, -70.407 42.386, -70.407 42.386, -70.407 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_558'^^xsd:string;
  dwc:observationDate '1989-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1616'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1616'^^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:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.386, -70.407 42.386, -70.407 42.386, -70.407 42.386, -70.407 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1616'^^xsd:string;
  dwc:observationDate '1990-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_598'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_598'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.386, -70.407 42.386, -70.407 42.386, -70.407 42.386, -70.407 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_598'^^xsd:string;
  dwc:observationDate '1989-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1383'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1383'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.416, -70.407 42.416, -70.407 42.416, -70.407 42.416, -70.407 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1383'^^xsd:string;
  dwc:observationDate '1990-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3746'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3746'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.419, -70.407 42.419, -70.407 42.419, -70.407 42.419, -70.407 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3746'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3228'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3228'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.424, -70.407 42.424, -70.407 42.424, -70.407 42.424, -70.407 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3228'^^xsd:string;
  dwc:observationDate '1990-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.858 -70.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.858"^^xsd:decimal ;
  dwc:decimalLongitude "-70.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2436'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2436'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.407'^^xsd:double;
  dwc:startLongitude '-70.407'^^xsd:double;
  dwc:endLongitude '-70.407'^^xsd:double;
  dwc:latitude '42.858'^^xsd:double;
  dwc:startLatitude '42.858'^^xsd:double;
  dwc:endLatitude '42.858'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.407 42.858, -70.407 42.858, -70.407 42.858, -70.407 42.858, -70.407 42.858))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2436'^^xsd:string;
  dwc:observationDate '1990-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7235 -70.4065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7235"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2682'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2682'^^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:longitude '-70.4065'^^xsd:double;
  dwc:startLongitude '-70.4065'^^xsd:double;
  dwc:endLongitude '-70.4065'^^xsd:double;
  dwc:latitude '42.7235'^^xsd:double;
  dwc:startLatitude '42.7235'^^xsd:double;
  dwc:endLatitude '42.7235'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4065 42.7235, -70.4065 42.7235, -70.4065 42.7235, -70.4065 42.7235, -70.4065 42.7235))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2682'^^xsd:string;
  dwc:observationDate '2003-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.366 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.366"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_101'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_101'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.366'^^xsd:double;
  dwc:startLatitude '42.366'^^xsd:double;
  dwc:endLatitude '42.366'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.366, -70.406 42.366, -70.406 42.366, -70.406 42.366, -70.406 42.366))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_101'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.366 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.366"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_98'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_98'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.366'^^xsd:double;
  dwc:startLatitude '42.366'^^xsd:double;
  dwc:endLatitude '42.366'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.366, -70.406 42.366, -70.406 42.366, -70.406 42.366, -70.406 42.366))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_98'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.39"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_971'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_971'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.39'^^xsd:double;
  dwc:startLatitude '42.39'^^xsd:double;
  dwc:endLatitude '42.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.39, -70.406 42.39, -70.406 42.39, -70.406 42.39, -70.406 42.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_971'^^xsd:string;
  dwc:observationDate '1990-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_584'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_584'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.4, -70.406 42.4, -70.406 42.4, -70.406 42.4, -70.406 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_584'^^xsd:string;
  dwc:observationDate '1990-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3795'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3795'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.404, -70.406 42.404, -70.406 42.404, -70.406 42.404, -70.406 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3795'^^xsd:string;
  dwc:observationDate '1990-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2801'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2801'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.422, -70.406 42.422, -70.406 42.422, -70.406 42.422, -70.406 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2801'^^xsd:string;
  dwc:observationDate '1991-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1953'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1953'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.424, -70.406 42.424, -70.406 42.424, -70.406 42.424, -70.406 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1953'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2834'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2834'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.425, -70.406 42.425, -70.406 42.425, -70.406 42.425, -70.406 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2834'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.435 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.435"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2496'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2496'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.435'^^xsd:double;
  dwc:startLatitude '42.435'^^xsd:double;
  dwc:endLatitude '42.435'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.435, -70.406 42.435, -70.406 42.435, -70.406 42.435, -70.406 42.435))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2496'^^xsd:string;
  dwc:observationDate '1991-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.438"^^xsd:decimal ;
  dwc:decimalLongitude "-70.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_2669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2669'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2669'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.406'^^xsd:double;
  dwc:startLongitude '-70.406'^^xsd:double;
  dwc:endLongitude '-70.406'^^xsd:double;
  dwc:latitude '42.438'^^xsd:double;
  dwc:startLatitude '42.438'^^xsd:double;
  dwc:endLatitude '42.438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.406 42.438, -70.406 42.438, -70.406 42.438, -70.406 42.438, -70.406 42.438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2669'^^xsd:string;
  dwc:observationDate '1991-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.378 -70.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.378"^^xsd:decimal ;
  dwc:decimalLongitude "-70.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_709'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_709'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.405'^^xsd:double;
  dwc:startLongitude '-70.405'^^xsd:double;
  dwc:endLongitude '-70.405'^^xsd:double;
  dwc:latitude '42.378'^^xsd:double;
  dwc:startLatitude '42.378'^^xsd:double;
  dwc:endLatitude '42.378'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.405 42.378, -70.405 42.378, -70.405 42.378, -70.405 42.378, -70.405 42.378))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_709'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1969__73_3727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3727'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3727'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.405'^^xsd:double;
  dwc:startLongitude '-70.405'^^xsd:double;
  dwc:endLongitude '-70.405'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.405 42.387, -70.405 42.387, -70.405 42.387, -70.405 42.387, -70.405 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3727'^^xsd:string;
  dwc:observationDate '1991-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.405)"^^geo:wktLiteral ;
  geo-pos:lat "42.394"^^xsd:decimal ;
  geo-pos:long "-70.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1063'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1063'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.405'^^xsd:double;
  dwc:startLongitude '-70.405'^^xsd:double;
  dwc:endLongitude '-70.405'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.405 42.394, -70.405 42.394, -70.405 42.394, -70.405 42.394, -70.405 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1063'^^xsd:string;
  dwc:observationDate '1990-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.405)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1982'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1982'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.405'^^xsd:double;
  dwc:startLongitude '-70.405'^^xsd:double;
  dwc:endLongitude '-70.405'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.405 42.439, -70.405 42.439, -70.405 42.439, -70.405 42.439, -70.405 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1982'^^xsd:string;
  dwc:observationDate '1989-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.687 -70.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.687"^^xsd:decimal ;
  dwc:decimalLongitude "-70.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.687 -70.405)"^^geo:wktLiteral ;
  geo-pos:lat "42.687"^^xsd:decimal ;
  geo-pos:long "-70.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_52'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_52'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.405'^^xsd:double;
  dwc:startLongitude '-70.405'^^xsd:double;
  dwc:endLongitude '-70.405'^^xsd:double;
  dwc:latitude '42.687'^^xsd:double;
  dwc:startLatitude '42.687'^^xsd:double;
  dwc:endLatitude '42.687'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.405 42.687, -70.405 42.687, -70.405 42.687, -70.405 42.687, -70.405 42.687))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_52'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.373"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.373"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3612'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3612'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.373'^^xsd:double;
  dwc:startLatitude '42.373'^^xsd:double;
  dwc:endLatitude '42.373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.373, -70.404 42.373, -70.404 42.373, -70.404 42.373, -70.404 42.373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3612'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.393"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3778'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3778'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.393, -70.404 42.393, -70.404 42.393, -70.404 42.393, -70.404 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3778'^^xsd:string;
  dwc:observationDate '1991-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.393"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3423'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3423'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.393, -70.404 42.393, -70.404 42.393, -70.404 42.393, -70.404 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3423'^^xsd:string;
  dwc:observationDate '1991-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.396"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1299'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1299'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.396, -70.404 42.396, -70.404 42.396, -70.404 42.396, -70.404 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1299'^^xsd:string;
  dwc:observationDate '1989-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.398"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.398"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_646'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_646'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.398'^^xsd:double;
  dwc:startLatitude '42.398'^^xsd:double;
  dwc:endLatitude '42.398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.398, -70.404 42.398, -70.404 42.398, -70.404 42.398, -70.404 42.398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_646'^^xsd:string;
  dwc:observationDate '1989-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1311'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1311'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1311'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2815'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2815'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2815'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2814'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2814'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2814'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3185'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3185'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3185'^^xsd:string;
  dwc:observationDate '1991-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3183'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3183'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3183'^^xsd:string;
  dwc:observationDate '1991-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3250'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3250'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42, -70.404 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3250'^^xsd:string;
  dwc:observationDate '1991-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.421"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2779'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2779'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.421, -70.404 42.421, -70.404 42.421, -70.404 42.421, -70.404 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2779'^^xsd:string;
  dwc:observationDate '1989-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.426"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1257'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1257'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.426, -70.404 42.426, -70.404 42.426, -70.404 42.426, -70.404 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1257'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.432"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3544'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3544'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.432, -70.404 42.432, -70.404 42.432, -70.404 42.432, -70.404 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3544'^^xsd:string;
  dwc:observationDate '1991-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.432"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2304'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2304'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.432, -70.404 42.432, -70.404 42.432, -70.404 42.432, -70.404 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2304'^^xsd:string;
  dwc:observationDate '1991-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.671 -70.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.671"^^xsd:decimal ;
  dwc:decimalLongitude "-70.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.671 -70.404)"^^geo:wktLiteral ;
  geo-pos:lat "42.671"^^xsd:decimal ;
  geo-pos:long "-70.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_839'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_839'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.404'^^xsd:double;
  dwc:startLongitude '-70.404'^^xsd:double;
  dwc:endLongitude '-70.404'^^xsd:double;
  dwc:latitude '42.671'^^xsd:double;
  dwc:startLatitude '42.671'^^xsd:double;
  dwc:endLatitude '42.671'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.404 42.671, -70.404 42.671, -70.404 42.671, -70.404 42.671, -70.404 42.671))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_839'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.379 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.379"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.379 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.379"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2145'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2145'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.379'^^xsd:double;
  dwc:startLatitude '42.379'^^xsd:double;
  dwc:endLatitude '42.379'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.379, -70.403 42.379, -70.403 42.379, -70.403 42.379, -70.403 42.379))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2145'^^xsd:string;
  dwc:observationDate '1991-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.393"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3818'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3818'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.393, -70.403 42.393, -70.403 42.393, -70.403 42.393, -70.403 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3818'^^xsd:string;
  dwc:observationDate '1990-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.393"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.393 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.393"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3820'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3820'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.393'^^xsd:double;
  dwc:startLatitude '42.393'^^xsd:double;
  dwc:endLatitude '42.393'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.393, -70.403 42.393, -70.403 42.393, -70.403 42.393, -70.403 42.393))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3820'^^xsd:string;
  dwc:observationDate '1990-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.394"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2766'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_2766'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.394, -70.403 42.394, -70.403 42.394, -70.403 42.394, -70.403 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2766'^^xsd:string;
  dwc:observationDate '1990-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.405"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3682'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3682'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.405, -70.403 42.405, -70.403 42.405, -70.403 42.405, -70.403 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3682'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.427"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1557'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1557'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.427, -70.403 42.427, -70.403 42.427, -70.403 42.427, -70.403 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1557'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.454 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.454"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.454 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.454"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1909'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1909'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.454'^^xsd:double;
  dwc:startLatitude '42.454'^^xsd:double;
  dwc:endLatitude '42.454'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.454, -70.403 42.454, -70.403 42.454, -70.403 42.454, -70.403 42.454))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1909'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.781 -70.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.781"^^xsd:decimal ;
  dwc:decimalLongitude "-70.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.781 -70.403)"^^geo:wktLiteral ;
  geo-pos:lat "42.781"^^xsd:decimal ;
  geo-pos:long "-70.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_977'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_977'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.403'^^xsd:double;
  dwc:startLongitude '-70.403'^^xsd:double;
  dwc:endLongitude '-70.403'^^xsd:double;
  dwc:latitude '42.781'^^xsd:double;
  dwc:startLatitude '42.781'^^xsd:double;
  dwc:endLatitude '42.781'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.403 42.781, -70.403 42.781, -70.403 42.781, -70.403 42.781, -70.403 42.781))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_977'^^xsd:string;
  dwc:observationDate '1994-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3720'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3720'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3720'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_662'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_662'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_662'^^xsd:string;
  dwc:observationDate '1991-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_743'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_743'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_743'^^xsd:string;
  dwc:observationDate '1991-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3605'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3605'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3605'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3606'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3606'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42, -70.402 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3606'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.428"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1983'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1983'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.428, -70.402 42.428, -70.402 42.428, -70.402 42.428, -70.402 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1983'^^xsd:string;
  dwc:observationDate '1989-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.656 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.656"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.656 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.656"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_840'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_840'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.656'^^xsd:double;
  dwc:startLatitude '42.656'^^xsd:double;
  dwc:endLatitude '42.656'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.656, -70.402 42.656, -70.402 42.656, -70.402 42.656, -70.402 42.656))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_840'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.811 -70.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.811"^^xsd:decimal ;
  dwc:decimalLongitude "-70.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.811 -70.402)"^^geo:wktLiteral ;
  geo-pos:lat "42.811"^^xsd:decimal ;
  geo-pos:long "-70.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_82'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_82'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-70.402'^^xsd:double;
  dwc:startLongitude '-70.402'^^xsd:double;
  dwc:endLongitude '-70.402'^^xsd:double;
  dwc:latitude '42.811'^^xsd:double;
  dwc:startLatitude '42.811'^^xsd:double;
  dwc:endLatitude '42.811'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.402 42.811, -70.402 42.811, -70.402 42.811, -70.402 42.811, -70.402 42.811))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_82'^^xsd:string;
  dwc:observationDate '1981-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9151 -70.4011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9151"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9151 -70.4011)"^^geo:wktLiteral ;
  geo-pos:lat "42.9151"^^xsd:decimal ;
  geo-pos:long "-70.4011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3103'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3103'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.4011'^^xsd:double;
  dwc:startLongitude '-70.4011'^^xsd:double;
  dwc:endLongitude '-70.4011'^^xsd:double;
  dwc:latitude '42.9151'^^xsd:double;
  dwc:startLatitude '42.9151'^^xsd:double;
  dwc:endLatitude '42.9151'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4011 42.9151, -70.4011 42.9151, -70.4011 42.9151, -70.4011 42.9151, -70.4011 42.9151))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3103'^^xsd:string;
  dwc:observationDate '2003-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9151 -70.4011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9151"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9151 -70.4011)"^^geo:wktLiteral ;
  geo-pos:lat "42.9151"^^xsd:decimal ;
  geo-pos:long "-70.4011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3102'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3102'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.4011'^^xsd:double;
  dwc:startLongitude '-70.4011'^^xsd:double;
  dwc:endLongitude '-70.4011'^^xsd:double;
  dwc:latitude '42.9151'^^xsd:double;
  dwc:startLatitude '42.9151'^^xsd:double;
  dwc:endLatitude '42.9151'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4011 42.9151, -70.4011 42.9151, -70.4011 42.9151, -70.4011 42.9151, -70.4011 42.9151))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3102'^^xsd:string;
  dwc:observationDate '2003-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.401)"^^geo:wktLiteral ;
  geo-pos:lat "42.422"^^xsd:decimal ;
  geo-pos:long "-70.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1251'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1251'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.401'^^xsd:double;
  dwc:startLongitude '-70.401'^^xsd:double;
  dwc:endLongitude '-70.401'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.401 42.422, -70.401 42.422, -70.401 42.422, -70.401 42.422, -70.401 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1251'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.442 -70.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.442"^^xsd:decimal ;
  dwc:decimalLongitude "-70.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.442 -70.401)"^^geo:wktLiteral ;
  geo-pos:lat "42.442"^^xsd:decimal ;
  geo-pos:long "-70.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1917'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1917'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.401'^^xsd:double;
  dwc:startLongitude '-70.401'^^xsd:double;
  dwc:endLongitude '-70.401'^^xsd:double;
  dwc:latitude '42.442'^^xsd:double;
  dwc:startLatitude '42.442'^^xsd:double;
  dwc:endLatitude '42.442'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.401 42.442, -70.401 42.442, -70.401 42.442, -70.401 42.442, -70.401 42.442))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1917'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.442 -70.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.442"^^xsd:decimal ;
  dwc:decimalLongitude "-70.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.442 -70.401)"^^geo:wktLiteral ;
  geo-pos:lat "42.442"^^xsd:decimal ;
  geo-pos:long "-70.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_136'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_136'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.401'^^xsd:double;
  dwc:startLongitude '-70.401'^^xsd:double;
  dwc:endLongitude '-70.401'^^xsd:double;
  dwc:latitude '42.442'^^xsd:double;
  dwc:startLatitude '42.442'^^xsd:double;
  dwc:endLatitude '42.442'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.401 42.442, -70.401 42.442, -70.401 42.442, -70.401 42.442, -70.401 42.442))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_136'^^xsd:string;
  dwc:observationDate '1991-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.714 -70.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.714"^^xsd:decimal ;
  dwc:decimalLongitude "-70.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.714 -70.401)"^^geo:wktLiteral ;
  geo-pos:lat "42.714"^^xsd:decimal ;
  geo-pos:long "-70.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1710'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1710'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.401'^^xsd:double;
  dwc:startLongitude '-70.401'^^xsd:double;
  dwc:endLongitude '-70.401'^^xsd:double;
  dwc:latitude '42.714'^^xsd:double;
  dwc:startLatitude '42.714'^^xsd:double;
  dwc:endLatitude '42.714'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.401 42.714, -70.401 42.714, -70.401 42.714, -70.401 42.714, -70.401 42.714))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1710'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.714 -70.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.714"^^xsd:decimal ;
  dwc:decimalLongitude "-70.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.714 -70.401)"^^geo:wktLiteral ;
  geo-pos:lat "42.714"^^xsd:decimal ;
  geo-pos:long "-70.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1711'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1711'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.401'^^xsd:double;
  dwc:startLongitude '-70.401'^^xsd:double;
  dwc:endLongitude '-70.401'^^xsd:double;
  dwc:latitude '42.714'^^xsd:double;
  dwc:startLatitude '42.714'^^xsd:double;
  dwc:endLatitude '42.714'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.401 42.714, -70.401 42.714, -70.401 42.714, -70.401 42.714, -70.401 42.714))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1711'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3687'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3687'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.15'^^xsd:double;
  dwc:startLatitude '42.15'^^xsd:double;
  dwc:endLatitude '42.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.15, -70.4 42.15, -70.4 42.15, -70.4 42.15, -70.4 42.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3687'^^xsd:string;
  dwc:observationDate '1980-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.394"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.394 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.394"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2723'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2723'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.394'^^xsd:double;
  dwc:startLatitude '42.394'^^xsd:double;
  dwc:endLatitude '42.394'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.394, -70.4 42.394, -70.4 42.394, -70.4 42.394, -70.4 42.394))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2723'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3684'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3684'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.4, -70.4 42.4, -70.4 42.4, -70.4 42.4, -70.4 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3684'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_88'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_88'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.4, -70.4 42.4, -70.4 42.4, -70.4 42.4, -70.4 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_88'^^xsd:string;
  dwc:observationDate '1993-10-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.4167"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3660'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3660'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.4167, -70.4 42.4167, -70.4 42.4167, -70.4 42.4167, -70.4 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3660'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.4167"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3731'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3731'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.4167, -70.4 42.4167, -70.4 42.4167, -70.4 42.4167, -70.4 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3731'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4167 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.4167"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3732'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3732'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.4167'^^xsd:double;
  dwc:startLatitude '42.4167'^^xsd:double;
  dwc:endLatitude '42.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.4167, -70.4 42.4167, -70.4 42.4167, -70.4 42.4167, -70.4 42.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3732'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.421"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3745'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3745'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.421, -70.4 42.421, -70.4 42.421, -70.4 42.421, -70.4 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3745'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.421"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_663'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_663'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.421, -70.4 42.421, -70.4 42.421, -70.4 42.421, -70.4 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_663'^^xsd:string;
  dwc:observationDate '1991-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3071'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3071'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3071'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3067'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3067'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3067'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1254'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1254'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1254'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1258'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1258'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1258'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1263'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1263'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1263'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1253'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1253'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1253'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1260'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1260'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1260'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1261'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1261'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1261'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2254'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2254'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2254'^^xsd:string;
  dwc:observationDate '1989-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3376'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3376'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3376'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3373'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3373'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424, -70.4 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3373'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2746'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2746'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:startLatitude '42.5'^^xsd:double;
  dwc:endLatitude '42.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.5, -70.4 42.5, -70.4 42.5, -70.4 42.5, -70.4 42.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2746'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8833 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8833 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.8833"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_432'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_432'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.8833'^^xsd:double;
  dwc:startLatitude '42.8833'^^xsd:double;
  dwc:endLatitude '42.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.8833, -70.4 42.8833, -70.4 42.8833, -70.4 42.8833, -70.4 42.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_432'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8833 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8833 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.8833"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_433'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_433'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.8833'^^xsd:double;
  dwc:startLatitude '42.8833'^^xsd:double;
  dwc:endLatitude '42.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.8833, -70.4 42.8833, -70.4 42.8833, -70.4 42.8833, -70.4 42.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_433'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9 -70.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9"^^xsd:decimal ;
  dwc:decimalLongitude "-70.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9 -70.4)"^^geo:wktLiteral ;
  geo-pos:lat "42.9"^^xsd:decimal ;
  geo-pos:long "-70.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_286'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_286'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.4'^^xsd:double;
  dwc:startLongitude '-70.4'^^xsd:double;
  dwc:endLongitude '-70.4'^^xsd:double;
  dwc:latitude '42.9'^^xsd:double;
  dwc:startLatitude '42.9'^^xsd:double;
  dwc:endLatitude '42.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.4 42.9, -70.4 42.9, -70.4 42.9, -70.4 42.9, -70.4 42.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_286'^^xsd:string;
  dwc:observationDate '1993-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_99'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_99'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.4, -70.399 42.4, -70.399 42.4, -70.399 42.4, -70.399 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_99'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.411"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3648'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3648'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.411, -70.399 42.411, -70.399 42.411, -70.399 42.411, -70.399 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3648'^^xsd:string;
  dwc:observationDate '1990-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.411"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3646'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3646'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.411, -70.399 42.411, -70.399 42.411, -70.399 42.411, -70.399 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3646'^^xsd:string;
  dwc:observationDate '1990-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.415"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3632'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3632'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.415, -70.399 42.415, -70.399 42.415, -70.399 42.415, -70.399 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3632'^^xsd:string;
  dwc:observationDate '1990-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.415"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3631'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3631'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.415, -70.399 42.415, -70.399 42.415, -70.399 42.415, -70.399 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3631'^^xsd:string;
  dwc:observationDate '1990-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3422'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3422'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.424, -70.399 42.424, -70.399 42.424, -70.399 42.424, -70.399 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3422'^^xsd:string;
  dwc:observationDate '1990-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.429"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_698'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_698'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.429, -70.399 42.429, -70.399 42.429, -70.399 42.429, -70.399 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_698'^^xsd:string;
  dwc:observationDate '1989-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.446 -70.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.446"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.446 -70.399)"^^geo:wktLiteral ;
  geo-pos:lat "42.446"^^xsd:decimal ;
  geo-pos:long "-70.399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1960'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1960'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.399'^^xsd:double;
  dwc:startLongitude '-70.399'^^xsd:double;
  dwc:endLongitude '-70.399'^^xsd:double;
  dwc:latitude '42.446'^^xsd:double;
  dwc:startLatitude '42.446'^^xsd:double;
  dwc:endLatitude '42.446'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.399 42.446, -70.399 42.446, -70.399 42.446, -70.399 42.446, -70.399 42.446))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1960'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.398)"^^geo:wktLiteral ;
  geo-pos:lat "42.416"^^xsd:decimal ;
  geo-pos:long "-70.398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3634'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3634'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.398'^^xsd:double;
  dwc:startLongitude '-70.398'^^xsd:double;
  dwc:endLongitude '-70.398'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.398 42.416, -70.398 42.416, -70.398 42.416, -70.398 42.416, -70.398 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3634'^^xsd:string;
  dwc:observationDate '1990-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.398)"^^geo:wktLiteral ;
  geo-pos:lat "42.422"^^xsd:decimal ;
  geo-pos:long "-70.398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3380'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3380'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.398'^^xsd:double;
  dwc:startLongitude '-70.398'^^xsd:double;
  dwc:endLongitude '-70.398'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.398 42.422, -70.398 42.422, -70.398 42.422, -70.398 42.422, -70.398 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3380'^^xsd:string;
  dwc:observationDate '1991-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.381"^^xsd:decimal ;
  dwc:decimalLongitude "-70.397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.397)"^^geo:wktLiteral ;
  geo-pos:lat "42.381"^^xsd:decimal ;
  geo-pos:long "-70.397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3728'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3728'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.397'^^xsd:double;
  dwc:startLongitude '-70.397'^^xsd:double;
  dwc:endLongitude '-70.397'^^xsd:double;
  dwc:latitude '42.381'^^xsd:double;
  dwc:startLatitude '42.381'^^xsd:double;
  dwc:endLatitude '42.381'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.397 42.381, -70.397 42.381, -70.397 42.381, -70.397 42.381, -70.397 42.381))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3728'^^xsd:string;
  dwc:observationDate '1991-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.397)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2013'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2013'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.397'^^xsd:double;
  dwc:startLongitude '-70.397'^^xsd:double;
  dwc:endLongitude '-70.397'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.397 42.412, -70.397 42.412, -70.397 42.412, -70.397 42.412, -70.397 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2013'^^xsd:string;
  dwc:observationDate '1990-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.396)"^^geo:wktLiteral ;
  geo-pos:lat "42.416"^^xsd:decimal ;
  geo-pos:long "-70.396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3718'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3718'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.396'^^xsd:double;
  dwc:startLongitude '-70.396'^^xsd:double;
  dwc:endLongitude '-70.396'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.396 42.416, -70.396 42.416, -70.396 42.416, -70.396 42.416, -70.396 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3718'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.544 -70.396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.544"^^xsd:decimal ;
  dwc:decimalLongitude "-70.396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.544 -70.396)"^^geo:wktLiteral ;
  geo-pos:lat "42.544"^^xsd:decimal ;
  geo-pos:long "-70.396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1297'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1297'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.396'^^xsd:double;
  dwc:startLongitude '-70.396'^^xsd:double;
  dwc:endLongitude '-70.396'^^xsd:double;
  dwc:latitude '42.544'^^xsd:double;
  dwc:startLatitude '42.544'^^xsd:double;
  dwc:endLatitude '42.544'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.396 42.544, -70.396 42.544, -70.396 42.544, -70.396 42.544, -70.396 42.544))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1297'^^xsd:string;
  dwc:observationDate '1987-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.727 -70.396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.727"^^xsd:decimal ;
  dwc:decimalLongitude "-70.396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.727 -70.396)"^^geo:wktLiteral ;
  geo-pos:lat "42.727"^^xsd:decimal ;
  geo-pos:long "-70.396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3552'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_3552'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.396'^^xsd:double;
  dwc:startLongitude '-70.396'^^xsd:double;
  dwc:endLongitude '-70.396'^^xsd:double;
  dwc:latitude '42.727'^^xsd:double;
  dwc:startLatitude '42.727'^^xsd:double;
  dwc:endLatitude '42.727'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.396 42.727, -70.396 42.727, -70.396 42.727, -70.396 42.727, -70.396 42.727))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3552'^^xsd:string;
  dwc:observationDate '1994-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.395)"^^geo:wktLiteral ;
  geo-pos:lat "42.405"^^xsd:decimal ;
  geo-pos:long "-70.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3792'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3792'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.395'^^xsd:double;
  dwc:startLongitude '-70.395'^^xsd:double;
  dwc:endLongitude '-70.395'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.395 42.405, -70.395 42.405, -70.395 42.405, -70.395 42.405, -70.395 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3792'^^xsd:string;
  dwc:observationDate '1989-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.411"^^xsd:decimal ;
  dwc:decimalLongitude "-70.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.411 -70.395)"^^geo:wktLiteral ;
  geo-pos:lat "42.411"^^xsd:decimal ;
  geo-pos:long "-70.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3061'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3061'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.395'^^xsd:double;
  dwc:startLongitude '-70.395'^^xsd:double;
  dwc:endLongitude '-70.395'^^xsd:double;
  dwc:latitude '42.411'^^xsd:double;
  dwc:startLatitude '42.411'^^xsd:double;
  dwc:endLatitude '42.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.395 42.411, -70.395 42.411, -70.395 42.411, -70.395 42.411, -70.395 42.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3061'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.395)"^^geo:wktLiteral ;
  geo-pos:lat "42.45"^^xsd:decimal ;
  geo-pos:long "-70.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1958'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1958'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.395'^^xsd:double;
  dwc:startLongitude '-70.395'^^xsd:double;
  dwc:endLongitude '-70.395'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.395 42.45, -70.395 42.45, -70.395 42.45, -70.395 42.45, -70.395 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1958'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.395)"^^geo:wktLiteral ;
  geo-pos:lat "42.45"^^xsd:decimal ;
  geo-pos:long "-70.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1959'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1959'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.395'^^xsd:double;
  dwc:startLongitude '-70.395'^^xsd:double;
  dwc:endLongitude '-70.395'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.395 42.45, -70.395 42.45, -70.395 42.45, -70.395 42.45, -70.395 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1959'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.395)"^^geo:wktLiteral ;
  geo-pos:lat "42.45"^^xsd:decimal ;
  geo-pos:long "-70.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2052'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2052'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.395'^^xsd:double;
  dwc:startLongitude '-70.395'^^xsd:double;
  dwc:endLongitude '-70.395'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.395 42.45, -70.395 42.45, -70.395 42.45, -70.395 42.45, -70.395 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2052'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.384"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.384"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_407'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_407'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.384'^^xsd:double;
  dwc:startLatitude '42.384'^^xsd:double;
  dwc:endLatitude '42.384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.384, -70.394 42.384, -70.394 42.384, -70.394 42.384, -70.394 42.384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_407'^^xsd:string;
  dwc:observationDate '1990-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.384"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.384"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1314'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1314'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.384'^^xsd:double;
  dwc:startLatitude '42.384'^^xsd:double;
  dwc:endLatitude '42.384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.384, -70.394 42.384, -70.394 42.384, -70.394 42.384, -70.394 42.384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1314'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.399"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1416'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1416'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.399, -70.394 42.399, -70.394 42.399, -70.394 42.399, -70.394 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1416'^^xsd:string;
  dwc:observationDate '1989-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.414"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.414"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2208'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2208'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.414'^^xsd:double;
  dwc:startLatitude '42.414'^^xsd:double;
  dwc:endLatitude '42.414'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.414, -70.394 42.414, -70.394 42.414, -70.394 42.414, -70.394 42.414))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2208'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.414"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.414 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.414"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2211'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2211'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.414'^^xsd:double;
  dwc:startLatitude '42.414'^^xsd:double;
  dwc:endLatitude '42.414'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.414, -70.394 42.414, -70.394 42.414, -70.394 42.414, -70.394 42.414))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2211'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.421"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3784'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3784'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.421, -70.394 42.421, -70.394 42.421, -70.394 42.421, -70.394 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3784'^^xsd:string;
  dwc:observationDate '1990-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.426"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3797'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3797'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.426, -70.394 42.426, -70.394 42.426, -70.394 42.426, -70.394 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3797'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.438"^^xsd:decimal ;
  dwc:decimalLongitude "-70.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.438 -70.394)"^^geo:wktLiteral ;
  geo-pos:lat "42.438"^^xsd:decimal ;
  geo-pos:long "-70.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1955'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1955'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.394'^^xsd:double;
  dwc:startLongitude '-70.394'^^xsd:double;
  dwc:endLongitude '-70.394'^^xsd:double;
  dwc:latitude '42.438'^^xsd:double;
  dwc:startLatitude '42.438'^^xsd:double;
  dwc:endLatitude '42.438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.394 42.438, -70.394 42.438, -70.394 42.438, -70.394 42.438, -70.394 42.438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1955'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.373"^^xsd:decimal ;
  dwc:decimalLongitude "-70.393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.393)"^^geo:wktLiteral ;
  geo-pos:lat "42.373"^^xsd:decimal ;
  geo-pos:long "-70.393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_614'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_614'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.393'^^xsd:double;
  dwc:startLongitude '-70.393'^^xsd:double;
  dwc:endLongitude '-70.393'^^xsd:double;
  dwc:latitude '42.373'^^xsd:double;
  dwc:startLatitude '42.373'^^xsd:double;
  dwc:endLatitude '42.373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.393 42.373, -70.393 42.373, -70.393 42.373, -70.393 42.373, -70.393 42.373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_614'^^xsd:string;
  dwc:observationDate '1991-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.393)"^^geo:wktLiteral ;
  geo-pos:lat "42.399"^^xsd:decimal ;
  geo-pos:long "-70.393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3848'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3848'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.393'^^xsd:double;
  dwc:startLongitude '-70.393'^^xsd:double;
  dwc:endLongitude '-70.393'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.393 42.399, -70.393 42.399, -70.393 42.399, -70.393 42.399, -70.393 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3848'^^xsd:string;
  dwc:observationDate '1991-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.393)"^^geo:wktLiteral ;
  geo-pos:lat "42.403"^^xsd:decimal ;
  geo-pos:long "-70.393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3696'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3696'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.393'^^xsd:double;
  dwc:startLongitude '-70.393'^^xsd:double;
  dwc:endLongitude '-70.393'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.393 42.403, -70.393 42.403, -70.393 42.403, -70.393 42.403, -70.393 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3696'^^xsd:string;
  dwc:observationDate '1991-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.393)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2262'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2262'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.393'^^xsd:double;
  dwc:startLongitude '-70.393'^^xsd:double;
  dwc:endLongitude '-70.393'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.393 42.439, -70.393 42.439, -70.393 42.439, -70.393 42.439, -70.393 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2262'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.393)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2265'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2265'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.393'^^xsd:double;
  dwc:startLongitude '-70.393'^^xsd:double;
  dwc:endLongitude '-70.393'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.393 42.439, -70.393 42.439, -70.393 42.439, -70.393 42.439, -70.393 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2265'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6638 -70.3927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6638"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6638 -70.3927)"^^geo:wktLiteral ;
  geo-pos:lat "42.6638"^^xsd:decimal ;
  geo-pos:long "-70.3927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1476'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1476'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.3927'^^xsd:double;
  dwc:startLongitude '-70.3927'^^xsd:double;
  dwc:endLongitude '-70.3927'^^xsd:double;
  dwc:latitude '42.6638'^^xsd:double;
  dwc:startLatitude '42.6638'^^xsd:double;
  dwc:endLatitude '42.6638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3927 42.6638, -70.3927 42.6638, -70.3927 42.6638, -70.3927 42.6638, -70.3927 42.6638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1476'^^xsd:string;
  dwc:observationDate '1992-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.346 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.346"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.346 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.346"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3907'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3907'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.346'^^xsd:double;
  dwc:startLatitude '42.346'^^xsd:double;
  dwc:endLatitude '42.346'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.346, -70.392 42.346, -70.392 42.346, -70.392 42.346, -70.392 42.346))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3907'^^xsd:string;
  dwc:observationDate '1990-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.405"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1300'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1300'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.405, -70.392 42.405, -70.392 42.405, -70.392 42.405, -70.392 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1300'^^xsd:string;
  dwc:observationDate '1989-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_94'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_94'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_94'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_95'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_95'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_95'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_96'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_96'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_96'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_92'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_92'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_92'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_93'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_93'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_93'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1201'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1201'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412, -70.392 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1201'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.415"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2493'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2493'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.415, -70.392 42.415, -70.392 42.415, -70.392 42.415, -70.392 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2493'^^xsd:string;
  dwc:observationDate '1991-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.415"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2668'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2668'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.415, -70.392 42.415, -70.392 42.415, -70.392 42.415, -70.392 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2668'^^xsd:string;
  dwc:observationDate '1991-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_836'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_836'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_836'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1318'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1318'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1318'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1317'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1317'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1317'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1316'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1316'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1316'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1345'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1345'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1345'^^xsd:string;
  dwc:observationDate '1990-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1347'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1347'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1347'^^xsd:string;
  dwc:observationDate '1990-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3182'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3182'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3182'^^xsd:string;
  dwc:observationDate '1991-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3184'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3184'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418, -70.392 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3184'^^xsd:string;
  dwc:observationDate '1991-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.392)"^^geo:wktLiteral ;
  geo-pos:lat "42.428"^^xsd:decimal ;
  geo-pos:long "-70.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1894'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1894'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.392'^^xsd:double;
  dwc:startLongitude '-70.392'^^xsd:double;
  dwc:endLongitude '-70.392'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.392 42.428, -70.392 42.428, -70.392 42.428, -70.392 42.428, -70.392 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1894'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.391)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3698'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3698'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.391'^^xsd:double;
  dwc:startLongitude '-70.391'^^xsd:double;
  dwc:endLongitude '-70.391'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.391 42.4, -70.391 42.4, -70.391 42.4, -70.391 42.4, -70.391 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3698'^^xsd:string;
  dwc:observationDate '1991-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.391)"^^geo:wktLiteral ;
  geo-pos:lat "42.433"^^xsd:decimal ;
  geo-pos:long "-70.391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2828'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2828'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.391'^^xsd:double;
  dwc:startLongitude '-70.391'^^xsd:double;
  dwc:endLongitude '-70.391'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.391 42.433, -70.391 42.433, -70.391 42.433, -70.391 42.433, -70.391 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2828'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.391)"^^geo:wktLiteral ;
  geo-pos:lat "42.433"^^xsd:decimal ;
  geo-pos:long "-70.391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2831'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2831'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.391'^^xsd:double;
  dwc:startLongitude '-70.391'^^xsd:double;
  dwc:endLongitude '-70.391'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.391 42.433, -70.391 42.433, -70.391 42.433, -70.391 42.433, -70.391 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2831'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2832> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.433"^^xsd:decimal ;
  dwc:decimalLongitude "-70.391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.433 -70.391)"^^geo:wktLiteral ;
  geo-pos:lat "42.433"^^xsd:decimal ;
  geo-pos:long "-70.391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2832'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2832'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.391'^^xsd:double;
  dwc:startLongitude '-70.391'^^xsd:double;
  dwc:endLongitude '-70.391'^^xsd:double;
  dwc:latitude '42.433'^^xsd:double;
  dwc:startLatitude '42.433'^^xsd:double;
  dwc:endLatitude '42.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.391 42.433, -70.391 42.433, -70.391 42.433, -70.391 42.433, -70.391 42.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2832'^^xsd:string;
  dwc:observationDate '1991-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.412"^^xsd:decimal ;
  dwc:decimalLongitude "-70.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.412 -70.39)"^^geo:wktLiteral ;
  geo-pos:lat "42.412"^^xsd:decimal ;
  geo-pos:long "-70.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1202'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1202'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.39'^^xsd:double;
  dwc:startLongitude '-70.39'^^xsd:double;
  dwc:endLongitude '-70.39'^^xsd:double;
  dwc:latitude '42.412'^^xsd:double;
  dwc:startLatitude '42.412'^^xsd:double;
  dwc:endLatitude '42.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.39 42.412, -70.39 42.412, -70.39 42.412, -70.39 42.412, -70.39 42.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1202'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.39)"^^geo:wktLiteral ;
  geo-pos:lat "42.421"^^xsd:decimal ;
  geo-pos:long "-70.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3512'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3512'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.39'^^xsd:double;
  dwc:startLongitude '-70.39'^^xsd:double;
  dwc:endLongitude '-70.39'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.39 42.421, -70.39 42.421, -70.39 42.421, -70.39 42.421, -70.39 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3512'^^xsd:string;
  dwc:observationDate '1991-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.39)"^^geo:wktLiteral ;
  geo-pos:lat "42.428"^^xsd:decimal ;
  geo-pos:long "-70.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1803'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1803'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.39'^^xsd:double;
  dwc:startLongitude '-70.39'^^xsd:double;
  dwc:endLongitude '-70.39'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.39 42.428, -70.39 42.428, -70.39 42.428, -70.39 42.428, -70.39 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1803'^^xsd:string;
  dwc:observationDate '1991-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.428"^^xsd:decimal ;
  dwc:decimalLongitude "-70.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.428 -70.39)"^^geo:wktLiteral ;
  geo-pos:lat "42.428"^^xsd:decimal ;
  geo-pos:long "-70.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1064'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1064'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.39'^^xsd:double;
  dwc:startLongitude '-70.39'^^xsd:double;
  dwc:endLongitude '-70.39'^^xsd:double;
  dwc:latitude '42.428'^^xsd:double;
  dwc:startLatitude '42.428'^^xsd:double;
  dwc:endLatitude '42.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.39 42.428, -70.39 42.428, -70.39 42.428, -70.39 42.428, -70.39 42.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1064'^^xsd:string;
  dwc:observationDate '1990-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.401"^^xsd:decimal ;
  dwc:decimalLongitude "-70.389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.401 -70.389)"^^geo:wktLiteral ;
  geo-pos:lat "42.401"^^xsd:decimal ;
  geo-pos:long "-70.389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3699'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3699'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.389'^^xsd:double;
  dwc:startLongitude '-70.389'^^xsd:double;
  dwc:endLongitude '-70.389'^^xsd:double;
  dwc:latitude '42.401'^^xsd:double;
  dwc:startLatitude '42.401'^^xsd:double;
  dwc:endLatitude '42.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.389 42.401, -70.389 42.401, -70.389 42.401, -70.389 42.401, -70.389 42.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3699'^^xsd:string;
  dwc:observationDate '1991-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.389)"^^geo:wktLiteral ;
  geo-pos:lat "42.404"^^xsd:decimal ;
  geo-pos:long "-70.389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3681'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3681'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.389'^^xsd:double;
  dwc:startLongitude '-70.389'^^xsd:double;
  dwc:endLongitude '-70.389'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.389 42.404, -70.389 42.404, -70.389 42.404, -70.389 42.404, -70.389 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3681'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.389)"^^geo:wktLiteral ;
  geo-pos:lat "42.431"^^xsd:decimal ;
  geo-pos:long "-70.389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3545'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3545'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.389'^^xsd:double;
  dwc:startLongitude '-70.389'^^xsd:double;
  dwc:endLongitude '-70.389'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.389 42.431, -70.389 42.431, -70.389 42.431, -70.389 42.431, -70.389 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3545'^^xsd:string;
  dwc:observationDate '1991-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.388)"^^geo:wktLiteral ;
  geo-pos:lat "42.397"^^xsd:decimal ;
  geo-pos:long "-70.388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1413'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1413'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.388'^^xsd:double;
  dwc:startLongitude '-70.388'^^xsd:double;
  dwc:endLongitude '-70.388'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.388 42.397, -70.388 42.397, -70.388 42.397, -70.388 42.397, -70.388 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1413'^^xsd:string;
  dwc:observationDate '1989-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.388)"^^geo:wktLiteral ;
  geo-pos:lat "42.419"^^xsd:decimal ;
  geo-pos:long "-70.388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3710'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3710'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.388'^^xsd:double;
  dwc:startLongitude '-70.388'^^xsd:double;
  dwc:endLongitude '-70.388'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.388 42.419, -70.388 42.419, -70.388 42.419, -70.388 42.419, -70.388 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3710'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.388)"^^geo:wktLiteral ;
  geo-pos:lat "42.425"^^xsd:decimal ;
  geo-pos:long "-70.388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2807'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2807'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.388'^^xsd:double;
  dwc:startLongitude '-70.388'^^xsd:double;
  dwc:endLongitude '-70.388'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.388 42.425, -70.388 42.425, -70.388 42.425, -70.388 42.425, -70.388 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2807'^^xsd:string;
  dwc:observationDate '1991-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.388)"^^geo:wktLiteral ;
  geo-pos:lat "42.425"^^xsd:decimal ;
  geo-pos:long "-70.388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2806'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2806'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.388'^^xsd:double;
  dwc:startLongitude '-70.388'^^xsd:double;
  dwc:endLongitude '-70.388'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.388 42.425, -70.388 42.425, -70.388 42.425, -70.388 42.425, -70.388 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2806'^^xsd:string;
  dwc:observationDate '1991-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.388)"^^geo:wktLiteral ;
  geo-pos:lat "42.432"^^xsd:decimal ;
  geo-pos:long "-70.388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2010'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2010'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.388'^^xsd:double;
  dwc:startLongitude '-70.388'^^xsd:double;
  dwc:endLongitude '-70.388'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.388 42.432, -70.388 42.432, -70.388 42.432, -70.388 42.432, -70.388 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2010'^^xsd:string;
  dwc:observationDate '1989-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.432"^^xsd:decimal ;
  dwc:decimalLongitude "-70.388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.432 -70.388)"^^geo:wktLiteral ;
  geo-pos:lat "42.432"^^xsd:decimal ;
  geo-pos:long "-70.388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2011'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2011'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.388'^^xsd:double;
  dwc:startLongitude '-70.388'^^xsd:double;
  dwc:endLongitude '-70.388'^^xsd:double;
  dwc:latitude '42.432'^^xsd:double;
  dwc:startLatitude '42.432'^^xsd:double;
  dwc:endLatitude '42.432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.388 42.432, -70.388 42.432, -70.388 42.432, -70.388 42.432, -70.388 42.432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2011'^^xsd:string;
  dwc:observationDate '1989-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.369 -70.387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.369"^^xsd:decimal ;
  dwc:decimalLongitude "-70.387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.369 -70.387)"^^geo:wktLiteral ;
  geo-pos:lat "42.369"^^xsd:decimal ;
  geo-pos:long "-70.387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2322'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2322'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.387'^^xsd:double;
  dwc:startLongitude '-70.387'^^xsd:double;
  dwc:endLongitude '-70.387'^^xsd:double;
  dwc:latitude '42.369'^^xsd:double;
  dwc:startLatitude '42.369'^^xsd:double;
  dwc:endLatitude '42.369'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.387 42.369, -70.387 42.369, -70.387 42.369, -70.387 42.369, -70.387 42.369))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2322'^^xsd:string;
  dwc:observationDate '1991-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.395"^^xsd:decimal ;
  dwc:decimalLongitude "-70.387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.395 -70.387)"^^geo:wktLiteral ;
  geo-pos:lat "42.395"^^xsd:decimal ;
  geo-pos:long "-70.387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3697'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3697'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.387'^^xsd:double;
  dwc:startLongitude '-70.387'^^xsd:double;
  dwc:endLongitude '-70.387'^^xsd:double;
  dwc:latitude '42.395'^^xsd:double;
  dwc:startLatitude '42.395'^^xsd:double;
  dwc:endLatitude '42.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.387 42.395, -70.387 42.395, -70.387 42.395, -70.387 42.395, -70.387 42.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3697'^^xsd:string;
  dwc:observationDate '1991-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.405 -70.387)"^^geo:wktLiteral ;
  geo-pos:lat "42.405"^^xsd:decimal ;
  geo-pos:long "-70.387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2321'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2321'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.387'^^xsd:double;
  dwc:startLongitude '-70.387'^^xsd:double;
  dwc:endLongitude '-70.387'^^xsd:double;
  dwc:latitude '42.405'^^xsd:double;
  dwc:startLatitude '42.405'^^xsd:double;
  dwc:endLatitude '42.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.387 42.405, -70.387 42.405, -70.387 42.405, -70.387 42.405, -70.387 42.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2321'^^xsd:string;
  dwc:observationDate '1991-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.417"^^xsd:decimal ;
  dwc:decimalLongitude "-70.387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.417 -70.387)"^^geo:wktLiteral ;
  geo-pos:lat "42.417"^^xsd:decimal ;
  geo-pos:long "-70.387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_277'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_277'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.387'^^xsd:double;
  dwc:startLongitude '-70.387'^^xsd:double;
  dwc:endLongitude '-70.387'^^xsd:double;
  dwc:latitude '42.417'^^xsd:double;
  dwc:startLatitude '42.417'^^xsd:double;
  dwc:endLatitude '42.417'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.387 42.417, -70.387 42.417, -70.387 42.417, -70.387 42.417, -70.387 42.417))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_277'^^xsd:string;
  dwc:observationDate '1990-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.431"^^xsd:decimal ;
  dwc:decimalLongitude "-70.387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.431 -70.387)"^^geo:wktLiteral ;
  geo-pos:lat "42.431"^^xsd:decimal ;
  geo-pos:long "-70.387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2009'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2009'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.387'^^xsd:double;
  dwc:startLongitude '-70.387'^^xsd:double;
  dwc:endLongitude '-70.387'^^xsd:double;
  dwc:latitude '42.431'^^xsd:double;
  dwc:startLatitude '42.431'^^xsd:double;
  dwc:endLatitude '42.431'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.387 42.431, -70.387 42.431, -70.387 42.431, -70.387 42.431, -70.387 42.431))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2009'^^xsd:string;
  dwc:observationDate '1989-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.387)"^^geo:wktLiteral ;
  geo-pos:lat "42.444"^^xsd:decimal ;
  geo-pos:long "-70.387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3604'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_3604'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.387'^^xsd:double;
  dwc:startLongitude '-70.387'^^xsd:double;
  dwc:endLongitude '-70.387'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.387 42.444, -70.387 42.444, -70.387 42.444, -70.387 42.444, -70.387 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3604'^^xsd:string;
  dwc:observationDate '1991-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 -70.386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "-70.386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 -70.386)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "-70.386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_28'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_28'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.386'^^xsd:double;
  dwc:startLongitude '-70.386'^^xsd:double;
  dwc:endLongitude '-70.386'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:startLatitude '42.36'^^xsd:double;
  dwc:endLatitude '42.36'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.386 42.36, -70.386 42.36, -70.386 42.36, -70.386 42.36, -70.386 42.36))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_28'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.378 -70.386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.378"^^xsd:decimal ;
  dwc:decimalLongitude "-70.386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.378 -70.386)"^^geo:wktLiteral ;
  geo-pos:lat "42.378"^^xsd:decimal ;
  geo-pos:long "-70.386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3851'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3851'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.386'^^xsd:double;
  dwc:startLongitude '-70.386'^^xsd:double;
  dwc:endLongitude '-70.386'^^xsd:double;
  dwc:latitude '42.378'^^xsd:double;
  dwc:startLatitude '42.378'^^xsd:double;
  dwc:endLatitude '42.378'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.386 42.378, -70.386 42.378, -70.386 42.378, -70.386 42.378, -70.386 42.378))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3851'^^xsd:string;
  dwc:observationDate '1991-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.378 -70.386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.378"^^xsd:decimal ;
  dwc:decimalLongitude "-70.386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.378 -70.386)"^^geo:wktLiteral ;
  geo-pos:lat "42.378"^^xsd:decimal ;
  geo-pos:long "-70.386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_608'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_608'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.386'^^xsd:double;
  dwc:startLongitude '-70.386'^^xsd:double;
  dwc:endLongitude '-70.386'^^xsd:double;
  dwc:latitude '42.378'^^xsd:double;
  dwc:startLatitude '42.378'^^xsd:double;
  dwc:endLatitude '42.378'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.386 42.378, -70.386 42.378, -70.386 42.378, -70.386 42.378, -70.386 42.378))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_608'^^xsd:string;
  dwc:observationDate '1991-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -70.386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.39"^^xsd:decimal ;
  dwc:decimalLongitude "-70.386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.39 -70.386)"^^geo:wktLiteral ;
  geo-pos:lat "42.39"^^xsd:decimal ;
  geo-pos:long "-70.386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1835'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1835'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.386'^^xsd:double;
  dwc:startLongitude '-70.386'^^xsd:double;
  dwc:endLongitude '-70.386'^^xsd:double;
  dwc:latitude '42.39'^^xsd:double;
  dwc:startLatitude '42.39'^^xsd:double;
  dwc:endLatitude '42.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.386 42.39, -70.386 42.39, -70.386 42.39, -70.386 42.39, -70.386 42.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1835'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.386)"^^geo:wktLiteral ;
  geo-pos:lat "42.392"^^xsd:decimal ;
  geo-pos:long "-70.386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1302'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1302'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.386'^^xsd:double;
  dwc:startLongitude '-70.386'^^xsd:double;
  dwc:endLongitude '-70.386'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.386 42.392, -70.386 42.392, -70.386 42.392, -70.386 42.392, -70.386 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1302'^^xsd:string;
  dwc:observationDate '1989-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.386)"^^geo:wktLiteral ;
  geo-pos:lat "42.397"^^xsd:decimal ;
  geo-pos:long "-70.386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_834'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_834'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.386'^^xsd:double;
  dwc:startLongitude '-70.386'^^xsd:double;
  dwc:endLongitude '-70.386'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.386 42.397, -70.386 42.397, -70.386 42.397, -70.386 42.397, -70.386 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_834'^^xsd:string;
  dwc:observationDate '1990-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.375"^^xsd:decimal ;
  dwc:decimalLongitude "-70.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.385)"^^geo:wktLiteral ;
  geo-pos:lat "42.375"^^xsd:decimal ;
  geo-pos:long "-70.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2095'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2095'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.385'^^xsd:double;
  dwc:startLongitude '-70.385'^^xsd:double;
  dwc:endLongitude '-70.385'^^xsd:double;
  dwc:latitude '42.375'^^xsd:double;
  dwc:startLatitude '42.375'^^xsd:double;
  dwc:endLatitude '42.375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.385 42.375, -70.385 42.375, -70.385 42.375, -70.385 42.375, -70.385 42.375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2095'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.402"^^xsd:decimal ;
  dwc:decimalLongitude "-70.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.402 -70.385)"^^geo:wktLiteral ;
  geo-pos:lat "42.402"^^xsd:decimal ;
  geo-pos:long "-70.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2724'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2724'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.385'^^xsd:double;
  dwc:startLongitude '-70.385'^^xsd:double;
  dwc:endLongitude '-70.385'^^xsd:double;
  dwc:latitude '42.402'^^xsd:double;
  dwc:startLatitude '42.402'^^xsd:double;
  dwc:endLatitude '42.402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.385 42.402, -70.385 42.402, -70.385 42.402, -70.385 42.402, -70.385 42.402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2724'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.377 -70.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.377"^^xsd:decimal ;
  dwc:decimalLongitude "-70.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.377 -70.384)"^^geo:wktLiteral ;
  geo-pos:lat "42.377"^^xsd:decimal ;
  geo-pos:long "-70.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2296'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2296'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.384'^^xsd:double;
  dwc:startLongitude '-70.384'^^xsd:double;
  dwc:endLongitude '-70.384'^^xsd:double;
  dwc:latitude '42.377'^^xsd:double;
  dwc:startLatitude '42.377'^^xsd:double;
  dwc:endLatitude '42.377'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.384 42.377, -70.384 42.377, -70.384 42.377, -70.384 42.377, -70.384 42.377))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2296'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.408 -70.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.408"^^xsd:decimal ;
  dwc:decimalLongitude "-70.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.408 -70.384)"^^geo:wktLiteral ;
  geo-pos:lat "42.408"^^xsd:decimal ;
  geo-pos:long "-70.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3147'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3147'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.384'^^xsd:double;
  dwc:startLongitude '-70.384'^^xsd:double;
  dwc:endLongitude '-70.384'^^xsd:double;
  dwc:latitude '42.408'^^xsd:double;
  dwc:startLatitude '42.408'^^xsd:double;
  dwc:endLatitude '42.408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.384 42.408, -70.384 42.408, -70.384 42.408, -70.384 42.408, -70.384 42.408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3147'^^xsd:string;
  dwc:observationDate '1992-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.408 -70.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.408"^^xsd:decimal ;
  dwc:decimalLongitude "-70.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.408 -70.384)"^^geo:wktLiteral ;
  geo-pos:lat "42.408"^^xsd:decimal ;
  geo-pos:long "-70.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3679'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3679'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.384'^^xsd:double;
  dwc:startLongitude '-70.384'^^xsd:double;
  dwc:endLongitude '-70.384'^^xsd:double;
  dwc:latitude '42.408'^^xsd:double;
  dwc:startLatitude '42.408'^^xsd:double;
  dwc:endLatitude '42.408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.384 42.408, -70.384 42.408, -70.384 42.408, -70.384 42.408, -70.384 42.408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3679'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.384)"^^geo:wktLiteral ;
  geo-pos:lat "42.419"^^xsd:decimal ;
  geo-pos:long "-70.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1062'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1062'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.384'^^xsd:double;
  dwc:startLongitude '-70.384'^^xsd:double;
  dwc:endLongitude '-70.384'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.384 42.419, -70.384 42.419, -70.384 42.419, -70.384 42.419, -70.384 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1062'^^xsd:string;
  dwc:observationDate '1990-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.384)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3421'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3421'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.384'^^xsd:double;
  dwc:startLongitude '-70.384'^^xsd:double;
  dwc:endLongitude '-70.384'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.384 42.424, -70.384 42.424, -70.384 42.424, -70.384 42.424, -70.384 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3421'^^xsd:string;
  dwc:observationDate '1990-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3683'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3683'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3683'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3685'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3685'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3685'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3658'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3658'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3658'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3659'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3659'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4, -70.3833 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3659'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6667 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6667 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6667"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1731'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1731'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.6667'^^xsd:double;
  dwc:startLatitude '42.6667'^^xsd:double;
  dwc:endLatitude '42.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.6667, -70.3833 42.6667, -70.3833 42.6667, -70.3833 42.6667, -70.3833 42.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1731'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.7833"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_452'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_452'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.7833'^^xsd:double;
  dwc:startLatitude '42.7833'^^xsd:double;
  dwc:endLatitude '42.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.7833, -70.3833 42.7833, -70.3833 42.7833, -70.3833 42.7833, -70.3833 42.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_452'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.8167"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_581'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_581'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.8167'^^xsd:double;
  dwc:startLatitude '42.8167'^^xsd:double;
  dwc:endLatitude '42.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_581'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.8167"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_582'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_582'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.8167'^^xsd:double;
  dwc:startLatitude '42.8167'^^xsd:double;
  dwc:endLatitude '42.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_582'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3833)"^^geo:wktLiteral ;
  geo-pos:lat "42.8167"^^xsd:decimal ;
  geo-pos:long "-70.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_568'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_568'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3833'^^xsd:double;
  dwc:startLongitude '-70.3833'^^xsd:double;
  dwc:endLongitude '-70.3833'^^xsd:double;
  dwc:latitude '42.8167'^^xsd:double;
  dwc:startLatitude '42.8167'^^xsd:double;
  dwc:endLatitude '42.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167, -70.3833 42.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_568'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.308 -70.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.308"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.308 -70.383)"^^geo:wktLiteral ;
  geo-pos:lat "42.308"^^xsd:decimal ;
  geo-pos:long "-70.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3245'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3245'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.383'^^xsd:double;
  dwc:startLongitude '-70.383'^^xsd:double;
  dwc:endLongitude '-70.383'^^xsd:double;
  dwc:latitude '42.308'^^xsd:double;
  dwc:startLatitude '42.308'^^xsd:double;
  dwc:endLatitude '42.308'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.383 42.308, -70.383 42.308, -70.383 42.308, -70.383 42.308, -70.383 42.308))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3245'^^xsd:string;
  dwc:observationDate '1990-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.384"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.383)"^^geo:wktLiteral ;
  geo-pos:lat "42.384"^^xsd:decimal ;
  geo-pos:long "-70.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2012'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2012'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.383'^^xsd:double;
  dwc:startLongitude '-70.383'^^xsd:double;
  dwc:endLongitude '-70.383'^^xsd:double;
  dwc:latitude '42.384'^^xsd:double;
  dwc:startLatitude '42.384'^^xsd:double;
  dwc:endLatitude '42.384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.383 42.384, -70.383 42.384, -70.383 42.384, -70.383 42.384, -70.383 42.384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2012'^^xsd:string;
  dwc:observationDate '1990-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.383)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_925'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_925'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.383'^^xsd:double;
  dwc:startLongitude '-70.383'^^xsd:double;
  dwc:endLongitude '-70.383'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.383 42.424, -70.383 42.424, -70.383 42.424, -70.383 42.424, -70.383 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_925'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.383)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_929'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_929'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.383'^^xsd:double;
  dwc:startLongitude '-70.383'^^xsd:double;
  dwc:endLongitude '-70.383'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.383 42.424, -70.383 42.424, -70.383 42.424, -70.383 42.424, -70.383 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_929'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.383)"^^geo:wktLiteral ;
  geo-pos:lat "42.43"^^xsd:decimal ;
  geo-pos:long "-70.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3860'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3860'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.383'^^xsd:double;
  dwc:startLongitude '-70.383'^^xsd:double;
  dwc:endLongitude '-70.383'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.383 42.43, -70.383 42.43, -70.383 42.43, -70.383 42.43, -70.383 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3860'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.383)"^^geo:wktLiteral ;
  geo-pos:lat "42.43"^^xsd:decimal ;
  geo-pos:long "-70.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3862'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3862'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.383'^^xsd:double;
  dwc:startLongitude '-70.383'^^xsd:double;
  dwc:endLongitude '-70.383'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.383 42.43, -70.383 42.43, -70.383 42.43, -70.383 42.43, -70.383 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3862'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.376"^^xsd:decimal ;
  dwc:decimalLongitude "-70.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.382)"^^geo:wktLiteral ;
  geo-pos:lat "42.376"^^xsd:decimal ;
  geo-pos:long "-70.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3748'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3748'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.382'^^xsd:double;
  dwc:startLongitude '-70.382'^^xsd:double;
  dwc:endLongitude '-70.382'^^xsd:double;
  dwc:latitude '42.376'^^xsd:double;
  dwc:startLatitude '42.376'^^xsd:double;
  dwc:endLatitude '42.376'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.382 42.376, -70.382 42.376, -70.382 42.376, -70.382 42.376, -70.382 42.376))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3748'^^xsd:string;
  dwc:observationDate '1991-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.382)"^^geo:wktLiteral ;
  geo-pos:lat "42.387"^^xsd:decimal ;
  geo-pos:long "-70.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_501'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_501'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.382'^^xsd:double;
  dwc:startLongitude '-70.382'^^xsd:double;
  dwc:endLongitude '-70.382'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.382 42.387, -70.382 42.387, -70.382 42.387, -70.382 42.387, -70.382 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_501'^^xsd:string;
  dwc:observationDate '1990-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.409"^^xsd:decimal ;
  dwc:decimalLongitude "-70.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.409 -70.382)"^^geo:wktLiteral ;
  geo-pos:lat "42.409"^^xsd:decimal ;
  geo-pos:long "-70.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3523'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3523'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.382'^^xsd:double;
  dwc:startLongitude '-70.382'^^xsd:double;
  dwc:endLongitude '-70.382'^^xsd:double;
  dwc:latitude '42.409'^^xsd:double;
  dwc:startLatitude '42.409'^^xsd:double;
  dwc:endLatitude '42.409'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.382 42.409, -70.382 42.409, -70.382 42.409, -70.382 42.409, -70.382 42.409))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3523'^^xsd:string;
  dwc:observationDate '1991-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.382)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_66'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_66'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.382'^^xsd:double;
  dwc:startLongitude '-70.382'^^xsd:double;
  dwc:endLongitude '-70.382'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.382 42.418, -70.382 42.418, -70.382 42.418, -70.382 42.418, -70.382 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_66'^^xsd:string;
  dwc:observationDate '1993-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.382)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_741'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_741'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.382'^^xsd:double;
  dwc:startLongitude '-70.382'^^xsd:double;
  dwc:endLongitude '-70.382'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.382 42.418, -70.382 42.418, -70.382 42.418, -70.382 42.418, -70.382 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_741'^^xsd:string;
  dwc:observationDate '1991-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.382)"^^geo:wktLiteral ;
  geo-pos:lat "42.427"^^xsd:decimal ;
  geo-pos:long "-70.382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2201'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2201'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.382'^^xsd:double;
  dwc:startLongitude '-70.382'^^xsd:double;
  dwc:endLongitude '-70.382'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.382 42.427, -70.382 42.427, -70.382 42.427, -70.382 42.427, -70.382 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2201'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.381)"^^geo:wktLiteral ;
  geo-pos:lat "42.388"^^xsd:decimal ;
  geo-pos:long "-70.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1632'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1632'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.381'^^xsd:double;
  dwc:startLongitude '-70.381'^^xsd:double;
  dwc:endLongitude '-70.381'^^xsd:double;
  dwc:latitude '42.388'^^xsd:double;
  dwc:startLatitude '42.388'^^xsd:double;
  dwc:endLatitude '42.388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.381 42.388, -70.381 42.388, -70.381 42.388, -70.381 42.388, -70.381 42.388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1632'^^xsd:string;
  dwc:observationDate '1989-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.381)"^^geo:wktLiteral ;
  geo-pos:lat "42.427"^^xsd:decimal ;
  geo-pos:long "-70.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3751'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3751'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.381'^^xsd:double;
  dwc:startLongitude '-70.381'^^xsd:double;
  dwc:endLongitude '-70.381'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.381 42.427, -70.381 42.427, -70.381 42.427, -70.381 42.427, -70.381 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3751'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.381)"^^geo:wktLiteral ;
  geo-pos:lat "42.427"^^xsd:decimal ;
  geo-pos:long "-70.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3852'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3852'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.381'^^xsd:double;
  dwc:startLongitude '-70.381'^^xsd:double;
  dwc:endLongitude '-70.381'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.381 42.427, -70.381 42.427, -70.381 42.427, -70.381 42.427, -70.381 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3852'^^xsd:string;
  dwc:observationDate '1992-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.407"^^xsd:decimal ;
  dwc:decimalLongitude "-70.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.407 -70.38)"^^geo:wktLiteral ;
  geo-pos:lat "42.407"^^xsd:decimal ;
  geo-pos:long "-70.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3527'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3527'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.38'^^xsd:double;
  dwc:startLongitude '-70.38'^^xsd:double;
  dwc:endLongitude '-70.38'^^xsd:double;
  dwc:latitude '42.407'^^xsd:double;
  dwc:startLatitude '42.407'^^xsd:double;
  dwc:endLatitude '42.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.38 42.407, -70.38 42.407, -70.38 42.407, -70.38 42.407, -70.38 42.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3527'^^xsd:string;
  dwc:observationDate '1991-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.38)"^^geo:wktLiteral ;
  geo-pos:lat "42.416"^^xsd:decimal ;
  geo-pos:long "-70.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3729'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3729'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.38'^^xsd:double;
  dwc:startLongitude '-70.38'^^xsd:double;
  dwc:endLongitude '-70.38'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.38 42.416, -70.38 42.416, -70.38 42.416, -70.38 42.416, -70.38 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3729'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.796 -70.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.796"^^xsd:decimal ;
  dwc:decimalLongitude "-70.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.796 -70.38)"^^geo:wktLiteral ;
  geo-pos:lat "42.796"^^xsd:decimal ;
  geo-pos:long "-70.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_83'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_83'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-70.38'^^xsd:double;
  dwc:startLongitude '-70.38'^^xsd:double;
  dwc:endLongitude '-70.38'^^xsd:double;
  dwc:latitude '42.796'^^xsd:double;
  dwc:startLatitude '42.796'^^xsd:double;
  dwc:endLatitude '42.796'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.38 42.796, -70.38 42.796, -70.38 42.796, -70.38 42.796, -70.38 42.796))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_83'^^xsd:string;
  dwc:observationDate '1981-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.312 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.312"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.312 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.312"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1207'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1207'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.312'^^xsd:double;
  dwc:startLatitude '42.312'^^xsd:double;
  dwc:endLatitude '42.312'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.312, -70.379 42.312, -70.379 42.312, -70.379 42.312, -70.379 42.312))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1207'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.386"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_466'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_466'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.386, -70.379 42.386, -70.379 42.386, -70.379 42.386, -70.379 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_466'^^xsd:string;
  dwc:observationDate '1990-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.391"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.391 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.391"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_90'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_90'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.391'^^xsd:double;
  dwc:startLatitude '42.391'^^xsd:double;
  dwc:endLatitude '42.391'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.391, -70.379 42.391, -70.379 42.391, -70.379 42.391, -70.379 42.391))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_90'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.422"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_278'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_278'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_278'^^xsd:string;
  dwc:observationDate '1990-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.422"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3724'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3724'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3724'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.422"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3752'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3752'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3752'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.422"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3750'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3750'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422, -70.379 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3750'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.862 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.862"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.862 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.862"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1772'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1772'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.862'^^xsd:double;
  dwc:startLatitude '42.862'^^xsd:double;
  dwc:endLatitude '42.862'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.862, -70.379 42.862, -70.379 42.862, -70.379 42.862, -70.379 42.862))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1772'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.862 -70.379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.862"^^xsd:decimal ;
  dwc:decimalLongitude "-70.379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.862 -70.379)"^^geo:wktLiteral ;
  geo-pos:lat "42.862"^^xsd:decimal ;
  geo-pos:long "-70.379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1773'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1773'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.379'^^xsd:double;
  dwc:startLongitude '-70.379'^^xsd:double;
  dwc:endLongitude '-70.379'^^xsd:double;
  dwc:latitude '42.862'^^xsd:double;
  dwc:startLatitude '42.862'^^xsd:double;
  dwc:endLatitude '42.862'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.379 42.862, -70.379 42.862, -70.379 42.862, -70.379 42.862, -70.379 42.862))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1773'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38 -70.378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.38"^^xsd:decimal ;
  dwc:decimalLongitude "-70.378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38 -70.378)"^^geo:wktLiteral ;
  geo-pos:lat "42.38"^^xsd:decimal ;
  geo-pos:long "-70.378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3521'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3521'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.378'^^xsd:double;
  dwc:startLongitude '-70.378'^^xsd:double;
  dwc:endLongitude '-70.378'^^xsd:double;
  dwc:latitude '42.38'^^xsd:double;
  dwc:startLatitude '42.38'^^xsd:double;
  dwc:endLatitude '42.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.378 42.38, -70.378 42.38, -70.378 42.38, -70.378 42.38, -70.378 42.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3521'^^xsd:string;
  dwc:observationDate '1990-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.867 -70.3775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.867"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.867 -70.3775)"^^geo:wktLiteral ;
  geo-pos:lat "42.867"^^xsd:decimal ;
  geo-pos:long "-70.3775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2759'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2759'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.3775'^^xsd:double;
  dwc:startLongitude '-70.3775'^^xsd:double;
  dwc:endLongitude '-70.3775'^^xsd:double;
  dwc:latitude '42.867'^^xsd:double;
  dwc:startLatitude '42.867'^^xsd:double;
  dwc:endLatitude '42.867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3775 42.867, -70.3775 42.867, -70.3775 42.867, -70.3775 42.867, -70.3775 42.867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2759'^^xsd:string;
  dwc:observationDate '2003-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.381"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.381"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3520'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3520'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.381'^^xsd:double;
  dwc:startLatitude '42.381'^^xsd:double;
  dwc:endLatitude '42.381'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.381, -70.377 42.381, -70.377 42.381, -70.377 42.381, -70.377 42.381))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3520'^^xsd:string;
  dwc:observationDate '1990-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.399"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2816'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2816'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.399, -70.377 42.399, -70.377 42.399, -70.377 42.399, -70.377 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2816'^^xsd:string;
  dwc:observationDate '1991-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.416"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.416 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.416"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2177'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2177'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.416'^^xsd:double;
  dwc:startLatitude '42.416'^^xsd:double;
  dwc:endLatitude '42.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.416, -70.377 42.416, -70.377 42.416, -70.377 42.416, -70.377 42.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2177'^^xsd:string;
  dwc:observationDate '1991-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.419"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3062'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3062'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.419, -70.377 42.419, -70.377 42.419, -70.377 42.419, -70.377 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3062'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.419"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3065'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3065'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.419, -70.377 42.419, -70.377 42.419, -70.377 42.419, -70.377 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3065'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.419"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3064'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3064'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.419, -70.377 42.419, -70.377 42.419, -70.377 42.419, -70.377 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3064'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.422"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.422 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.422"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1818'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1818'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.422'^^xsd:double;
  dwc:startLatitude '42.422'^^xsd:double;
  dwc:endLatitude '42.422'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.422, -70.377 42.422, -70.377 42.422, -70.377 42.422, -70.377 42.422))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1818'^^xsd:string;
  dwc:observationDate '1991-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.426"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3066'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3066'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.426, -70.377 42.426, -70.377 42.426, -70.377 42.426, -70.377 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3066'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.426"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3070'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3070'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.426, -70.377 42.426, -70.377 42.426, -70.377 42.426, -70.377 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3070'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.437"^^xsd:decimal ;
  dwc:decimalLongitude "-70.377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.437 -70.377)"^^geo:wktLiteral ;
  geo-pos:lat "42.437"^^xsd:decimal ;
  geo-pos:long "-70.377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1893'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1893'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.377'^^xsd:double;
  dwc:startLongitude '-70.377'^^xsd:double;
  dwc:endLongitude '-70.377'^^xsd:double;
  dwc:latitude '42.437'^^xsd:double;
  dwc:startLatitude '42.437'^^xsd:double;
  dwc:endLatitude '42.437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.377 42.437, -70.377 42.437, -70.377 42.437, -70.377 42.437, -70.377 42.437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1893'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.376)"^^geo:wktLiteral ;
  geo-pos:lat "42.382"^^xsd:decimal ;
  geo-pos:long "-70.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_521'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_521'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.376'^^xsd:double;
  dwc:startLongitude '-70.376'^^xsd:double;
  dwc:endLongitude '-70.376'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.376 42.382, -70.376 42.382, -70.376 42.382, -70.376 42.382, -70.376 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_521'^^xsd:string;
  dwc:observationDate '1990-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.376)"^^geo:wktLiteral ;
  geo-pos:lat "42.382"^^xsd:decimal ;
  geo-pos:long "-70.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_520'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_520'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.376'^^xsd:double;
  dwc:startLongitude '-70.376'^^xsd:double;
  dwc:endLongitude '-70.376'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.376 42.382, -70.376 42.382, -70.376 42.382, -70.376 42.382, -70.376 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_520'^^xsd:string;
  dwc:observationDate '1990-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.384"^^xsd:decimal ;
  dwc:decimalLongitude "-70.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.384 -70.376)"^^geo:wktLiteral ;
  geo-pos:lat "42.384"^^xsd:decimal ;
  geo-pos:long "-70.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_500'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_500'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.376'^^xsd:double;
  dwc:startLongitude '-70.376'^^xsd:double;
  dwc:endLongitude '-70.376'^^xsd:double;
  dwc:latitude '42.384'^^xsd:double;
  dwc:startLatitude '42.384'^^xsd:double;
  dwc:endLatitude '42.384'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.376 42.384, -70.376 42.384, -70.376 42.384, -70.376 42.384, -70.376 42.384))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_500'^^xsd:string;
  dwc:observationDate '1990-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.376)"^^geo:wktLiteral ;
  geo-pos:lat "42.425"^^xsd:decimal ;
  geo-pos:long "-70.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1248'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1248'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.376'^^xsd:double;
  dwc:startLongitude '-70.376'^^xsd:double;
  dwc:endLongitude '-70.376'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.376 42.425, -70.376 42.425, -70.376 42.425, -70.376 42.425, -70.376 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1248'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.376)"^^geo:wktLiteral ;
  geo-pos:lat "42.43"^^xsd:decimal ;
  geo-pos:long "-70.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_778'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_778'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.376'^^xsd:double;
  dwc:startLongitude '-70.376'^^xsd:double;
  dwc:endLongitude '-70.376'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.376 42.43, -70.376 42.43, -70.376 42.43, -70.376 42.43, -70.376 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_778'^^xsd:string;
  dwc:observationDate '1990-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.369 -70.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.369"^^xsd:decimal ;
  dwc:decimalLongitude "-70.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.369 -70.375)"^^geo:wktLiteral ;
  geo-pos:lat "42.369"^^xsd:decimal ;
  geo-pos:long "-70.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2311'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2311'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.375'^^xsd:double;
  dwc:startLongitude '-70.375'^^xsd:double;
  dwc:endLongitude '-70.375'^^xsd:double;
  dwc:latitude '42.369'^^xsd:double;
  dwc:startLatitude '42.369'^^xsd:double;
  dwc:endLatitude '42.369'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.375 42.369, -70.375 42.369, -70.375 42.369, -70.375 42.369, -70.375 42.369))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2311'^^xsd:string;
  dwc:observationDate '1989-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.375)"^^geo:wktLiteral ;
  geo-pos:lat "42.396"^^xsd:decimal ;
  geo-pos:long "-70.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3749'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3749'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.375'^^xsd:double;
  dwc:startLongitude '-70.375'^^xsd:double;
  dwc:endLongitude '-70.375'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.375 42.396, -70.375 42.396, -70.375 42.396, -70.375 42.396, -70.375 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3749'^^xsd:string;
  dwc:observationDate '1991-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.375)"^^geo:wktLiteral ;
  geo-pos:lat "42.426"^^xsd:decimal ;
  geo-pos:long "-70.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1872'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1872'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.375'^^xsd:double;
  dwc:startLongitude '-70.375'^^xsd:double;
  dwc:endLongitude '-70.375'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.375 42.426, -70.375 42.426, -70.375 42.426, -70.375 42.426, -70.375 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1872'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.426"^^xsd:decimal ;
  dwc:decimalLongitude "-70.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.426 -70.375)"^^geo:wktLiteral ;
  geo-pos:lat "42.426"^^xsd:decimal ;
  geo-pos:long "-70.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1873'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1873'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.375'^^xsd:double;
  dwc:startLongitude '-70.375'^^xsd:double;
  dwc:endLongitude '-70.375'^^xsd:double;
  dwc:latitude '42.426'^^xsd:double;
  dwc:startLatitude '42.426'^^xsd:double;
  dwc:endLatitude '42.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.375 42.426, -70.375 42.426, -70.375 42.426, -70.375 42.426, -70.375 42.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1873'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.781 -70.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.781"^^xsd:decimal ;
  dwc:decimalLongitude "-70.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.781 -70.375)"^^geo:wktLiteral ;
  geo-pos:lat "42.781"^^xsd:decimal ;
  geo-pos:long "-70.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_12'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_12'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.375'^^xsd:double;
  dwc:startLongitude '-70.375'^^xsd:double;
  dwc:endLongitude '-70.375'^^xsd:double;
  dwc:latitude '42.781'^^xsd:double;
  dwc:startLatitude '42.781'^^xsd:double;
  dwc:endLatitude '42.781'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.375 42.781, -70.375 42.781, -70.375 42.781, -70.375 42.781, -70.375 42.781))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_12'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.781 -70.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.781"^^xsd:decimal ;
  dwc:decimalLongitude "-70.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.781 -70.375)"^^geo:wktLiteral ;
  geo-pos:lat "42.781"^^xsd:decimal ;
  geo-pos:long "-70.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_13'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_13'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.375'^^xsd:double;
  dwc:startLongitude '-70.375'^^xsd:double;
  dwc:endLongitude '-70.375'^^xsd:double;
  dwc:latitude '42.781'^^xsd:double;
  dwc:startLatitude '42.781'^^xsd:double;
  dwc:endLatitude '42.781'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.375 42.781, -70.375 42.781, -70.375 42.781, -70.375 42.781, -70.375 42.781))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_13'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.373"^^xsd:decimal ;
  dwc:decimalLongitude "-70.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.374)"^^geo:wktLiteral ;
  geo-pos:lat "42.373"^^xsd:decimal ;
  geo-pos:long "-70.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1621'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1621'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.374'^^xsd:double;
  dwc:startLongitude '-70.374'^^xsd:double;
  dwc:endLongitude '-70.374'^^xsd:double;
  dwc:latitude '42.373'^^xsd:double;
  dwc:startLatitude '42.373'^^xsd:double;
  dwc:endLatitude '42.373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.374 42.373, -70.374 42.373, -70.374 42.373, -70.374 42.373, -70.374 42.373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1621'^^xsd:string;
  dwc:observationDate '1991-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.374)"^^geo:wktLiteral ;
  geo-pos:lat "42.419"^^xsd:decimal ;
  geo-pos:long "-70.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2385'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2385'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.374'^^xsd:double;
  dwc:startLongitude '-70.374'^^xsd:double;
  dwc:endLongitude '-70.374'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.374 42.419, -70.374 42.419, -70.374 42.419, -70.374 42.419, -70.374 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2385'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.374)"^^geo:wktLiteral ;
  geo-pos:lat "42.423"^^xsd:decimal ;
  geo-pos:long "-70.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2686'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2686'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.374'^^xsd:double;
  dwc:startLongitude '-70.374'^^xsd:double;
  dwc:endLongitude '-70.374'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.374 42.423, -70.374 42.423, -70.374 42.423, -70.374 42.423, -70.374 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2686'^^xsd:string;
  dwc:observationDate '1990-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.374)"^^geo:wktLiteral ;
  geo-pos:lat "42.423"^^xsd:decimal ;
  geo-pos:long "-70.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3615'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3615'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.374'^^xsd:double;
  dwc:startLongitude '-70.374'^^xsd:double;
  dwc:endLongitude '-70.374'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.374 42.423, -70.374 42.423, -70.374 42.423, -70.374 42.423, -70.374 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3615'^^xsd:string;
  dwc:observationDate '1990-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.374)"^^geo:wktLiteral ;
  geo-pos:lat "42.423"^^xsd:decimal ;
  geo-pos:long "-70.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3616'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3616'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.374'^^xsd:double;
  dwc:startLongitude '-70.374'^^xsd:double;
  dwc:endLongitude '-70.374'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.374 42.423, -70.374 42.423, -70.374 42.423, -70.374 42.423, -70.374 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3616'^^xsd:string;
  dwc:observationDate '1990-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.374)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_805'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_805'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.374'^^xsd:double;
  dwc:startLongitude '-70.374'^^xsd:double;
  dwc:endLongitude '-70.374'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.374 42.439, -70.374 42.439, -70.374 42.439, -70.374 42.439, -70.374 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_805'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.482 -70.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.482"^^xsd:decimal ;
  dwc:decimalLongitude "-70.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.482 -70.374)"^^geo:wktLiteral ;
  geo-pos:lat "42.482"^^xsd:decimal ;
  geo-pos:long "-70.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1987'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1987'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.374'^^xsd:double;
  dwc:startLongitude '-70.374'^^xsd:double;
  dwc:endLongitude '-70.374'^^xsd:double;
  dwc:latitude '42.482'^^xsd:double;
  dwc:startLatitude '42.482'^^xsd:double;
  dwc:endLatitude '42.482'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.374 42.482, -70.374 42.482, -70.374 42.482, -70.374 42.482, -70.374 42.482))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1987'^^xsd:string;
  dwc:observationDate '1990-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.373)"^^geo:wktLiteral ;
  geo-pos:lat "42.388"^^xsd:decimal ;
  geo-pos:long "-70.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3248'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3248'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.373'^^xsd:double;
  dwc:startLongitude '-70.373'^^xsd:double;
  dwc:endLongitude '-70.373'^^xsd:double;
  dwc:latitude '42.388'^^xsd:double;
  dwc:startLatitude '42.388'^^xsd:double;
  dwc:endLatitude '42.388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.373 42.388, -70.373 42.388, -70.373 42.388, -70.373 42.388, -70.373 42.388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3248'^^xsd:string;
  dwc:observationDate '1991-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.373)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2306'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2306'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.373'^^xsd:double;
  dwc:startLongitude '-70.373'^^xsd:double;
  dwc:endLongitude '-70.373'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.373 42.418, -70.373 42.418, -70.373 42.418, -70.373 42.418, -70.373 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2306'^^xsd:string;
  dwc:observationDate '1991-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.373)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3476'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3476'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.373'^^xsd:double;
  dwc:startLongitude '-70.373'^^xsd:double;
  dwc:endLongitude '-70.373'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.373 42.418, -70.373 42.418, -70.373 42.418, -70.373 42.418, -70.373 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3476'^^xsd:string;
  dwc:observationDate '1991-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.421"^^xsd:decimal ;
  dwc:decimalLongitude "-70.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.421 -70.373)"^^geo:wktLiteral ;
  geo-pos:lat "42.421"^^xsd:decimal ;
  geo-pos:long "-70.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3060'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3060'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.373'^^xsd:double;
  dwc:startLongitude '-70.373'^^xsd:double;
  dwc:endLongitude '-70.373'^^xsd:double;
  dwc:latitude '42.421'^^xsd:double;
  dwc:startLatitude '42.421'^^xsd:double;
  dwc:endLatitude '42.421'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.373 42.421, -70.373 42.421, -70.373 42.421, -70.373 42.421, -70.373 42.421))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3060'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.376"^^xsd:decimal ;
  dwc:decimalLongitude "-70.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.372)"^^geo:wktLiteral ;
  geo-pos:lat "42.376"^^xsd:decimal ;
  geo-pos:long "-70.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3777'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3777'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.372'^^xsd:double;
  dwc:startLongitude '-70.372'^^xsd:double;
  dwc:endLongitude '-70.372'^^xsd:double;
  dwc:latitude '42.376'^^xsd:double;
  dwc:startLatitude '42.376'^^xsd:double;
  dwc:endLatitude '42.376'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.372 42.376, -70.372 42.376, -70.372 42.376, -70.372 42.376, -70.372 42.376))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3777'^^xsd:string;
  dwc:observationDate '1991-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.376"^^xsd:decimal ;
  dwc:decimalLongitude "-70.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.372)"^^geo:wktLiteral ;
  geo-pos:lat "42.376"^^xsd:decimal ;
  geo-pos:long "-70.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3726'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3726'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.372'^^xsd:double;
  dwc:startLongitude '-70.372'^^xsd:double;
  dwc:endLongitude '-70.372'^^xsd:double;
  dwc:latitude '42.376'^^xsd:double;
  dwc:startLatitude '42.376'^^xsd:double;
  dwc:endLatitude '42.376'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.372 42.376, -70.372 42.376, -70.372 42.376, -70.372 42.376, -70.372 42.376))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3726'^^xsd:string;
  dwc:observationDate '1991-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.372)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1833'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1833'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.372'^^xsd:double;
  dwc:startLongitude '-70.372'^^xsd:double;
  dwc:endLongitude '-70.372'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.372 42.4, -70.372 42.4, -70.372 42.4, -70.372 42.4, -70.372 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1833'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.372)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1834'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1834'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.372'^^xsd:double;
  dwc:startLongitude '-70.372'^^xsd:double;
  dwc:endLongitude '-70.372'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.372 42.4, -70.372 42.4, -70.372 42.4, -70.372 42.4, -70.372 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1834'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.371)"^^geo:wktLiteral ;
  geo-pos:lat "42.387"^^xsd:decimal ;
  geo-pos:long "-70.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1303'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1303'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.371'^^xsd:double;
  dwc:startLongitude '-70.371'^^xsd:double;
  dwc:endLongitude '-70.371'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.371 42.387, -70.371 42.387, -70.371 42.387, -70.371 42.387, -70.371 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1303'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.371)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1802'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1802'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.371'^^xsd:double;
  dwc:startLongitude '-70.371'^^xsd:double;
  dwc:endLongitude '-70.371'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.371 42.424, -70.371 42.424, -70.371 42.424, -70.371 42.424, -70.371 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1802'^^xsd:string;
  dwc:observationDate '1991-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.371)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3753'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3753'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.371'^^xsd:double;
  dwc:startLongitude '-70.371'^^xsd:double;
  dwc:endLongitude '-70.371'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.371 42.424, -70.371 42.424, -70.371 42.424, -70.371 42.424, -70.371 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3753'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.373"^^xsd:decimal ;
  dwc:decimalLongitude "-70.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.373 -70.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.373"^^xsd:decimal ;
  geo-pos:long "-70.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2169'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2169'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.37'^^xsd:double;
  dwc:startLongitude '-70.37'^^xsd:double;
  dwc:endLongitude '-70.37'^^xsd:double;
  dwc:latitude '42.373'^^xsd:double;
  dwc:startLatitude '42.373'^^xsd:double;
  dwc:endLatitude '42.373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.37 42.373, -70.37 42.373, -70.37 42.373, -70.37 42.373, -70.37 42.373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2169'^^xsd:string;
  dwc:observationDate '1989-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.418"^^xsd:decimal ;
  dwc:decimalLongitude "-70.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.418 -70.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.418"^^xsd:decimal ;
  geo-pos:long "-70.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2200'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2200'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.37'^^xsd:double;
  dwc:startLongitude '-70.37'^^xsd:double;
  dwc:endLongitude '-70.37'^^xsd:double;
  dwc:latitude '42.418'^^xsd:double;
  dwc:startLatitude '42.418'^^xsd:double;
  dwc:endLatitude '42.418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.37 42.418, -70.37 42.418, -70.37 42.418, -70.37 42.418, -70.37 42.418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2200'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.419"^^xsd:decimal ;
  dwc:decimalLongitude "-70.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.419 -70.37)"^^geo:wktLiteral ;
  geo-pos:lat "42.419"^^xsd:decimal ;
  geo-pos:long "-70.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3445'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3445'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.37'^^xsd:double;
  dwc:startLongitude '-70.37'^^xsd:double;
  dwc:endLongitude '-70.37'^^xsd:double;
  dwc:latitude '42.419'^^xsd:double;
  dwc:startLatitude '42.419'^^xsd:double;
  dwc:endLatitude '42.419'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.37 42.419, -70.37 42.419, -70.37 42.419, -70.37 42.419, -70.37 42.419))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3445'^^xsd:string;
  dwc:observationDate '1990-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.227 -70.369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.227"^^xsd:decimal ;
  dwc:decimalLongitude "-70.369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.227 -70.369)"^^geo:wktLiteral ;
  geo-pos:lat "42.227"^^xsd:decimal ;
  geo-pos:long "-70.369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3636'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3636'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.369'^^xsd:double;
  dwc:startLongitude '-70.369'^^xsd:double;
  dwc:endLongitude '-70.369'^^xsd:double;
  dwc:latitude '42.227'^^xsd:double;
  dwc:startLatitude '42.227'^^xsd:double;
  dwc:endLatitude '42.227'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.369 42.227, -70.369 42.227, -70.369 42.227, -70.369 42.227, -70.369 42.227))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3636'^^xsd:string;
  dwc:observationDate '1988-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.363 -70.369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.363"^^xsd:decimal ;
  dwc:decimalLongitude "-70.369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.363 -70.369)"^^geo:wktLiteral ;
  geo-pos:lat "42.363"^^xsd:decimal ;
  geo-pos:long "-70.369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2303'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2303'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.369'^^xsd:double;
  dwc:startLongitude '-70.369'^^xsd:double;
  dwc:endLongitude '-70.369'^^xsd:double;
  dwc:latitude '42.363'^^xsd:double;
  dwc:startLatitude '42.363'^^xsd:double;
  dwc:endLatitude '42.363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.369 42.363, -70.369 42.363, -70.369 42.363, -70.369 42.363, -70.369 42.363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2303'^^xsd:string;
  dwc:observationDate '1991-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.366 -70.369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.366"^^xsd:decimal ;
  dwc:decimalLongitude "-70.369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.366 -70.369)"^^geo:wktLiteral ;
  geo-pos:lat "42.366"^^xsd:decimal ;
  geo-pos:long "-70.369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1487'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1487'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.369'^^xsd:double;
  dwc:startLongitude '-70.369'^^xsd:double;
  dwc:endLongitude '-70.369'^^xsd:double;
  dwc:latitude '42.366'^^xsd:double;
  dwc:startLatitude '42.366'^^xsd:double;
  dwc:endLatitude '42.366'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.369 42.366, -70.369 42.366, -70.369 42.366, -70.369 42.366, -70.369 42.366))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1487'^^xsd:string;
  dwc:observationDate '1989-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.398"^^xsd:decimal ;
  dwc:decimalLongitude "-70.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.398 -70.368)"^^geo:wktLiteral ;
  geo-pos:lat "42.398"^^xsd:decimal ;
  geo-pos:long "-70.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3372'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3372'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.368'^^xsd:double;
  dwc:startLongitude '-70.368'^^xsd:double;
  dwc:endLongitude '-70.368'^^xsd:double;
  dwc:latitude '42.398'^^xsd:double;
  dwc:startLatitude '42.398'^^xsd:double;
  dwc:endLatitude '42.398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.368 42.398, -70.368 42.398, -70.368 42.398, -70.368 42.398, -70.368 42.398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3372'^^xsd:string;
  dwc:observationDate '1990-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.368)"^^geo:wktLiteral ;
  geo-pos:lat "42.425"^^xsd:decimal ;
  geo-pos:long "-70.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1798'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1798'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.368'^^xsd:double;
  dwc:startLongitude '-70.368'^^xsd:double;
  dwc:endLongitude '-70.368'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.368 42.425, -70.368 42.425, -70.368 42.425, -70.368 42.425, -70.368 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1798'^^xsd:string;
  dwc:observationDate '1990-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.43"^^xsd:decimal ;
  dwc:decimalLongitude "-70.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.43 -70.368)"^^geo:wktLiteral ;
  geo-pos:lat "42.43"^^xsd:decimal ;
  geo-pos:long "-70.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1247'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1247'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.368'^^xsd:double;
  dwc:startLongitude '-70.368'^^xsd:double;
  dwc:endLongitude '-70.368'^^xsd:double;
  dwc:latitude '42.43'^^xsd:double;
  dwc:startLatitude '42.43'^^xsd:double;
  dwc:endLatitude '42.43'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.368 42.43, -70.368 42.43, -70.368 42.43, -70.368 42.43, -70.368 42.43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1247'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.367)"^^geo:wktLiteral ;
  geo-pos:lat "42.423"^^xsd:decimal ;
  geo-pos:long "-70.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1028'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1028'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.367'^^xsd:double;
  dwc:startLongitude '-70.367'^^xsd:double;
  dwc:endLongitude '-70.367'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.367 42.423, -70.367 42.423, -70.367 42.423, -70.367 42.423, -70.367 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1028'^^xsd:string;
  dwc:observationDate '1991-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.367)"^^geo:wktLiteral ;
  geo-pos:lat "42.423"^^xsd:decimal ;
  geo-pos:long "-70.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1027'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1027'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.367'^^xsd:double;
  dwc:startLongitude '-70.367'^^xsd:double;
  dwc:endLongitude '-70.367'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.367 42.423, -70.367 42.423, -70.367 42.423, -70.367 42.423, -70.367 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1027'^^xsd:string;
  dwc:observationDate '1991-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.1833"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2770'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2770'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.1833'^^xsd:double;
  dwc:startLatitude '42.1833'^^xsd:double;
  dwc:endLatitude '42.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2770'^^xsd:string;
  dwc:observationDate '1980-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.1833"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2772'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2772'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.1833'^^xsd:double;
  dwc:startLatitude '42.1833'^^xsd:double;
  dwc:endLatitude '42.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2772'^^xsd:string;
  dwc:observationDate '1980-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.1833"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2771'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2771'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.1833'^^xsd:double;
  dwc:startLatitude '42.1833'^^xsd:double;
  dwc:endLatitude '42.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833, -70.3667 42.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2771'^^xsd:string;
  dwc:observationDate '1980-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.2"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3892'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3892'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.2'^^xsd:double;
  dwc:startLatitude '42.2'^^xsd:double;
  dwc:endLatitude '42.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.2, -70.3667 42.2, -70.3667 42.2, -70.3667 42.2, -70.3667 42.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3892'^^xsd:string;
  dwc:observationDate '1980-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4833 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4833 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.4833"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2429'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2429'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^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:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.4833'^^xsd:double;
  dwc:startLatitude '42.4833'^^xsd:double;
  dwc:endLatitude '42.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.4833, -70.3667 42.4833, -70.3667 42.4833, -70.3667 42.4833, -70.3667 42.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2429'^^xsd:string;
  dwc:observationDate '1979-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_326'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_326'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.75, -70.3667 42.75, -70.3667 42.75, -70.3667 42.75, -70.3667 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_326'^^xsd:string;
  dwc:observationDate '1993-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_450'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_450'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_450'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_451'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_451'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_451'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_453'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_453'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_453'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_305'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_305'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_305'^^xsd:string;
  dwc:observationDate '1993-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3667)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_306'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_306'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.3667'^^xsd:double;
  dwc:startLongitude '-70.3667'^^xsd:double;
  dwc:endLongitude '-70.3667'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333, -70.3667 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_306'^^xsd:string;
  dwc:observationDate '1993-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.444"^^xsd:decimal ;
  dwc:decimalLongitude "-70.366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.444 -70.366)"^^geo:wktLiteral ;
  geo-pos:lat "42.444"^^xsd:decimal ;
  geo-pos:long "-70.366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3539'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_3539'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.366'^^xsd:double;
  dwc:startLongitude '-70.366'^^xsd:double;
  dwc:endLongitude '-70.366'^^xsd:double;
  dwc:latitude '42.444'^^xsd:double;
  dwc:startLatitude '42.444'^^xsd:double;
  dwc:endLatitude '42.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.366 42.444, -70.366 42.444, -70.366 42.444, -70.366 42.444, -70.366 42.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3539'^^xsd:string;
  dwc:observationDate '1991-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.845 -70.366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.845"^^xsd:decimal ;
  dwc:decimalLongitude "-70.366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.845 -70.366)"^^geo:wktLiteral ;
  geo-pos:lat "42.845"^^xsd:decimal ;
  geo-pos:long "-70.366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2113'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2113'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.366'^^xsd:double;
  dwc:startLongitude '-70.366'^^xsd:double;
  dwc:endLongitude '-70.366'^^xsd:double;
  dwc:latitude '42.845'^^xsd:double;
  dwc:startLatitude '42.845'^^xsd:double;
  dwc:endLatitude '42.845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.366 42.845, -70.366 42.845, -70.366 42.845, -70.366 42.845, -70.366 42.845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2113'^^xsd:string;
  dwc:observationDate '1994-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.845 -70.366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.845"^^xsd:decimal ;
  dwc:decimalLongitude "-70.366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.845 -70.366)"^^geo:wktLiteral ;
  geo-pos:lat "42.845"^^xsd:decimal ;
  geo-pos:long "-70.366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2114'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2114'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.366'^^xsd:double;
  dwc:startLongitude '-70.366'^^xsd:double;
  dwc:endLongitude '-70.366'^^xsd:double;
  dwc:latitude '42.845'^^xsd:double;
  dwc:startLatitude '42.845'^^xsd:double;
  dwc:endLatitude '42.845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.366 42.845, -70.366 42.845, -70.366 42.845, -70.366 42.845, -70.366 42.845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2114'^^xsd:string;
  dwc:observationDate '1994-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.845 -70.366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.845"^^xsd:decimal ;
  dwc:decimalLongitude "-70.366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.845 -70.366)"^^geo:wktLiteral ;
  geo-pos:lat "42.845"^^xsd:decimal ;
  geo-pos:long "-70.366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2112'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2112'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.366'^^xsd:double;
  dwc:startLongitude '-70.366'^^xsd:double;
  dwc:endLongitude '-70.366'^^xsd:double;
  dwc:latitude '42.845'^^xsd:double;
  dwc:startLatitude '42.845'^^xsd:double;
  dwc:endLatitude '42.845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.366 42.845, -70.366 42.845, -70.366 42.845, -70.366 42.845, -70.366 42.845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2112'^^xsd:string;
  dwc:observationDate '1994-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.381"^^xsd:decimal ;
  dwc:decimalLongitude "-70.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.365)"^^geo:wktLiteral ;
  geo-pos:lat "42.381"^^xsd:decimal ;
  geo-pos:long "-70.365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3780'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3780'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.365'^^xsd:double;
  dwc:startLongitude '-70.365'^^xsd:double;
  dwc:endLongitude '-70.365'^^xsd:double;
  dwc:latitude '42.381'^^xsd:double;
  dwc:startLatitude '42.381'^^xsd:double;
  dwc:endLatitude '42.381'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.365 42.381, -70.365 42.381, -70.365 42.381, -70.365 42.381, -70.365 42.381))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3780'^^xsd:string;
  dwc:observationDate '1991-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_620> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.95 -70.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.95"^^xsd:decimal ;
  dwc:decimalLongitude "-70.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.95 -70.365)"^^geo:wktLiteral ;
  geo-pos:lat "42.95"^^xsd:decimal ;
  geo-pos:long "-70.365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_620'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_620'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.365'^^xsd:double;
  dwc:startLongitude '-70.365'^^xsd:double;
  dwc:endLongitude '-70.365'^^xsd:double;
  dwc:latitude '42.95'^^xsd:double;
  dwc:startLatitude '42.95'^^xsd:double;
  dwc:endLatitude '42.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.365 42.95, -70.365 42.95, -70.365 42.95, -70.365 42.95, -70.365 42.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_620'^^xsd:string;
  dwc:observationDate '1990-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8563 -70.3647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8563"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8563 -70.3647)"^^geo:wktLiteral ;
  geo-pos:lat "42.8563"^^xsd:decimal ;
  geo-pos:long "-70.3647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2367'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2367'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3647'^^xsd:double;
  dwc:startLongitude '-70.3647'^^xsd:double;
  dwc:endLongitude '-70.3647'^^xsd:double;
  dwc:latitude '42.8563'^^xsd:double;
  dwc:startLatitude '42.8563'^^xsd:double;
  dwc:endLatitude '42.8563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3647 42.8563, -70.3647 42.8563, -70.3647 42.8563, -70.3647 42.8563, -70.3647 42.8563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2367'^^xsd:string;
  dwc:observationDate '2003-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8563 -70.3647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8563"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8563 -70.3647)"^^geo:wktLiteral ;
  geo-pos:lat "42.8563"^^xsd:decimal ;
  geo-pos:long "-70.3647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2366'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2366'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3647'^^xsd:double;
  dwc:startLongitude '-70.3647'^^xsd:double;
  dwc:endLongitude '-70.3647'^^xsd:double;
  dwc:latitude '42.8563'^^xsd:double;
  dwc:startLatitude '42.8563'^^xsd:double;
  dwc:endLatitude '42.8563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3647 42.8563, -70.3647 42.8563, -70.3647 42.8563, -70.3647 42.8563, -70.3647 42.8563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2366'^^xsd:string;
  dwc:observationDate '2003-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.364)"^^geo:wktLiteral ;
  geo-pos:lat "42.397"^^xsd:decimal ;
  geo-pos:long "-70.364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3181'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3181'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.364'^^xsd:double;
  dwc:startLongitude '-70.364'^^xsd:double;
  dwc:endLongitude '-70.364'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.364 42.397, -70.364 42.397, -70.364 42.397, -70.364 42.397, -70.364 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3181'^^xsd:string;
  dwc:observationDate '1990-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7405 -70.3632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7405 -70.3632)"^^geo:wktLiteral ;
  geo-pos:lat "42.7405"^^xsd:decimal ;
  geo-pos:long "-70.3632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3392'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3392'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.3632'^^xsd:double;
  dwc:startLongitude '-70.3632'^^xsd:double;
  dwc:endLongitude '-70.3632'^^xsd:double;
  dwc:latitude '42.7405'^^xsd:double;
  dwc:startLatitude '42.7405'^^xsd:double;
  dwc:endLatitude '42.7405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3632 42.7405, -70.3632 42.7405, -70.3632 42.7405, -70.3632 42.7405, -70.3632 42.7405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3392'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7405 -70.3632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7405"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7405 -70.3632)"^^geo:wktLiteral ;
  geo-pos:lat "42.7405"^^xsd:decimal ;
  geo-pos:long "-70.3632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2648'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2648'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.3632'^^xsd:double;
  dwc:startLongitude '-70.3632'^^xsd:double;
  dwc:endLongitude '-70.3632'^^xsd:double;
  dwc:latitude '42.7405'^^xsd:double;
  dwc:startLatitude '42.7405'^^xsd:double;
  dwc:endLatitude '42.7405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3632 42.7405, -70.3632 42.7405, -70.3632 42.7405, -70.3632 42.7405, -70.3632 42.7405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2648'^^xsd:string;
  dwc:observationDate '2003-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.363)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1892'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1892'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.363'^^xsd:double;
  dwc:startLongitude '-70.363'^^xsd:double;
  dwc:endLongitude '-70.363'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.363 42.424, -70.363 42.424, -70.363 42.424, -70.363 42.424, -70.363 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1892'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.363)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.363'^^xsd:double;
  dwc:startLongitude '-70.363'^^xsd:double;
  dwc:endLongitude '-70.363'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.363 42.424, -70.363 42.424, -70.363 42.424, -70.363 42.424, -70.363 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3'^^xsd:string;
  dwc:observationDate '1989-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.378 -70.362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.378"^^xsd:decimal ;
  dwc:decimalLongitude "-70.362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.378 -70.362)"^^geo:wktLiteral ;
  geo-pos:lat "42.378"^^xsd:decimal ;
  geo-pos:long "-70.362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3446'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3446'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.362'^^xsd:double;
  dwc:startLongitude '-70.362'^^xsd:double;
  dwc:endLongitude '-70.362'^^xsd:double;
  dwc:latitude '42.378'^^xsd:double;
  dwc:startLatitude '42.378'^^xsd:double;
  dwc:endLatitude '42.378'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.362 42.378, -70.362 42.378, -70.362 42.378, -70.362 42.378, -70.362 42.378))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3446'^^xsd:string;
  dwc:observationDate '1990-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.397 -70.362)"^^geo:wktLiteral ;
  geo-pos:lat "42.397"^^xsd:decimal ;
  geo-pos:long "-70.362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_68'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_68'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.362'^^xsd:double;
  dwc:startLongitude '-70.362'^^xsd:double;
  dwc:endLongitude '-70.362'^^xsd:double;
  dwc:latitude '42.397'^^xsd:double;
  dwc:startLatitude '42.397'^^xsd:double;
  dwc:endLatitude '42.397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.362 42.397, -70.362 42.397, -70.362 42.397, -70.362 42.397, -70.362 42.397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_68'^^xsd:string;
  dwc:observationDate '1993-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8571 -70.3614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8571"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8571 -70.3614)"^^geo:wktLiteral ;
  geo-pos:lat "42.8571"^^xsd:decimal ;
  geo-pos:long "-70.3614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2368'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2368'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3614'^^xsd:double;
  dwc:startLongitude '-70.3614'^^xsd:double;
  dwc:endLongitude '-70.3614'^^xsd:double;
  dwc:latitude '42.8571'^^xsd:double;
  dwc:startLatitude '42.8571'^^xsd:double;
  dwc:endLatitude '42.8571'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3614 42.8571, -70.3614 42.8571, -70.3614 42.8571, -70.3614 42.8571, -70.3614 42.8571))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2368'^^xsd:string;
  dwc:observationDate '2003-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -70.361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "-70.361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -70.361)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "-70.361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2264'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2264'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.361'^^xsd:double;
  dwc:startLongitude '-70.361'^^xsd:double;
  dwc:endLongitude '-70.361'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:startLatitude '42.3'^^xsd:double;
  dwc:endLatitude '42.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.361 42.3, -70.361 42.3, -70.361 42.3, -70.361 42.3, -70.361 42.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2264'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.302 -70.361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.302"^^xsd:decimal ;
  dwc:decimalLongitude "-70.361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.302 -70.361)"^^geo:wktLiteral ;
  geo-pos:lat "42.302"^^xsd:decimal ;
  geo-pos:long "-70.361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3246'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3246'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.361'^^xsd:double;
  dwc:startLongitude '-70.361'^^xsd:double;
  dwc:endLongitude '-70.361'^^xsd:double;
  dwc:latitude '42.302'^^xsd:double;
  dwc:startLatitude '42.302'^^xsd:double;
  dwc:endLatitude '42.302'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.361 42.302, -70.361 42.302, -70.361 42.302, -70.361 42.302, -70.361 42.302))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3246'^^xsd:string;
  dwc:observationDate '1990-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.381"^^xsd:decimal ;
  dwc:decimalLongitude "-70.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.36)"^^geo:wktLiteral ;
  geo-pos:lat "42.381"^^xsd:decimal ;
  geo-pos:long "-70.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3908'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3908'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.36'^^xsd:double;
  dwc:startLongitude '-70.36'^^xsd:double;
  dwc:endLongitude '-70.36'^^xsd:double;
  dwc:latitude '42.381'^^xsd:double;
  dwc:startLatitude '42.381'^^xsd:double;
  dwc:endLatitude '42.381'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.36 42.381, -70.36 42.381, -70.36 42.381, -70.36 42.381, -70.36 42.381))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3908'^^xsd:string;
  dwc:observationDate '1990-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.392"^^xsd:decimal ;
  dwc:decimalLongitude "-70.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.392 -70.36)"^^geo:wktLiteral ;
  geo-pos:lat "42.392"^^xsd:decimal ;
  geo-pos:long "-70.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2268'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2268'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.36'^^xsd:double;
  dwc:startLongitude '-70.36'^^xsd:double;
  dwc:endLongitude '-70.36'^^xsd:double;
  dwc:latitude '42.392'^^xsd:double;
  dwc:startLatitude '42.392'^^xsd:double;
  dwc:endLatitude '42.392'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.36 42.392, -70.36 42.392, -70.36 42.392, -70.36 42.392, -70.36 42.392))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2268'^^xsd:string;
  dwc:observationDate '1991-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.449"^^xsd:decimal ;
  dwc:decimalLongitude "-70.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.36)"^^geo:wktLiteral ;
  geo-pos:lat "42.449"^^xsd:decimal ;
  geo-pos:long "-70.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2194'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2194'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.36'^^xsd:double;
  dwc:startLongitude '-70.36'^^xsd:double;
  dwc:endLongitude '-70.36'^^xsd:double;
  dwc:latitude '42.449'^^xsd:double;
  dwc:startLatitude '42.449'^^xsd:double;
  dwc:endLatitude '42.449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.36 42.449, -70.36 42.449, -70.36 42.449, -70.36 42.449, -70.36 42.449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2194'^^xsd:string;
  dwc:observationDate '1989-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.847"^^xsd:decimal ;
  dwc:decimalLongitude "-70.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.36)"^^geo:wktLiteral ;
  geo-pos:lat "42.847"^^xsd:decimal ;
  geo-pos:long "-70.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_565'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_565'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.36'^^xsd:double;
  dwc:startLongitude '-70.36'^^xsd:double;
  dwc:endLongitude '-70.36'^^xsd:double;
  dwc:latitude '42.847'^^xsd:double;
  dwc:startLatitude '42.847'^^xsd:double;
  dwc:endLatitude '42.847'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.36 42.847, -70.36 42.847, -70.36 42.847, -70.36 42.847, -70.36 42.847))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_565'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.847"^^xsd:decimal ;
  dwc:decimalLongitude "-70.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.36)"^^geo:wktLiteral ;
  geo-pos:lat "42.847"^^xsd:decimal ;
  geo-pos:long "-70.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_564'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_564'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.36'^^xsd:double;
  dwc:startLongitude '-70.36'^^xsd:double;
  dwc:endLongitude '-70.36'^^xsd:double;
  dwc:latitude '42.847'^^xsd:double;
  dwc:startLatitude '42.847'^^xsd:double;
  dwc:endLatitude '42.847'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.36 42.847, -70.36 42.847, -70.36 42.847, -70.36 42.847, -70.36 42.847))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_564'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.369 -70.359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.369"^^xsd:decimal ;
  dwc:decimalLongitude "-70.359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.369 -70.359)"^^geo:wktLiteral ;
  geo-pos:lat "42.369"^^xsd:decimal ;
  geo-pos:long "-70.359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2508'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2508'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.359'^^xsd:double;
  dwc:startLongitude '-70.359'^^xsd:double;
  dwc:endLongitude '-70.359'^^xsd:double;
  dwc:latitude '42.369'^^xsd:double;
  dwc:startLatitude '42.369'^^xsd:double;
  dwc:endLatitude '42.369'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.359 42.369, -70.359 42.369, -70.359 42.369, -70.359 42.369, -70.359 42.369))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2508'^^xsd:string;
  dwc:observationDate '1990-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.376"^^xsd:decimal ;
  dwc:decimalLongitude "-70.359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.376 -70.359)"^^geo:wktLiteral ;
  geo-pos:lat "42.376"^^xsd:decimal ;
  geo-pos:long "-70.359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_599'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_599'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.359'^^xsd:double;
  dwc:startLongitude '-70.359'^^xsd:double;
  dwc:endLongitude '-70.359'^^xsd:double;
  dwc:latitude '42.376'^^xsd:double;
  dwc:startLatitude '42.376'^^xsd:double;
  dwc:endLatitude '42.376'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.359 42.376, -70.359 42.376, -70.359 42.376, -70.359 42.376, -70.359 42.376))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_599'^^xsd:string;
  dwc:observationDate '1990-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.372 -70.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.372"^^xsd:decimal ;
  dwc:decimalLongitude "-70.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.372 -70.358)"^^geo:wktLiteral ;
  geo-pos:lat "42.372"^^xsd:decimal ;
  geo-pos:long "-70.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1963'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1963'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.358'^^xsd:double;
  dwc:startLongitude '-70.358'^^xsd:double;
  dwc:endLongitude '-70.358'^^xsd:double;
  dwc:latitude '42.372'^^xsd:double;
  dwc:startLatitude '42.372'^^xsd:double;
  dwc:endLatitude '42.372'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.358 42.372, -70.358 42.372, -70.358 42.372, -70.358 42.372, -70.358 42.372))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1963'^^xsd:string;
  dwc:observationDate '1991-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.358)"^^geo:wktLiteral ;
  geo-pos:lat "42.423"^^xsd:decimal ;
  geo-pos:long "-70.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2204'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2204'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.358'^^xsd:double;
  dwc:startLongitude '-70.358'^^xsd:double;
  dwc:endLongitude '-70.358'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.358 42.423, -70.358 42.423, -70.358 42.423, -70.358 42.423, -70.358 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2204'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1804> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.425"^^xsd:decimal ;
  dwc:decimalLongitude "-70.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.425 -70.358)"^^geo:wktLiteral ;
  geo-pos:lat "42.425"^^xsd:decimal ;
  geo-pos:long "-70.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1804'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1804'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.358'^^xsd:double;
  dwc:startLongitude '-70.358'^^xsd:double;
  dwc:endLongitude '-70.358'^^xsd:double;
  dwc:latitude '42.425'^^xsd:double;
  dwc:startLatitude '42.425'^^xsd:double;
  dwc:endLatitude '42.425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.358 42.425, -70.358 42.425, -70.358 42.425, -70.358 42.425, -70.358 42.425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1804'^^xsd:string;
  dwc:observationDate '1990-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.358)"^^geo:wktLiteral ;
  geo-pos:lat "42.429"^^xsd:decimal ;
  geo-pos:long "-70.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3546'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3546'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.358'^^xsd:double;
  dwc:startLongitude '-70.358'^^xsd:double;
  dwc:endLongitude '-70.358'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.358 42.429, -70.358 42.429, -70.358 42.429, -70.358 42.429, -70.358 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3546'^^xsd:string;
  dwc:observationDate '1991-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.375"^^xsd:decimal ;
  dwc:decimalLongitude "-70.357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.357)"^^geo:wktLiteral ;
  geo-pos:lat "42.375"^^xsd:decimal ;
  geo-pos:long "-70.357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3791'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3791'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.357'^^xsd:double;
  dwc:startLongitude '-70.357'^^xsd:double;
  dwc:endLongitude '-70.357'^^xsd:double;
  dwc:latitude '42.375'^^xsd:double;
  dwc:startLatitude '42.375'^^xsd:double;
  dwc:endLatitude '42.375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.357 42.375, -70.357 42.375, -70.357 42.375, -70.357 42.375, -70.357 42.375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3791'^^xsd:string;
  dwc:observationDate '1991-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.375"^^xsd:decimal ;
  dwc:decimalLongitude "-70.357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.357)"^^geo:wktLiteral ;
  geo-pos:lat "42.375"^^xsd:decimal ;
  geo-pos:long "-70.357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3787'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3787'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.357'^^xsd:double;
  dwc:startLongitude '-70.357'^^xsd:double;
  dwc:endLongitude '-70.357'^^xsd:double;
  dwc:latitude '42.375'^^xsd:double;
  dwc:startLatitude '42.375'^^xsd:double;
  dwc:endLatitude '42.375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.357 42.375, -70.357 42.375, -70.357 42.375, -70.357 42.375, -70.357 42.375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3787'^^xsd:string;
  dwc:observationDate '1991-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.377 -70.357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.377"^^xsd:decimal ;
  dwc:decimalLongitude "-70.357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.377 -70.357)"^^geo:wktLiteral ;
  geo-pos:lat "42.377"^^xsd:decimal ;
  geo-pos:long "-70.357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1406'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1406'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.357'^^xsd:double;
  dwc:startLongitude '-70.357'^^xsd:double;
  dwc:endLongitude '-70.357'^^xsd:double;
  dwc:latitude '42.377'^^xsd:double;
  dwc:startLatitude '42.377'^^xsd:double;
  dwc:endLatitude '42.377'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.357 42.377, -70.357 42.377, -70.357 42.377, -70.357 42.377, -70.357 42.377))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1406'^^xsd:string;
  dwc:observationDate '1989-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.387"^^xsd:decimal ;
  dwc:decimalLongitude "-70.356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.387 -70.356)"^^geo:wktLiteral ;
  geo-pos:lat "42.387"^^xsd:decimal ;
  geo-pos:long "-70.356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_79'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_79'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.356'^^xsd:double;
  dwc:startLongitude '-70.356'^^xsd:double;
  dwc:endLongitude '-70.356'^^xsd:double;
  dwc:latitude '42.387'^^xsd:double;
  dwc:startLatitude '42.387'^^xsd:double;
  dwc:endLatitude '42.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.356 42.387, -70.356 42.387, -70.356 42.387, -70.356 42.387, -70.356 42.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_79'^^xsd:string;
  dwc:observationDate '1993-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.356)"^^geo:wktLiteral ;
  geo-pos:lat "42.396"^^xsd:decimal ;
  geo-pos:long "-70.356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_280'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_280'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.356'^^xsd:double;
  dwc:startLongitude '-70.356'^^xsd:double;
  dwc:endLongitude '-70.356'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.356 42.396, -70.356 42.396, -70.356 42.396, -70.356 42.396, -70.356 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_280'^^xsd:string;
  dwc:observationDate '1990-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.356)"^^geo:wktLiteral ;
  geo-pos:lat "42.396"^^xsd:decimal ;
  geo-pos:long "-70.356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_281'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_281'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.356'^^xsd:double;
  dwc:startLongitude '-70.356'^^xsd:double;
  dwc:endLongitude '-70.356'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.356 42.396, -70.356 42.396, -70.356 42.396, -70.356 42.396, -70.356 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_281'^^xsd:string;
  dwc:observationDate '1990-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.356)"^^geo:wktLiteral ;
  geo-pos:lat "42.396"^^xsd:decimal ;
  geo-pos:long "-70.356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_279'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_279'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.356'^^xsd:double;
  dwc:startLongitude '-70.356'^^xsd:double;
  dwc:endLongitude '-70.356'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.356 42.396, -70.356 42.396, -70.356 42.396, -70.356 42.396, -70.356 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_279'^^xsd:string;
  dwc:observationDate '1990-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.356)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1799'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1799'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.356'^^xsd:double;
  dwc:startLongitude '-70.356'^^xsd:double;
  dwc:endLongitude '-70.356'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.356 42.424, -70.356 42.424, -70.356 42.424, -70.356 42.424, -70.356 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1799'^^xsd:string;
  dwc:observationDate '1990-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.543 -70.356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.543"^^xsd:decimal ;
  dwc:decimalLongitude "-70.356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.543 -70.356)"^^geo:wktLiteral ;
  geo-pos:lat "42.543"^^xsd:decimal ;
  geo-pos:long "-70.356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2738'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2738'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.356'^^xsd:double;
  dwc:startLongitude '-70.356'^^xsd:double;
  dwc:endLongitude '-70.356'^^xsd:double;
  dwc:latitude '42.543'^^xsd:double;
  dwc:startLatitude '42.543'^^xsd:double;
  dwc:endLatitude '42.543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.356 42.543, -70.356 42.543, -70.356 42.543, -70.356 42.543, -70.356 42.543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2738'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.355)"^^geo:wktLiteral ;
  geo-pos:lat "42.382"^^xsd:decimal ;
  geo-pos:long "-70.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3725'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3725'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.355'^^xsd:double;
  dwc:startLongitude '-70.355'^^xsd:double;
  dwc:endLongitude '-70.355'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.355 42.382, -70.355 42.382, -70.355 42.382, -70.355 42.382, -70.355 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3725'^^xsd:string;
  dwc:observationDate '1991-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.355)"^^geo:wktLiteral ;
  geo-pos:lat "42.382"^^xsd:decimal ;
  geo-pos:long "-70.355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3730'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3730'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.355'^^xsd:double;
  dwc:startLongitude '-70.355'^^xsd:double;
  dwc:endLongitude '-70.355'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.355 42.382, -70.355 42.382, -70.355 42.382, -70.355 42.382, -70.355 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3730'^^xsd:string;
  dwc:observationDate '1991-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.388 -70.354)"^^geo:wktLiteral ;
  geo-pos:lat "42.388"^^xsd:decimal ;
  geo-pos:long "-70.354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_77'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_77'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.354'^^xsd:double;
  dwc:startLongitude '-70.354'^^xsd:double;
  dwc:endLongitude '-70.354'^^xsd:double;
  dwc:latitude '42.388'^^xsd:double;
  dwc:startLatitude '42.388'^^xsd:double;
  dwc:endLatitude '42.388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.354 42.388, -70.354 42.388, -70.354 42.388, -70.354 42.388, -70.354 42.388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_77'^^xsd:string;
  dwc:observationDate '1993-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.415"^^xsd:decimal ;
  dwc:decimalLongitude "-70.354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.415 -70.354)"^^geo:wktLiteral ;
  geo-pos:lat "42.415"^^xsd:decimal ;
  geo-pos:long "-70.354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3867'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3867'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.354'^^xsd:double;
  dwc:startLongitude '-70.354'^^xsd:double;
  dwc:endLongitude '-70.354'^^xsd:double;
  dwc:latitude '42.415'^^xsd:double;
  dwc:startLatitude '42.415'^^xsd:double;
  dwc:endLatitude '42.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.354 42.415, -70.354 42.415, -70.354 42.415, -70.354 42.415, -70.354 42.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3867'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.424"^^xsd:decimal ;
  dwc:decimalLongitude "-70.354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.424 -70.354)"^^geo:wktLiteral ;
  geo-pos:lat "42.424"^^xsd:decimal ;
  geo-pos:long "-70.354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3513'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3513'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.354'^^xsd:double;
  dwc:startLongitude '-70.354'^^xsd:double;
  dwc:endLongitude '-70.354'^^xsd:double;
  dwc:latitude '42.424'^^xsd:double;
  dwc:startLatitude '42.424'^^xsd:double;
  dwc:endLatitude '42.424'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.354 42.424, -70.354 42.424, -70.354 42.424, -70.354 42.424, -70.354 42.424))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3513'^^xsd:string;
  dwc:observationDate '1991-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.382"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3444'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3444'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.382, -70.353 42.382, -70.353 42.382, -70.353 42.382, -70.353 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3444'^^xsd:string;
  dwc:observationDate '1990-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.396"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1633'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1633'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.396, -70.353 42.396, -70.353 42.396, -70.353 42.396, -70.353 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1633'^^xsd:string;
  dwc:observationDate '1989-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.396"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.396 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.396"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1634'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1634'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.396'^^xsd:double;
  dwc:startLatitude '42.396'^^xsd:double;
  dwc:endLatitude '42.396'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.396, -70.353 42.396, -70.353 42.396, -70.353 42.396, -70.353 42.396))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1634'^^xsd:string;
  dwc:observationDate '1989-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3865'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3865'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3865'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3861'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3861'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3861'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3863'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3863'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3863'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3869'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3869'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3869'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3868'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3868'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3868'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3864'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3864'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439, -70.353 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3864'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.553 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.553"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.553 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.553"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2737'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2737'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.553'^^xsd:double;
  dwc:startLatitude '42.553'^^xsd:double;
  dwc:endLatitude '42.553'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.553, -70.353 42.553, -70.353 42.553, -70.353 42.553, -70.353 42.553))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2737'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.563 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.563"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.563 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.563"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2740'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2740'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.563'^^xsd:double;
  dwc:startLatitude '42.563'^^xsd:double;
  dwc:endLatitude '42.563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.563, -70.353 42.563, -70.353 42.563, -70.353 42.563, -70.353 42.563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2740'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.563 -70.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.563"^^xsd:decimal ;
  dwc:decimalLongitude "-70.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.563 -70.353)"^^geo:wktLiteral ;
  geo-pos:lat "42.563"^^xsd:decimal ;
  geo-pos:long "-70.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2736'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2736'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.353'^^xsd:double;
  dwc:startLongitude '-70.353'^^xsd:double;
  dwc:endLongitude '-70.353'^^xsd:double;
  dwc:latitude '42.563'^^xsd:double;
  dwc:startLatitude '42.563'^^xsd:double;
  dwc:endLatitude '42.563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.353 42.563, -70.353 42.563, -70.353 42.563, -70.353 42.563, -70.353 42.563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2736'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.352)"^^geo:wktLiteral ;
  geo-pos:lat "42.434"^^xsd:decimal ;
  geo-pos:long "-70.352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3537'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_3537'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.352'^^xsd:double;
  dwc:startLongitude '-70.352'^^xsd:double;
  dwc:endLongitude '-70.352'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.352 42.434, -70.352 42.434, -70.352 42.434, -70.352 42.434, -70.352 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3537'^^xsd:string;
  dwc:observationDate '1991-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38 -70.351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.38"^^xsd:decimal ;
  dwc:decimalLongitude "-70.351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.38 -70.351)"^^geo:wktLiteral ;
  geo-pos:lat "42.38"^^xsd:decimal ;
  geo-pos:long "-70.351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1800'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1800'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.351'^^xsd:double;
  dwc:startLongitude '-70.351'^^xsd:double;
  dwc:endLongitude '-70.351'^^xsd:double;
  dwc:latitude '42.38'^^xsd:double;
  dwc:startLatitude '42.38'^^xsd:double;
  dwc:endLatitude '42.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.351 42.38, -70.351 42.38, -70.351 42.38, -70.351 42.38, -70.351 42.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1800'^^xsd:string;
  dwc:observationDate '1990-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.403"^^xsd:decimal ;
  dwc:decimalLongitude "-70.351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.403 -70.351)"^^geo:wktLiteral ;
  geo-pos:lat "42.403"^^xsd:decimal ;
  geo-pos:long "-70.351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2528'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2528'^^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:longitude '-70.351'^^xsd:double;
  dwc:startLongitude '-70.351'^^xsd:double;
  dwc:endLongitude '-70.351'^^xsd:double;
  dwc:latitude '42.403'^^xsd:double;
  dwc:startLatitude '42.403'^^xsd:double;
  dwc:endLatitude '42.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.351 42.403, -70.351 42.403, -70.351 42.403, -70.351 42.403, -70.351 42.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2528'^^xsd:string;
  dwc:observationDate '1990-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -70.351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.44"^^xsd:decimal ;
  dwc:decimalLongitude "-70.351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.44 -70.351)"^^geo:wktLiteral ;
  geo-pos:lat "42.44"^^xsd:decimal ;
  geo-pos:long "-70.351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3866'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3866'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.351'^^xsd:double;
  dwc:startLongitude '-70.351'^^xsd:double;
  dwc:endLongitude '-70.351'^^xsd:double;
  dwc:latitude '42.44'^^xsd:double;
  dwc:startLatitude '42.44'^^xsd:double;
  dwc:endLatitude '42.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.351 42.44, -70.351 42.44, -70.351 42.44, -70.351 42.44, -70.351 42.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3866'^^xsd:string;
  dwc:observationDate '1991-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.1667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_71'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_71'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.1667'^^xsd:double;
  dwc:startLatitude '42.1667'^^xsd:double;
  dwc:endLatitude '42.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.1667, -70.35 42.1667, -70.35 42.1667, -70.35 42.1667, -70.35 42.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_71'^^xsd:string;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.1667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3688'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3688'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.1667'^^xsd:double;
  dwc:startLatitude '42.1667'^^xsd:double;
  dwc:endLatitude '42.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.1667, -70.35 42.1667, -70.35 42.1667, -70.35 42.1667, -70.35 42.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3688'^^xsd:string;
  dwc:observationDate '1980-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.1833"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3701'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3701'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.1833'^^xsd:double;
  dwc:startLatitude '42.1833'^^xsd:double;
  dwc:endLatitude '42.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.1833, -70.35 42.1833, -70.35 42.1833, -70.35 42.1833, -70.35 42.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3701'^^xsd:string;
  dwc:observationDate '1980-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.3833"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_122'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_122'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.3833'^^xsd:double;
  dwc:startLatitude '42.3833'^^xsd:double;
  dwc:endLatitude '42.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.3833, -70.35 42.3833, -70.35 42.3833, -70.35 42.3833, -70.35 42.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_122'^^xsd:string;
  dwc:observationDate '1993-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.3833"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_121'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_121'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.3833'^^xsd:double;
  dwc:startLatitude '42.3833'^^xsd:double;
  dwc:endLatitude '42.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.3833, -70.35 42.3833, -70.35 42.3833, -70.35 42.3833, -70.35 42.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_121'^^xsd:string;
  dwc:observationDate '1993-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.386"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_76'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_76'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.386, -70.35 42.386, -70.35 42.386, -70.35 42.386, -70.35 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_76'^^xsd:string;
  dwc:observationDate '1993-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3843'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3843'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.4, -70.35 42.4, -70.35 42.4, -70.35 42.4, -70.35 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3843'^^xsd:string;
  dwc:observationDate '1981-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.45"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.45 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.45"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3841'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3841'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.45'^^xsd:double;
  dwc:startLatitude '42.45'^^xsd:double;
  dwc:endLatitude '42.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.45, -70.35 42.45, -70.35 42.45, -70.35 42.45, -70.35 42.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3841'^^xsd:string;
  dwc:observationDate '1981-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.5667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2745'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2745'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.5667'^^xsd:double;
  dwc:startLatitude '42.5667'^^xsd:double;
  dwc:endLatitude '42.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.5667, -70.35 42.5667, -70.35 42.5667, -70.35 42.5667, -70.35 42.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2745'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.5667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_57'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_57'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.5667'^^xsd:double;
  dwc:startLatitude '42.5667'^^xsd:double;
  dwc:endLatitude '42.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.5667, -70.35 42.5667, -70.35 42.5667, -70.35 42.5667, -70.35 42.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_57'^^xsd:string;
  dwc:observationDate '1993-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.5667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_58'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_58'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.5667'^^xsd:double;
  dwc:startLatitude '42.5667'^^xsd:double;
  dwc:endLatitude '42.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.5667, -70.35 42.5667, -70.35 42.5667, -70.35 42.5667, -70.35 42.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_58'^^xsd:string;
  dwc:observationDate '1993-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.7667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_325'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_325'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.7667'^^xsd:double;
  dwc:startLatitude '42.7667'^^xsd:double;
  dwc:endLatitude '42.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.7667, -70.35 42.7667, -70.35 42.7667, -70.35 42.7667, -70.35 42.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_325'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.7833"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1648'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1648'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.7833'^^xsd:double;
  dwc:startLatitude '42.7833'^^xsd:double;
  dwc:endLatitude '42.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.7833, -70.35 42.7833, -70.35 42.7833, -70.35 42.7833, -70.35 42.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1648'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.7833"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1649'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1649'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.7833'^^xsd:double;
  dwc:startLatitude '42.7833'^^xsd:double;
  dwc:endLatitude '42.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.7833, -70.35 42.7833, -70.35 42.7833, -70.35 42.7833, -70.35 42.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1649'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7833 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.7833"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1647'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1647'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.7833'^^xsd:double;
  dwc:startLatitude '42.7833'^^xsd:double;
  dwc:endLatitude '42.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.7833, -70.35 42.7833, -70.35 42.7833, -70.35 42.7833, -70.35 42.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1647'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8167"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_482'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_482'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8167'^^xsd:double;
  dwc:startLatitude '42.8167'^^xsd:double;
  dwc:endLatitude '42.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8167, -70.35 42.8167, -70.35 42.8167, -70.35 42.8167, -70.35 42.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_482'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8167"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_184'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_184'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8167'^^xsd:double;
  dwc:startLatitude '42.8167'^^xsd:double;
  dwc:endLatitude '42.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8167, -70.35 42.8167, -70.35 42.8167, -70.35 42.8167, -70.35 42.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_184'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3398'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3398'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3398'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_434'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_434'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_434'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_308'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_308'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_308'^^xsd:string;
  dwc:observationDate '1993-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_307'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_307'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333, -70.35 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_307'^^xsd:string;
  dwc:observationDate '1993-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1692'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1692'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8667, -70.35 42.8667, -70.35 42.8667, -70.35 42.8667, -70.35 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1692'^^xsd:string;
  dwc:observationDate '1993-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.35)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-70.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1693'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1693'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.35'^^xsd:double;
  dwc:startLongitude '-70.35'^^xsd:double;
  dwc:endLongitude '-70.35'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.35 42.8667, -70.35 42.8667, -70.35 42.8667, -70.35 42.8667, -70.35 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1693'^^xsd:string;
  dwc:observationDate '1993-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.168 -70.349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.168"^^xsd:decimal ;
  dwc:decimalLongitude "-70.349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.168 -70.349)"^^geo:wktLiteral ;
  geo-pos:lat "42.168"^^xsd:decimal ;
  geo-pos:long "-70.349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3637'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3637'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.349'^^xsd:double;
  dwc:startLongitude '-70.349'^^xsd:double;
  dwc:endLongitude '-70.349'^^xsd:double;
  dwc:latitude '42.168'^^xsd:double;
  dwc:startLatitude '42.168'^^xsd:double;
  dwc:endLatitude '42.168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.349 42.168, -70.349 42.168, -70.349 42.168, -70.349 42.168, -70.349 42.168))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3637'^^xsd:string;
  dwc:observationDate '1988-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.381"^^xsd:decimal ;
  dwc:decimalLongitude "-70.348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.348)"^^geo:wktLiteral ;
  geo-pos:lat "42.381"^^xsd:decimal ;
  geo-pos:long "-70.348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3779'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3779'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.348'^^xsd:double;
  dwc:startLongitude '-70.348'^^xsd:double;
  dwc:endLongitude '-70.348'^^xsd:double;
  dwc:latitude '42.381'^^xsd:double;
  dwc:startLatitude '42.381'^^xsd:double;
  dwc:endLatitude '42.381'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.348 42.381, -70.348 42.381, -70.348 42.381, -70.348 42.381, -70.348 42.381))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3779'^^xsd:string;
  dwc:observationDate '1991-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.382"^^xsd:decimal ;
  dwc:decimalLongitude "-70.348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.382 -70.348)"^^geo:wktLiteral ;
  geo-pos:lat "42.382"^^xsd:decimal ;
  geo-pos:long "-70.348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2574'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2574'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.348'^^xsd:double;
  dwc:startLongitude '-70.348'^^xsd:double;
  dwc:endLongitude '-70.348'^^xsd:double;
  dwc:latitude '42.382'^^xsd:double;
  dwc:startLatitude '42.382'^^xsd:double;
  dwc:endLatitude '42.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.348 42.382, -70.348 42.382, -70.348 42.382, -70.348 42.382, -70.348 42.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2574'^^xsd:string;
  dwc:observationDate '1989-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.348)"^^geo:wktLiteral ;
  geo-pos:lat "42.429"^^xsd:decimal ;
  geo-pos:long "-70.348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_701'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_701'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.348'^^xsd:double;
  dwc:startLongitude '-70.348'^^xsd:double;
  dwc:endLongitude '-70.348'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.348 42.429, -70.348 42.429, -70.348 42.429, -70.348 42.429, -70.348 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_701'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.348)"^^geo:wktLiteral ;
  geo-pos:lat "42.429"^^xsd:decimal ;
  geo-pos:long "-70.348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_699'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_699'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.348'^^xsd:double;
  dwc:startLongitude '-70.348'^^xsd:double;
  dwc:endLongitude '-70.348'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.348 42.429, -70.348 42.429, -70.348 42.429, -70.348 42.429, -70.348 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_699'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.348)"^^geo:wktLiteral ;
  geo-pos:lat "42.429"^^xsd:decimal ;
  geo-pos:long "-70.348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_700'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_700'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.348'^^xsd:double;
  dwc:startLongitude '-70.348'^^xsd:double;
  dwc:endLongitude '-70.348'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.348 42.429, -70.348 42.429, -70.348 42.429, -70.348 42.429, -70.348 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_700'^^xsd:string;
  dwc:observationDate '1990-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.882 -70.346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.882"^^xsd:decimal ;
  dwc:decimalLongitude "-70.346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.882 -70.346)"^^geo:wktLiteral ;
  geo-pos:lat "42.882"^^xsd:decimal ;
  geo-pos:long "-70.346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3467'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3467'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.346'^^xsd:double;
  dwc:startLongitude '-70.346'^^xsd:double;
  dwc:endLongitude '-70.346'^^xsd:double;
  dwc:latitude '42.882'^^xsd:double;
  dwc:startLatitude '42.882'^^xsd:double;
  dwc:endLatitude '42.882'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.346 42.882, -70.346 42.882, -70.346 42.882, -70.346 42.882, -70.346 42.882))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3467'^^xsd:string;
  dwc:observationDate '1986-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.367"^^xsd:decimal ;
  dwc:decimalLongitude "-70.345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.345)"^^geo:wktLiteral ;
  geo-pos:lat "42.367"^^xsd:decimal ;
  geo-pos:long "-70.345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3472'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3472'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.345'^^xsd:double;
  dwc:startLongitude '-70.345'^^xsd:double;
  dwc:endLongitude '-70.345'^^xsd:double;
  dwc:latitude '42.367'^^xsd:double;
  dwc:startLatitude '42.367'^^xsd:double;
  dwc:endLatitude '42.367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.345 42.367, -70.345 42.367, -70.345 42.367, -70.345 42.367, -70.345 42.367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3472'^^xsd:string;
  dwc:observationDate '1990-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.345)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_67'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_67'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.345'^^xsd:double;
  dwc:startLongitude '-70.345'^^xsd:double;
  dwc:endLongitude '-70.345'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.345 42.4, -70.345 42.4, -70.345 42.4, -70.345 42.4, -70.345 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_67'^^xsd:string;
  dwc:observationDate '1993-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.166 -70.344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.166"^^xsd:decimal ;
  dwc:decimalLongitude "-70.344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.166 -70.344)"^^geo:wktLiteral ;
  geo-pos:lat "42.166"^^xsd:decimal ;
  geo-pos:long "-70.344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2988'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2988'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.344'^^xsd:double;
  dwc:startLongitude '-70.344'^^xsd:double;
  dwc:endLongitude '-70.344'^^xsd:double;
  dwc:latitude '42.166'^^xsd:double;
  dwc:startLatitude '42.166'^^xsd:double;
  dwc:endLatitude '42.166'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.344 42.166, -70.344 42.166, -70.344 42.166, -70.344 42.166, -70.344 42.166))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2988'^^xsd:string;
  dwc:observationDate '1990-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.375"^^xsd:decimal ;
  dwc:decimalLongitude "-70.344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.375 -70.344)"^^geo:wktLiteral ;
  geo-pos:lat "42.375"^^xsd:decimal ;
  geo-pos:long "-70.344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2576'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2576'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.344'^^xsd:double;
  dwc:startLongitude '-70.344'^^xsd:double;
  dwc:endLongitude '-70.344'^^xsd:double;
  dwc:latitude '42.375'^^xsd:double;
  dwc:startLatitude '42.375'^^xsd:double;
  dwc:endLatitude '42.375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.344 42.375, -70.344 42.375, -70.344 42.375, -70.344 42.375, -70.344 42.375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2576'^^xsd:string;
  dwc:observationDate '1989-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.344 -70.343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.344"^^xsd:decimal ;
  dwc:decimalLongitude "-70.343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.344 -70.343)"^^geo:wktLiteral ;
  geo-pos:lat "42.344"^^xsd:decimal ;
  geo-pos:long "-70.343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1204'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1204'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.343'^^xsd:double;
  dwc:startLongitude '-70.343'^^xsd:double;
  dwc:endLongitude '-70.343'^^xsd:double;
  dwc:latitude '42.344'^^xsd:double;
  dwc:startLatitude '42.344'^^xsd:double;
  dwc:endLatitude '42.344'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.343 42.344, -70.343 42.344, -70.343 42.344, -70.343 42.344, -70.343 42.344))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1204'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.344 -70.343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.344"^^xsd:decimal ;
  dwc:decimalLongitude "-70.343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.344 -70.343)"^^geo:wktLiteral ;
  geo-pos:lat "42.344"^^xsd:decimal ;
  geo-pos:long "-70.343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1206'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1206'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.343'^^xsd:double;
  dwc:startLongitude '-70.343'^^xsd:double;
  dwc:endLongitude '-70.343'^^xsd:double;
  dwc:latitude '42.344'^^xsd:double;
  dwc:startLatitude '42.344'^^xsd:double;
  dwc:endLatitude '42.344'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.343 42.344, -70.343 42.344, -70.343 42.344, -70.343 42.344, -70.343 42.344))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1206'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.429"^^xsd:decimal ;
  dwc:decimalLongitude "-70.343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.429 -70.343)"^^geo:wktLiteral ;
  geo-pos:lat "42.429"^^xsd:decimal ;
  geo-pos:long "-70.343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1957'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1957'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.343'^^xsd:double;
  dwc:startLongitude '-70.343'^^xsd:double;
  dwc:endLongitude '-70.343'^^xsd:double;
  dwc:latitude '42.429'^^xsd:double;
  dwc:startLatitude '42.429'^^xsd:double;
  dwc:endLatitude '42.429'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.343 42.429, -70.343 42.429, -70.343 42.429, -70.343 42.429, -70.343 42.429))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1957'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.591 -70.343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.591"^^xsd:decimal ;
  dwc:decimalLongitude "-70.343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.591 -70.343)"^^geo:wktLiteral ;
  geo-pos:lat "42.591"^^xsd:decimal ;
  geo-pos:long "-70.343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3311'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3311'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.343'^^xsd:double;
  dwc:startLongitude '-70.343'^^xsd:double;
  dwc:endLongitude '-70.343'^^xsd:double;
  dwc:latitude '42.591'^^xsd:double;
  dwc:startLatitude '42.591'^^xsd:double;
  dwc:endLatitude '42.591'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.343 42.591, -70.343 42.591, -70.343 42.591, -70.343 42.591, -70.343 42.591))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3311'^^xsd:string;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.855 -70.343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.855"^^xsd:decimal ;
  dwc:decimalLongitude "-70.343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.855 -70.343)"^^geo:wktLiteral ;
  geo-pos:lat "42.855"^^xsd:decimal ;
  geo-pos:long "-70.343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_282'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_282'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.343'^^xsd:double;
  dwc:startLongitude '-70.343'^^xsd:double;
  dwc:endLongitude '-70.343'^^xsd:double;
  dwc:latitude '42.855'^^xsd:double;
  dwc:startLatitude '42.855'^^xsd:double;
  dwc:endLatitude '42.855'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.343 42.855, -70.343 42.855, -70.343 42.855, -70.343 42.855, -70.343 42.855))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_282'^^xsd:string;
  dwc:observationDate '1994-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.457 -70.342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.457"^^xsd:decimal ;
  dwc:decimalLongitude "-70.342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.457 -70.342)"^^geo:wktLiteral ;
  geo-pos:lat "42.457"^^xsd:decimal ;
  geo-pos:long "-70.342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1984'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1984'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.342'^^xsd:double;
  dwc:startLongitude '-70.342'^^xsd:double;
  dwc:endLongitude '-70.342'^^xsd:double;
  dwc:latitude '42.457'^^xsd:double;
  dwc:startLatitude '42.457'^^xsd:double;
  dwc:endLatitude '42.457'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.342 42.457, -70.342 42.457, -70.342 42.457, -70.342 42.457, -70.342 42.457))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1984'^^xsd:string;
  dwc:observationDate '1990-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.741 -70.342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.741"^^xsd:decimal ;
  dwc:decimalLongitude "-70.342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.741 -70.342)"^^geo:wktLiteral ;
  geo-pos:lat "42.741"^^xsd:decimal ;
  geo-pos:long "-70.342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2148'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2148'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.342'^^xsd:double;
  dwc:startLongitude '-70.342'^^xsd:double;
  dwc:endLongitude '-70.342'^^xsd:double;
  dwc:latitude '42.741'^^xsd:double;
  dwc:startLatitude '42.741'^^xsd:double;
  dwc:endLatitude '42.741'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.342 42.741, -70.342 42.741, -70.342 42.741, -70.342 42.741, -70.342 42.741))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2148'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7583 -70.342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7583"^^xsd:decimal ;
  dwc:decimalLongitude "-70.342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7583 -70.342)"^^geo:wktLiteral ;
  geo-pos:lat "42.7583"^^xsd:decimal ;
  geo-pos:long "-70.342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2860'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2860'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.342'^^xsd:double;
  dwc:startLongitude '-70.342'^^xsd:double;
  dwc:endLongitude '-70.342'^^xsd:double;
  dwc:latitude '42.7583'^^xsd:double;
  dwc:startLatitude '42.7583'^^xsd:double;
  dwc:endLatitude '42.7583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.342 42.7583, -70.342 42.7583, -70.342 42.7583, -70.342 42.7583, -70.342 42.7583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2860'^^xsd:string;
  dwc:observationDate '2003-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.806 -70.342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.806"^^xsd:decimal ;
  dwc:decimalLongitude "-70.342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.806 -70.342)"^^geo:wktLiteral ;
  geo-pos:lat "42.806"^^xsd:decimal ;
  geo-pos:long "-70.342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1645'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1645'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.342'^^xsd:double;
  dwc:startLongitude '-70.342'^^xsd:double;
  dwc:endLongitude '-70.342'^^xsd:double;
  dwc:latitude '42.806'^^xsd:double;
  dwc:startLatitude '42.806'^^xsd:double;
  dwc:endLatitude '42.806'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.342 42.806, -70.342 42.806, -70.342 42.806, -70.342 42.806, -70.342 42.806))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1645'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.806 -70.342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.806"^^xsd:decimal ;
  dwc:decimalLongitude "-70.342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.806 -70.342)"^^geo:wktLiteral ;
  geo-pos:lat "42.806"^^xsd:decimal ;
  geo-pos:long "-70.342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1642'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1642'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.342'^^xsd:double;
  dwc:startLongitude '-70.342'^^xsd:double;
  dwc:endLongitude '-70.342'^^xsd:double;
  dwc:latitude '42.806'^^xsd:double;
  dwc:startLatitude '42.806'^^xsd:double;
  dwc:endLatitude '42.806'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.342 42.806, -70.342 42.806, -70.342 42.806, -70.342 42.806, -70.342 42.806))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1642'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.806 -70.342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.806"^^xsd:decimal ;
  dwc:decimalLongitude "-70.342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.806 -70.342)"^^geo:wktLiteral ;
  geo-pos:lat "42.806"^^xsd:decimal ;
  geo-pos:long "-70.342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1643'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1643'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.342'^^xsd:double;
  dwc:startLongitude '-70.342'^^xsd:double;
  dwc:endLongitude '-70.342'^^xsd:double;
  dwc:latitude '42.806'^^xsd:double;
  dwc:startLatitude '42.806'^^xsd:double;
  dwc:endLatitude '42.806'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.342 42.806, -70.342 42.806, -70.342 42.806, -70.342 42.806, -70.342 42.806))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1643'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.449"^^xsd:decimal ;
  dwc:decimalLongitude "-70.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.341)"^^geo:wktLiteral ;
  geo-pos:lat "42.449"^^xsd:decimal ;
  geo-pos:long "-70.341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3524'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3524'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.341'^^xsd:double;
  dwc:startLongitude '-70.341'^^xsd:double;
  dwc:endLongitude '-70.341'^^xsd:double;
  dwc:latitude '42.449'^^xsd:double;
  dwc:startLatitude '42.449'^^xsd:double;
  dwc:endLatitude '42.449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.341 42.449, -70.341 42.449, -70.341 42.449, -70.341 42.449, -70.341 42.449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3524'^^xsd:string;
  dwc:observationDate '1991-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.449"^^xsd:decimal ;
  dwc:decimalLongitude "-70.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.341)"^^geo:wktLiteral ;
  geo-pos:lat "42.449"^^xsd:decimal ;
  geo-pos:long "-70.341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3526'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3526'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.341'^^xsd:double;
  dwc:startLongitude '-70.341'^^xsd:double;
  dwc:endLongitude '-70.341'^^xsd:double;
  dwc:latitude '42.449'^^xsd:double;
  dwc:startLatitude '42.449'^^xsd:double;
  dwc:endLatitude '42.449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.341 42.449, -70.341 42.449, -70.341 42.449, -70.341 42.449, -70.341 42.449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3526'^^xsd:string;
  dwc:observationDate '1991-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.449"^^xsd:decimal ;
  dwc:decimalLongitude "-70.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.449 -70.341)"^^geo:wktLiteral ;
  geo-pos:lat "42.449"^^xsd:decimal ;
  geo-pos:long "-70.341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3525'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_3525'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.341'^^xsd:double;
  dwc:startLongitude '-70.341'^^xsd:double;
  dwc:endLongitude '-70.341'^^xsd:double;
  dwc:latitude '42.449'^^xsd:double;
  dwc:startLatitude '42.449'^^xsd:double;
  dwc:endLatitude '42.449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.341 42.449, -70.341 42.449, -70.341 42.449, -70.341 42.449, -70.341 42.449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3525'^^xsd:string;
  dwc:observationDate '1991-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.611 -70.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.611"^^xsd:decimal ;
  dwc:decimalLongitude "-70.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.611 -70.341)"^^geo:wktLiteral ;
  geo-pos:lat "42.611"^^xsd:decimal ;
  geo-pos:long "-70.341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3312'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3312'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.341'^^xsd:double;
  dwc:startLongitude '-70.341'^^xsd:double;
  dwc:endLongitude '-70.341'^^xsd:double;
  dwc:latitude '42.611'^^xsd:double;
  dwc:startLatitude '42.611'^^xsd:double;
  dwc:endLatitude '42.611'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.341 42.611, -70.341 42.611, -70.341 42.611, -70.341 42.611, -70.341 42.611))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3312'^^xsd:string;
  dwc:observationDate '1988-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.364 -70.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.364"^^xsd:decimal ;
  dwc:decimalLongitude "-70.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.364 -70.34)"^^geo:wktLiteral ;
  geo-pos:lat "42.364"^^xsd:decimal ;
  geo-pos:long "-70.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3178'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3178'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.34'^^xsd:double;
  dwc:startLongitude '-70.34'^^xsd:double;
  dwc:endLongitude '-70.34'^^xsd:double;
  dwc:latitude '42.364'^^xsd:double;
  dwc:startLatitude '42.364'^^xsd:double;
  dwc:endLatitude '42.364'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.34 42.364, -70.34 42.364, -70.34 42.364, -70.34 42.364, -70.34 42.364))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3178'^^xsd:string;
  dwc:observationDate '1990-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.364 -70.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.364"^^xsd:decimal ;
  dwc:decimalLongitude "-70.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.364 -70.34)"^^geo:wktLiteral ;
  geo-pos:lat "42.364"^^xsd:decimal ;
  geo-pos:long "-70.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3179'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3179'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.34'^^xsd:double;
  dwc:startLongitude '-70.34'^^xsd:double;
  dwc:endLongitude '-70.34'^^xsd:double;
  dwc:latitude '42.364'^^xsd:double;
  dwc:startLatitude '42.364'^^xsd:double;
  dwc:endLatitude '42.364'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.34 42.364, -70.34 42.364, -70.34 42.364, -70.34 42.364, -70.34 42.364))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3179'^^xsd:string;
  dwc:observationDate '1990-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.42"^^xsd:decimal ;
  dwc:decimalLongitude "-70.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.42 -70.34)"^^geo:wktLiteral ;
  geo-pos:lat "42.42"^^xsd:decimal ;
  geo-pos:long "-70.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1954'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1954'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.34'^^xsd:double;
  dwc:startLongitude '-70.34'^^xsd:double;
  dwc:endLongitude '-70.34'^^xsd:double;
  dwc:latitude '42.42'^^xsd:double;
  dwc:startLatitude '42.42'^^xsd:double;
  dwc:endLatitude '42.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.34 42.42, -70.34 42.42, -70.34 42.42, -70.34 42.42, -70.34 42.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1954'^^xsd:string;
  dwc:observationDate '1990-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.367"^^xsd:decimal ;
  dwc:decimalLongitude "-70.339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.339)"^^geo:wktLiteral ;
  geo-pos:lat "42.367"^^xsd:decimal ;
  geo-pos:long "-70.339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3596'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3596'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.339'^^xsd:double;
  dwc:startLongitude '-70.339'^^xsd:double;
  dwc:endLongitude '-70.339'^^xsd:double;
  dwc:latitude '42.367'^^xsd:double;
  dwc:startLatitude '42.367'^^xsd:double;
  dwc:endLatitude '42.367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.339 42.367, -70.339 42.367, -70.339 42.367, -70.339 42.367, -70.339 42.367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3596'^^xsd:string;
  dwc:observationDate '1994-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6151 -70.3373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6151"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6151 -70.3373)"^^geo:wktLiteral ;
  geo-pos:lat "42.6151"^^xsd:decimal ;
  geo-pos:long "-70.3373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2861'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2861'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.3373'^^xsd:double;
  dwc:startLongitude '-70.3373'^^xsd:double;
  dwc:endLongitude '-70.3373'^^xsd:double;
  dwc:latitude '42.6151'^^xsd:double;
  dwc:startLatitude '42.6151'^^xsd:double;
  dwc:endLatitude '42.6151'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3373 42.6151, -70.3373 42.6151, -70.3373 42.6151, -70.3373 42.6151, -70.3373 42.6151))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2861'^^xsd:string;
  dwc:observationDate '2003-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6151 -70.3373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6151"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6151 -70.3373)"^^geo:wktLiteral ;
  geo-pos:lat "42.6151"^^xsd:decimal ;
  geo-pos:long "-70.3373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2859'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2859'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-70.3373'^^xsd:double;
  dwc:startLongitude '-70.3373'^^xsd:double;
  dwc:endLongitude '-70.3373'^^xsd:double;
  dwc:latitude '42.6151'^^xsd:double;
  dwc:startLatitude '42.6151'^^xsd:double;
  dwc:endLatitude '42.6151'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3373 42.6151, -70.3373 42.6151, -70.3373 42.6151, -70.3373 42.6151, -70.3373 42.6151))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2859'^^xsd:string;
  dwc:observationDate '2003-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.296 -70.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.296"^^xsd:decimal ;
  dwc:decimalLongitude "-70.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.296 -70.337)"^^geo:wktLiteral ;
  geo-pos:lat "42.296"^^xsd:decimal ;
  geo-pos:long "-70.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1136'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1136'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.337'^^xsd:double;
  dwc:startLongitude '-70.337'^^xsd:double;
  dwc:endLongitude '-70.337'^^xsd:double;
  dwc:latitude '42.296'^^xsd:double;
  dwc:startLatitude '42.296'^^xsd:double;
  dwc:endLatitude '42.296'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.337 42.296, -70.337 42.296, -70.337 42.296, -70.337 42.296, -70.337 42.296))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1136'^^xsd:string;
  dwc:observationDate '1990-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.367"^^xsd:decimal ;
  dwc:decimalLongitude "-70.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.337)"^^geo:wktLiteral ;
  geo-pos:lat "42.367"^^xsd:decimal ;
  geo-pos:long "-70.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2180'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2180'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.337'^^xsd:double;
  dwc:startLongitude '-70.337'^^xsd:double;
  dwc:endLongitude '-70.337'^^xsd:double;
  dwc:latitude '42.367'^^xsd:double;
  dwc:startLatitude '42.367'^^xsd:double;
  dwc:endLatitude '42.367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.337 42.367, -70.337 42.367, -70.337 42.367, -70.337 42.367, -70.337 42.367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2180'^^xsd:string;
  dwc:observationDate '1991-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.367"^^xsd:decimal ;
  dwc:decimalLongitude "-70.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.367 -70.337)"^^geo:wktLiteral ;
  geo-pos:lat "42.367"^^xsd:decimal ;
  geo-pos:long "-70.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2178'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2178'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.337'^^xsd:double;
  dwc:startLongitude '-70.337'^^xsd:double;
  dwc:endLongitude '-70.337'^^xsd:double;
  dwc:latitude '42.367'^^xsd:double;
  dwc:startLatitude '42.367'^^xsd:double;
  dwc:endLatitude '42.367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.337 42.367, -70.337 42.367, -70.337 42.367, -70.337 42.367, -70.337 42.367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2178'^^xsd:string;
  dwc:observationDate '1991-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.578 -70.337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.578"^^xsd:decimal ;
  dwc:decimalLongitude "-70.337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.578 -70.337)"^^geo:wktLiteral ;
  geo-pos:lat "42.578"^^xsd:decimal ;
  geo-pos:long "-70.337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2193'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2193'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.337'^^xsd:double;
  dwc:startLongitude '-70.337'^^xsd:double;
  dwc:endLongitude '-70.337'^^xsd:double;
  dwc:latitude '42.578'^^xsd:double;
  dwc:startLatitude '42.578'^^xsd:double;
  dwc:endLatitude '42.578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.337 42.578, -70.337 42.578, -70.337 42.578, -70.337 42.578, -70.337 42.578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2193'^^xsd:string;
  dwc:observationDate '1988-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.443 -70.336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.443"^^xsd:decimal ;
  dwc:decimalLongitude "-70.336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.443 -70.336)"^^geo:wktLiteral ;
  geo-pos:lat "42.443"^^xsd:decimal ;
  geo-pos:long "-70.336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1985'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1985'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.336'^^xsd:double;
  dwc:startLongitude '-70.336'^^xsd:double;
  dwc:endLongitude '-70.336'^^xsd:double;
  dwc:latitude '42.443'^^xsd:double;
  dwc:startLatitude '42.443'^^xsd:double;
  dwc:endLatitude '42.443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.336 42.443, -70.336 42.443, -70.336 42.443, -70.336 42.443, -70.336 42.443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1985'^^xsd:string;
  dwc:observationDate '1990-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.156 -70.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.156"^^xsd:decimal ;
  dwc:decimalLongitude "-70.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.156 -70.335)"^^geo:wktLiteral ;
  geo-pos:lat "42.156"^^xsd:decimal ;
  geo-pos:long "-70.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3057'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3057'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.335'^^xsd:double;
  dwc:startLongitude '-70.335'^^xsd:double;
  dwc:endLongitude '-70.335'^^xsd:double;
  dwc:latitude '42.156'^^xsd:double;
  dwc:startLatitude '42.156'^^xsd:double;
  dwc:endLatitude '42.156'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.335 42.156, -70.335 42.156, -70.335 42.156, -70.335 42.156, -70.335 42.156))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3057'^^xsd:string;
  dwc:observationDate '1990-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.18 -70.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.18"^^xsd:decimal ;
  dwc:decimalLongitude "-70.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.18 -70.335)"^^geo:wktLiteral ;
  geo-pos:lat "42.18"^^xsd:decimal ;
  geo-pos:long "-70.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_120'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_120'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.335'^^xsd:double;
  dwc:startLongitude '-70.335'^^xsd:double;
  dwc:endLongitude '-70.335'^^xsd:double;
  dwc:latitude '42.18'^^xsd:double;
  dwc:startLatitude '42.18'^^xsd:double;
  dwc:endLatitude '42.18'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.335 42.18, -70.335 42.18, -70.335 42.18, -70.335 42.18, -70.335 42.18))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_120'^^xsd:string;
  dwc:observationDate '1989-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.359 -70.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.359"^^xsd:decimal ;
  dwc:decimalLongitude "-70.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.359 -70.335)"^^geo:wktLiteral ;
  geo-pos:lat "42.359"^^xsd:decimal ;
  geo-pos:long "-70.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3509'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3509'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.335'^^xsd:double;
  dwc:startLongitude '-70.335'^^xsd:double;
  dwc:endLongitude '-70.335'^^xsd:double;
  dwc:latitude '42.359'^^xsd:double;
  dwc:startLatitude '42.359'^^xsd:double;
  dwc:endLatitude '42.359'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.335 42.359, -70.335 42.359, -70.335 42.359, -70.335 42.359, -70.335 42.359))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3509'^^xsd:string;
  dwc:observationDate '1990-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.439"^^xsd:decimal ;
  dwc:decimalLongitude "-70.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.439 -70.335)"^^geo:wktLiteral ;
  geo-pos:lat "42.439"^^xsd:decimal ;
  geo-pos:long "-70.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3538'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_3538'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.335'^^xsd:double;
  dwc:startLongitude '-70.335'^^xsd:double;
  dwc:endLongitude '-70.335'^^xsd:double;
  dwc:latitude '42.439'^^xsd:double;
  dwc:startLatitude '42.439'^^xsd:double;
  dwc:endLatitude '42.439'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.335 42.439, -70.335 42.439, -70.335 42.439, -70.335 42.439, -70.335 42.439))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3538'^^xsd:string;
  dwc:observationDate '1991-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3711'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3711'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.15'^^xsd:double;
  dwc:startLatitude '42.15'^^xsd:double;
  dwc:endLatitude '42.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.15, -70.3333 42.15, -70.3333 42.15, -70.3333 42.15, -70.3333 42.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3711'^^xsd:string;
  dwc:observationDate '1980-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3686'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3686'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.15'^^xsd:double;
  dwc:startLatitude '42.15'^^xsd:double;
  dwc:endLatitude '42.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.15, -70.3333 42.15, -70.3333 42.15, -70.3333 42.15, -70.3333 42.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3686'^^xsd:string;
  dwc:observationDate '1980-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_437'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_437'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.15'^^xsd:double;
  dwc:startLatitude '42.15'^^xsd:double;
  dwc:endLatitude '42.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.15, -70.3333 42.15, -70.3333 42.15, -70.3333 42.15, -70.3333 42.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_437'^^xsd:string;
  dwc:observationDate '1980-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.1667"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3641'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3641'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.1667'^^xsd:double;
  dwc:startLatitude '42.1667'^^xsd:double;
  dwc:endLatitude '42.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.1667, -70.3333 42.1667, -70.3333 42.1667, -70.3333 42.1667, -70.3333 42.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3641'^^xsd:string;
  dwc:observationDate '1980-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_525'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_525'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.75, -70.3333 42.75, -70.3333 42.75, -70.3333 42.75, -70.3333 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_525'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.7667"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_187'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_187'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.7667'^^xsd:double;
  dwc:startLatitude '42.7667'^^xsd:double;
  dwc:endLatitude '42.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.7667, -70.3333 42.7667, -70.3333 42.7667, -70.3333 42.7667, -70.3333 42.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_187'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.7667"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_328'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_328'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.7667'^^xsd:double;
  dwc:startLatitude '42.7667'^^xsd:double;
  dwc:endLatitude '42.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.7667, -70.3333 42.7667, -70.3333 42.7667, -70.3333 42.7667, -70.3333 42.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_328'^^xsd:string;
  dwc:observationDate '1993-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1651'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1651'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.8'^^xsd:double;
  dwc:startLatitude '42.8'^^xsd:double;
  dwc:endLatitude '42.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.8, -70.3333 42.8, -70.3333 42.8, -70.3333 42.8, -70.3333 42.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1651'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3333)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1650'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1650'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.3333'^^xsd:double;
  dwc:startLongitude '-70.3333'^^xsd:double;
  dwc:endLongitude '-70.3333'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3333 42.8333, -70.3333 42.8333, -70.3333 42.8333, -70.3333 42.8333, -70.3333 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1650'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.434"^^xsd:decimal ;
  dwc:decimalLongitude "-70.333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.434 -70.333)"^^geo:wktLiteral ;
  geo-pos:lat "42.434"^^xsd:decimal ;
  geo-pos:long "-70.333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1986'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1986'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.333'^^xsd:double;
  dwc:startLongitude '-70.333'^^xsd:double;
  dwc:endLongitude '-70.333'^^xsd:double;
  dwc:latitude '42.434'^^xsd:double;
  dwc:startLatitude '42.434'^^xsd:double;
  dwc:endLatitude '42.434'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.333 42.434, -70.333 42.434, -70.333 42.434, -70.333 42.434, -70.333 42.434))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1986'^^xsd:string;
  dwc:observationDate '1990-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.386"^^xsd:decimal ;
  dwc:decimalLongitude "-70.331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.386 -70.331)"^^geo:wktLiteral ;
  geo-pos:lat "42.386"^^xsd:decimal ;
  geo-pos:long "-70.331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_6'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_6'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.331'^^xsd:double;
  dwc:startLongitude '-70.331'^^xsd:double;
  dwc:endLongitude '-70.331'^^xsd:double;
  dwc:latitude '42.386'^^xsd:double;
  dwc:startLatitude '42.386'^^xsd:double;
  dwc:endLatitude '42.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.331 42.386, -70.331 42.386, -70.331 42.386, -70.331 42.386, -70.331 42.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_6'^^xsd:string;
  dwc:observationDate '1988-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.853 -70.331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.853"^^xsd:decimal ;
  dwc:decimalLongitude "-70.331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.853 -70.331)"^^geo:wktLiteral ;
  geo-pos:lat "42.853"^^xsd:decimal ;
  geo-pos:long "-70.331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1770'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1770'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.331'^^xsd:double;
  dwc:startLongitude '-70.331'^^xsd:double;
  dwc:endLongitude '-70.331'^^xsd:double;
  dwc:latitude '42.853'^^xsd:double;
  dwc:startLatitude '42.853'^^xsd:double;
  dwc:endLatitude '42.853'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.331 42.853, -70.331 42.853, -70.331 42.853, -70.331 42.853, -70.331 42.853))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1770'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.853 -70.331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.853"^^xsd:decimal ;
  dwc:decimalLongitude "-70.331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.853 -70.331)"^^geo:wktLiteral ;
  geo-pos:lat "42.853"^^xsd:decimal ;
  geo-pos:long "-70.331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1771'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1771'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.331'^^xsd:double;
  dwc:startLongitude '-70.331'^^xsd:double;
  dwc:endLongitude '-70.331'^^xsd:double;
  dwc:latitude '42.853'^^xsd:double;
  dwc:startLatitude '42.853'^^xsd:double;
  dwc:endLatitude '42.853'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.331 42.853, -70.331 42.853, -70.331 42.853, -70.331 42.853, -70.331 42.853))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1771'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.345 -70.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.345"^^xsd:decimal ;
  dwc:decimalLongitude "-70.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.345 -70.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.345"^^xsd:decimal ;
  geo-pos:long "-70.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1952'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1952'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.33'^^xsd:double;
  dwc:startLongitude '-70.33'^^xsd:double;
  dwc:endLongitude '-70.33'^^xsd:double;
  dwc:latitude '42.345'^^xsd:double;
  dwc:startLatitude '42.345'^^xsd:double;
  dwc:endLatitude '42.345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.33 42.345, -70.33 42.345, -70.33 42.345, -70.33 42.345, -70.33 42.345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1952'^^xsd:string;
  dwc:observationDate '1988-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.345 -70.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.345"^^xsd:decimal ;
  dwc:decimalLongitude "-70.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.345 -70.33)"^^geo:wktLiteral ;
  geo-pos:lat "42.345"^^xsd:decimal ;
  geo-pos:long "-70.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1951'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1951'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.33'^^xsd:double;
  dwc:startLongitude '-70.33'^^xsd:double;
  dwc:endLongitude '-70.33'^^xsd:double;
  dwc:latitude '42.345'^^xsd:double;
  dwc:startLatitude '42.345'^^xsd:double;
  dwc:endLatitude '42.345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.33 42.345, -70.33 42.345, -70.33 42.345, -70.33 42.345, -70.33 42.345))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1951'^^xsd:string;
  dwc:observationDate '1988-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.744 -70.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.744"^^xsd:decimal ;
  dwc:decimalLongitude "-70.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.744 -70.329)"^^geo:wktLiteral ;
  geo-pos:lat "42.744"^^xsd:decimal ;
  geo-pos:long "-70.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_51'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_51'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.329'^^xsd:double;
  dwc:startLongitude '-70.329'^^xsd:double;
  dwc:endLongitude '-70.329'^^xsd:double;
  dwc:latitude '42.744'^^xsd:double;
  dwc:startLatitude '42.744'^^xsd:double;
  dwc:endLatitude '42.744'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.329 42.744, -70.329 42.744, -70.329 42.744, -70.329 42.744, -70.329 42.744))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_51'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.812 -70.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.812"^^xsd:decimal ;
  dwc:decimalLongitude "-70.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.812 -70.329)"^^geo:wktLiteral ;
  geo-pos:lat "42.812"^^xsd:decimal ;
  geo-pos:long "-70.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_182'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_182'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.329'^^xsd:double;
  dwc:startLongitude '-70.329'^^xsd:double;
  dwc:endLongitude '-70.329'^^xsd:double;
  dwc:latitude '42.812'^^xsd:double;
  dwc:startLatitude '42.812'^^xsd:double;
  dwc:endLatitude '42.812'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.329 42.812, -70.329 42.812, -70.329 42.812, -70.329 42.812, -70.329 42.812))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_182'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.812 -70.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.812"^^xsd:decimal ;
  dwc:decimalLongitude "-70.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.812 -70.329)"^^geo:wktLiteral ;
  geo-pos:lat "42.812"^^xsd:decimal ;
  geo-pos:long "-70.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_183'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_183'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.329'^^xsd:double;
  dwc:startLongitude '-70.329'^^xsd:double;
  dwc:endLongitude '-70.329'^^xsd:double;
  dwc:latitude '42.812'^^xsd:double;
  dwc:startLatitude '42.812'^^xsd:double;
  dwc:endLatitude '42.812'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.329 42.812, -70.329 42.812, -70.329 42.812, -70.329 42.812, -70.329 42.812))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_183'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.143 -70.327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.143"^^xsd:decimal ;
  dwc:decimalLongitude "-70.327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.143 -70.327)"^^geo:wktLiteral ;
  geo-pos:lat "42.143"^^xsd:decimal ;
  geo-pos:long "-70.327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3625'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3625'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.327'^^xsd:double;
  dwc:startLongitude '-70.327'^^xsd:double;
  dwc:endLongitude '-70.327'^^xsd:double;
  dwc:latitude '42.143'^^xsd:double;
  dwc:startLatitude '42.143'^^xsd:double;
  dwc:endLatitude '42.143'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.327 42.143, -70.327 42.143, -70.327 42.143, -70.327 42.143, -70.327 42.143))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3625'^^xsd:string;
  dwc:observationDate '1988-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 -70.3267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 -70.3267)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "-70.3267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3518'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3518'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.3267'^^xsd:double;
  dwc:startLongitude '-70.3267'^^xsd:double;
  dwc:endLongitude '-70.3267'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:startLatitude '42.88'^^xsd:double;
  dwc:endLatitude '42.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3267 42.88, -70.3267 42.88, -70.3267 42.88, -70.3267 42.88, -70.3267 42.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3518'^^xsd:string;
  dwc:observationDate '2003-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 -70.3267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 -70.3267)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "-70.3267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3221'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3221'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3267'^^xsd:double;
  dwc:startLongitude '-70.3267'^^xsd:double;
  dwc:endLongitude '-70.3267'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:startLatitude '42.88'^^xsd:double;
  dwc:endLatitude '42.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3267 42.88, -70.3267 42.88, -70.3267 42.88, -70.3267 42.88, -70.3267 42.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3221'^^xsd:string;
  dwc:observationDate '2003-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 -70.3267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 -70.3267)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "-70.3267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3222'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3222'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3267'^^xsd:double;
  dwc:startLongitude '-70.3267'^^xsd:double;
  dwc:endLongitude '-70.3267'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:startLatitude '42.88'^^xsd:double;
  dwc:endLatitude '42.88'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3267 42.88, -70.3267 42.88, -70.3267 42.88, -70.3267 42.88, -70.3267 42.88))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3222'^^xsd:string;
  dwc:observationDate '2003-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.441 -70.325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.441"^^xsd:decimal ;
  dwc:decimalLongitude "-70.325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.441 -70.325)"^^geo:wktLiteral ;
  geo-pos:lat "42.441"^^xsd:decimal ;
  geo-pos:long "-70.325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2297'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2297'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.325'^^xsd:double;
  dwc:startLongitude '-70.325'^^xsd:double;
  dwc:endLongitude '-70.325'^^xsd:double;
  dwc:latitude '42.441'^^xsd:double;
  dwc:startLatitude '42.441'^^xsd:double;
  dwc:endLatitude '42.441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.325 42.441, -70.325 42.441, -70.325 42.441, -70.325 42.441, -70.325 42.441))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2297'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.752 -70.324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.752"^^xsd:decimal ;
  dwc:decimalLongitude "-70.324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.752 -70.324)"^^geo:wktLiteral ;
  geo-pos:lat "42.752"^^xsd:decimal ;
  geo-pos:long "-70.324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2147'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2147'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.324'^^xsd:double;
  dwc:startLongitude '-70.324'^^xsd:double;
  dwc:endLongitude '-70.324'^^xsd:double;
  dwc:latitude '42.752'^^xsd:double;
  dwc:startLatitude '42.752'^^xsd:double;
  dwc:endLatitude '42.752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.324 42.752, -70.324 42.752, -70.324 42.752, -70.324 42.752, -70.324 42.752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2147'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.825 -70.323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.825"^^xsd:decimal ;
  dwc:decimalLongitude "-70.323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.825 -70.323)"^^geo:wktLiteral ;
  geo-pos:lat "42.825"^^xsd:decimal ;
  geo-pos:long "-70.323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1355'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1355'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.323'^^xsd:double;
  dwc:startLongitude '-70.323'^^xsd:double;
  dwc:endLongitude '-70.323'^^xsd:double;
  dwc:latitude '42.825'^^xsd:double;
  dwc:startLatitude '42.825'^^xsd:double;
  dwc:endLatitude '42.825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.323 42.825, -70.323 42.825, -70.323 42.825, -70.323 42.825, -70.323 42.825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1355'^^xsd:string;
  dwc:observationDate '1994-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.146 -70.322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.146"^^xsd:decimal ;
  dwc:decimalLongitude "-70.322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.146 -70.322)"^^geo:wktLiteral ;
  geo-pos:lat "42.146"^^xsd:decimal ;
  geo-pos:long "-70.322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3056'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3056'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.322'^^xsd:double;
  dwc:startLongitude '-70.322'^^xsd:double;
  dwc:endLongitude '-70.322'^^xsd:double;
  dwc:latitude '42.146'^^xsd:double;
  dwc:startLatitude '42.146'^^xsd:double;
  dwc:endLatitude '42.146'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.322 42.146, -70.322 42.146, -70.322 42.146, -70.322 42.146, -70.322 42.146))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3056'^^xsd:string;
  dwc:observationDate '1990-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.362 -70.321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.362"^^xsd:decimal ;
  dwc:decimalLongitude "-70.321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.362 -70.321)"^^geo:wktLiteral ;
  geo-pos:lat "42.362"^^xsd:decimal ;
  geo-pos:long "-70.321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1414'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1414'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.321'^^xsd:double;
  dwc:startLongitude '-70.321'^^xsd:double;
  dwc:endLongitude '-70.321'^^xsd:double;
  dwc:latitude '42.362'^^xsd:double;
  dwc:startLatitude '42.362'^^xsd:double;
  dwc:endLatitude '42.362'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.321 42.362, -70.321 42.362, -70.321 42.362, -70.321 42.362, -70.321 42.362))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1414'^^xsd:string;
  dwc:observationDate '1989-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.362 -70.321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.362"^^xsd:decimal ;
  dwc:decimalLongitude "-70.321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.362 -70.321)"^^geo:wktLiteral ;
  geo-pos:lat "42.362"^^xsd:decimal ;
  geo-pos:long "-70.321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1020'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1020'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.321'^^xsd:double;
  dwc:startLongitude '-70.321'^^xsd:double;
  dwc:endLongitude '-70.321'^^xsd:double;
  dwc:latitude '42.362'^^xsd:double;
  dwc:startLatitude '42.362'^^xsd:double;
  dwc:endLatitude '42.362'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.321 42.362, -70.321 42.362, -70.321 42.362, -70.321 42.362, -70.321 42.362))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1020'^^xsd:string;
  dwc:observationDate '1989-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.852"^^xsd:decimal ;
  dwc:decimalLongitude "-70.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.32)"^^geo:wktLiteral ;
  geo-pos:lat "42.852"^^xsd:decimal ;
  geo-pos:long "-70.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1641'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1641'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.32'^^xsd:double;
  dwc:startLongitude '-70.32'^^xsd:double;
  dwc:endLongitude '-70.32'^^xsd:double;
  dwc:latitude '42.852'^^xsd:double;
  dwc:startLatitude '42.852'^^xsd:double;
  dwc:endLatitude '42.852'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.32 42.852, -70.32 42.852, -70.32 42.852, -70.32 42.852, -70.32 42.852))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1641'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.852"^^xsd:decimal ;
  dwc:decimalLongitude "-70.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.32)"^^geo:wktLiteral ;
  geo-pos:lat "42.852"^^xsd:decimal ;
  geo-pos:long "-70.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1644'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1644'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.32'^^xsd:double;
  dwc:startLongitude '-70.32'^^xsd:double;
  dwc:endLongitude '-70.32'^^xsd:double;
  dwc:latitude '42.852'^^xsd:double;
  dwc:startLatitude '42.852'^^xsd:double;
  dwc:endLatitude '42.852'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.32 42.852, -70.32 42.852, -70.32 42.852, -70.32 42.852, -70.32 42.852))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1644'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7292 -70.3193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7292"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7292 -70.3193)"^^geo:wktLiteral ;
  geo-pos:lat "42.7292"^^xsd:decimal ;
  geo-pos:long "-70.3193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2929'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2929'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3193'^^xsd:double;
  dwc:startLongitude '-70.3193'^^xsd:double;
  dwc:endLongitude '-70.3193'^^xsd:double;
  dwc:latitude '42.7292'^^xsd:double;
  dwc:startLatitude '42.7292'^^xsd:double;
  dwc:endLatitude '42.7292'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3193 42.7292, -70.3193 42.7292, -70.3193 42.7292, -70.3193 42.7292, -70.3193 42.7292))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2929'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7292 -70.3193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7292"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7292 -70.3193)"^^geo:wktLiteral ;
  geo-pos:lat "42.7292"^^xsd:decimal ;
  geo-pos:long "-70.3193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2927'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2927'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3193'^^xsd:double;
  dwc:startLongitude '-70.3193'^^xsd:double;
  dwc:endLongitude '-70.3193'^^xsd:double;
  dwc:latitude '42.7292'^^xsd:double;
  dwc:startLatitude '42.7292'^^xsd:double;
  dwc:endLatitude '42.7292'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3193 42.7292, -70.3193 42.7292, -70.3193 42.7292, -70.3193 42.7292, -70.3193 42.7292))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2927'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7299 -70.3193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7299"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7299 -70.3193)"^^geo:wktLiteral ;
  geo-pos:lat "42.7299"^^xsd:decimal ;
  geo-pos:long "-70.3193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2931'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2931'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3193'^^xsd:double;
  dwc:startLongitude '-70.3193'^^xsd:double;
  dwc:endLongitude '-70.3193'^^xsd:double;
  dwc:latitude '42.7299'^^xsd:double;
  dwc:startLatitude '42.7299'^^xsd:double;
  dwc:endLatitude '42.7299'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3193 42.7299, -70.3193 42.7299, -70.3193 42.7299, -70.3193 42.7299, -70.3193 42.7299))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2931'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7561 -70.3189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7561"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7561 -70.3189)"^^geo:wktLiteral ;
  geo-pos:lat "42.7561"^^xsd:decimal ;
  geo-pos:long "-70.3189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2928'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2928'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3189'^^xsd:double;
  dwc:startLongitude '-70.3189'^^xsd:double;
  dwc:endLongitude '-70.3189'^^xsd:double;
  dwc:latitude '42.7561'^^xsd:double;
  dwc:startLatitude '42.7561'^^xsd:double;
  dwc:endLatitude '42.7561'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3189 42.7561, -70.3189 42.7561, -70.3189 42.7561, -70.3189 42.7561, -70.3189 42.7561))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2928'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.318)"^^geo:wktLiteral ;
  geo-pos:lat "42.427"^^xsd:decimal ;
  geo-pos:long "-70.318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_779'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_779'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.318'^^xsd:double;
  dwc:startLongitude '-70.318'^^xsd:double;
  dwc:endLongitude '-70.318'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.318 42.427, -70.318 42.427, -70.318 42.427, -70.318 42.427, -70.318 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_779'^^xsd:string;
  dwc:observationDate '1990-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.318)"^^geo:wktLiteral ;
  geo-pos:lat "42.427"^^xsd:decimal ;
  geo-pos:long "-70.318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_738'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_738'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-70.318'^^xsd:double;
  dwc:startLongitude '-70.318'^^xsd:double;
  dwc:endLongitude '-70.318'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.318 42.427, -70.318 42.427, -70.318 42.427, -70.318 42.427, -70.318 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_738'^^xsd:string;
  dwc:observationDate '1990-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.903 -70.318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.903"^^xsd:decimal ;
  dwc:decimalLongitude "-70.318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.903 -70.318)"^^geo:wktLiteral ;
  geo-pos:lat "42.903"^^xsd:decimal ;
  geo-pos:long "-70.318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_935'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_935'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.318'^^xsd:double;
  dwc:startLongitude '-70.318'^^xsd:double;
  dwc:endLongitude '-70.318'^^xsd:double;
  dwc:latitude '42.903'^^xsd:double;
  dwc:startLatitude '42.903'^^xsd:double;
  dwc:endLatitude '42.903'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.318 42.903, -70.318 42.903, -70.318 42.903, -70.318 42.903, -70.318 42.903))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_935'^^xsd:string;
  dwc:observationDate '1994-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3635'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_3635'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.15'^^xsd:double;
  dwc:startLatitude '42.15'^^xsd:double;
  dwc:endLatitude '42.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.15, -70.3167 42.15, -70.3167 42.15, -70.3167 42.15, -70.3167 42.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3635'^^xsd:string;
  dwc:observationDate '1980-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3667 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3667 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.3667"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_46'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_46'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.3667'^^xsd:double;
  dwc:startLatitude '42.3667'^^xsd:double;
  dwc:endLatitude '42.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.3667, -70.3167 42.3667, -70.3167 42.3667, -70.3167 42.3667, -70.3167 42.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_46'^^xsd:string;
  dwc:observationDate '1993-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.3833"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_70'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_70'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.3833'^^xsd:double;
  dwc:startLatitude '42.3833'^^xsd:double;
  dwc:endLatitude '42.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.3833, -70.3167 42.3833, -70.3167 42.3833, -70.3167 42.3833, -70.3167 42.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_70'^^xsd:string;
  dwc:observationDate '1993-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3833 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.3833"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_69'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_69'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.3833'^^xsd:double;
  dwc:startLatitude '42.3833'^^xsd:double;
  dwc:endLatitude '42.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.3833, -70.3167 42.3833, -70.3167 42.3833, -70.3167 42.3833, -70.3167 42.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_69'^^xsd:string;
  dwc:observationDate '1993-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.4333"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3703'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3703'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.4333, -70.3167 42.4333, -70.3167 42.4333, -70.3167 42.4333, -70.3167 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3703'^^xsd:string;
  dwc:observationDate '1980-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.4333"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3704'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3704'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.4333, -70.3167 42.4333, -70.3167 42.4333, -70.3167 42.4333, -70.3167 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3704'^^xsd:string;
  dwc:observationDate '1980-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8167 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.8167"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_196'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_196'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.8167'^^xsd:double;
  dwc:startLatitude '42.8167'^^xsd:double;
  dwc:endLatitude '42.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.8167, -70.3167 42.8167, -70.3167 42.8167, -70.3167 42.8167, -70.3167 42.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_196'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_185'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_185'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.8333, -70.3167 42.8333, -70.3167 42.8333, -70.3167 42.8333, -70.3167 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_185'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_567'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_567'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.8667, -70.3167 42.8667, -70.3167 42.8667, -70.3167 42.8667, -70.3167 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_567'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.3167)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-70.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_160'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_160'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3167'^^xsd:double;
  dwc:startLongitude '-70.3167'^^xsd:double;
  dwc:endLongitude '-70.3167'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3167 42.8667, -70.3167 42.8667, -70.3167 42.8667, -70.3167 42.8667, -70.3167 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_160'^^xsd:string;
  dwc:observationDate '1993-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7292 -70.3164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7292"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7292 -70.3164)"^^geo:wktLiteral ;
  geo-pos:lat "42.7292"^^xsd:decimal ;
  geo-pos:long "-70.3164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2932'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2932'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3164'^^xsd:double;
  dwc:startLongitude '-70.3164'^^xsd:double;
  dwc:endLongitude '-70.3164'^^xsd:double;
  dwc:latitude '42.7292'^^xsd:double;
  dwc:startLatitude '42.7292'^^xsd:double;
  dwc:endLatitude '42.7292'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3164 42.7292, -70.3164 42.7292, -70.3164 42.7292, -70.3164 42.7292, -70.3164 42.7292))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2932'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8397 -70.3147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8397"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8397 -70.3147)"^^geo:wktLiteral ;
  geo-pos:lat "42.8397"^^xsd:decimal ;
  geo-pos:long "-70.3147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3460'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3460'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3147'^^xsd:double;
  dwc:startLongitude '-70.3147'^^xsd:double;
  dwc:endLongitude '-70.3147'^^xsd:double;
  dwc:latitude '42.8397'^^xsd:double;
  dwc:startLatitude '42.8397'^^xsd:double;
  dwc:endLatitude '42.8397'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3147 42.8397, -70.3147 42.8397, -70.3147 42.8397, -70.3147 42.8397, -70.3147 42.8397))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3460'^^xsd:string;
  dwc:observationDate '2003-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.804 -70.314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.804"^^xsd:decimal ;
  dwc:decimalLongitude "-70.314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.804 -70.314)"^^geo:wktLiteral ;
  geo-pos:lat "42.804"^^xsd:decimal ;
  geo-pos:long "-70.314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2492'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2492'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.314'^^xsd:double;
  dwc:startLongitude '-70.314'^^xsd:double;
  dwc:endLongitude '-70.314'^^xsd:double;
  dwc:latitude '42.804'^^xsd:double;
  dwc:startLatitude '42.804'^^xsd:double;
  dwc:endLatitude '42.804'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.314 42.804, -70.314 42.804, -70.314 42.804, -70.314 42.804, -70.314 42.804))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2492'^^xsd:string;
  dwc:observationDate '1990-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.804 -70.314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.804"^^xsd:decimal ;
  dwc:decimalLongitude "-70.314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.804 -70.314)"^^geo:wktLiteral ;
  geo-pos:lat "42.804"^^xsd:decimal ;
  geo-pos:long "-70.314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2490'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2490'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.314'^^xsd:double;
  dwc:startLongitude '-70.314'^^xsd:double;
  dwc:endLongitude '-70.314'^^xsd:double;
  dwc:latitude '42.804'^^xsd:double;
  dwc:startLatitude '42.804'^^xsd:double;
  dwc:endLatitude '42.804'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.314 42.804, -70.314 42.804, -70.314 42.804, -70.314 42.804, -70.314 42.804))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2490'^^xsd:string;
  dwc:observationDate '1990-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7812 -70.3139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7812"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7812 -70.3139)"^^geo:wktLiteral ;
  geo-pos:lat "42.7812"^^xsd:decimal ;
  geo-pos:long "-70.3139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2933'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2933'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.3139'^^xsd:double;
  dwc:startLongitude '-70.3139'^^xsd:double;
  dwc:endLongitude '-70.3139'^^xsd:double;
  dwc:latitude '42.7812'^^xsd:double;
  dwc:startLatitude '42.7812'^^xsd:double;
  dwc:endLatitude '42.7812'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3139 42.7812, -70.3139 42.7812, -70.3139 42.7812, -70.3139 42.7812, -70.3139 42.7812))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2933'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "-70.313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -70.313)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "-70.313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3624'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3624'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.313'^^xsd:double;
  dwc:startLongitude '-70.313'^^xsd:double;
  dwc:endLongitude '-70.313'^^xsd:double;
  dwc:latitude '42.15'^^xsd:double;
  dwc:startLatitude '42.15'^^xsd:double;
  dwc:endLatitude '42.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.313 42.15, -70.313 42.15, -70.313 42.15, -70.313 42.15, -70.313 42.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3624'^^xsd:string;
  dwc:observationDate '1988-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.145 -70.311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.145"^^xsd:decimal ;
  dwc:decimalLongitude "-70.311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.145 -70.311)"^^geo:wktLiteral ;
  geo-pos:lat "42.145"^^xsd:decimal ;
  geo-pos:long "-70.311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3626'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3626'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.311'^^xsd:double;
  dwc:startLongitude '-70.311'^^xsd:double;
  dwc:endLongitude '-70.311'^^xsd:double;
  dwc:latitude '42.145'^^xsd:double;
  dwc:startLatitude '42.145'^^xsd:double;
  dwc:endLatitude '42.145'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.311 42.145, -70.311 42.145, -70.311 42.145, -70.311 42.145, -70.311 42.145))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3626'^^xsd:string;
  dwc:observationDate '1988-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.848"^^xsd:decimal ;
  dwc:decimalLongitude "-70.309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.309)"^^geo:wktLiteral ;
  geo-pos:lat "42.848"^^xsd:decimal ;
  geo-pos:long "-70.309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_711'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_711'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.309'^^xsd:double;
  dwc:startLongitude '-70.309'^^xsd:double;
  dwc:endLongitude '-70.309'^^xsd:double;
  dwc:latitude '42.848'^^xsd:double;
  dwc:startLatitude '42.848'^^xsd:double;
  dwc:endLatitude '42.848'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.309 42.848, -70.309 42.848, -70.309 42.848, -70.309 42.848, -70.309 42.848))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_711'^^xsd:string;
  dwc:observationDate '1994-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.848"^^xsd:decimal ;
  dwc:decimalLongitude "-70.309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.309)"^^geo:wktLiteral ;
  geo-pos:lat "42.848"^^xsd:decimal ;
  geo-pos:long "-70.309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1750'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1750'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.309'^^xsd:double;
  dwc:startLongitude '-70.309'^^xsd:double;
  dwc:endLongitude '-70.309'^^xsd:double;
  dwc:latitude '42.848'^^xsd:double;
  dwc:startLatitude '42.848'^^xsd:double;
  dwc:endLatitude '42.848'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.309 42.848, -70.309 42.848, -70.309 42.848, -70.309 42.848, -70.309 42.848))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1750'^^xsd:string;
  dwc:observationDate '1994-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.448"^^xsd:decimal ;
  dwc:decimalLongitude "-70.308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.308)"^^geo:wktLiteral ;
  geo-pos:lat "42.448"^^xsd:decimal ;
  geo-pos:long "-70.308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2175'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2175'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.308'^^xsd:double;
  dwc:startLongitude '-70.308'^^xsd:double;
  dwc:endLongitude '-70.308'^^xsd:double;
  dwc:latitude '42.448'^^xsd:double;
  dwc:startLatitude '42.448'^^xsd:double;
  dwc:endLatitude '42.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.308 42.448, -70.308 42.448, -70.308 42.448, -70.308 42.448, -70.308 42.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2175'^^xsd:string;
  dwc:observationDate '1990-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.448"^^xsd:decimal ;
  dwc:decimalLongitude "-70.308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.448 -70.308)"^^geo:wktLiteral ;
  geo-pos:lat "42.448"^^xsd:decimal ;
  geo-pos:long "-70.308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2173'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2173'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.308'^^xsd:double;
  dwc:startLongitude '-70.308'^^xsd:double;
  dwc:endLongitude '-70.308'^^xsd:double;
  dwc:latitude '42.448'^^xsd:double;
  dwc:startLatitude '42.448'^^xsd:double;
  dwc:endLatitude '42.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.308 42.448, -70.308 42.448, -70.308 42.448, -70.308 42.448, -70.308 42.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2173'^^xsd:string;
  dwc:observationDate '1990-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.854 -70.308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.854"^^xsd:decimal ;
  dwc:decimalLongitude "-70.308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.854 -70.308)"^^geo:wktLiteral ;
  geo-pos:lat "42.854"^^xsd:decimal ;
  geo-pos:long "-70.308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1640'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1640'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.308'^^xsd:double;
  dwc:startLongitude '-70.308'^^xsd:double;
  dwc:endLongitude '-70.308'^^xsd:double;
  dwc:latitude '42.854'^^xsd:double;
  dwc:startLatitude '42.854'^^xsd:double;
  dwc:endLatitude '42.854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.308 42.854, -70.308 42.854, -70.308 42.854, -70.308 42.854, -70.308 42.854))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1640'^^xsd:string;
  dwc:observationDate '1993-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.823 -70.306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.823"^^xsd:decimal ;
  dwc:decimalLongitude "-70.306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.823 -70.306)"^^geo:wktLiteral ;
  geo-pos:lat "42.823"^^xsd:decimal ;
  geo-pos:long "-70.306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_247'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_247'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.306'^^xsd:double;
  dwc:startLongitude '-70.306'^^xsd:double;
  dwc:endLongitude '-70.306'^^xsd:double;
  dwc:latitude '42.823'^^xsd:double;
  dwc:startLatitude '42.823'^^xsd:double;
  dwc:endLatitude '42.823'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.306 42.823, -70.306 42.823, -70.306 42.823, -70.306 42.823, -70.306 42.823))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_247'^^xsd:string;
  dwc:observationDate '1994-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.964 -70.304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.964"^^xsd:decimal ;
  dwc:decimalLongitude "-70.304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.964 -70.304)"^^geo:wktLiteral ;
  geo-pos:lat "42.964"^^xsd:decimal ;
  geo-pos:long "-70.304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3814'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3814'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.304'^^xsd:double;
  dwc:startLongitude '-70.304'^^xsd:double;
  dwc:endLongitude '-70.304'^^xsd:double;
  dwc:latitude '42.964'^^xsd:double;
  dwc:startLatitude '42.964'^^xsd:double;
  dwc:endLatitude '42.964'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.304 42.964, -70.304 42.964, -70.304 42.964, -70.304 42.964, -70.304 42.964))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3814'^^xsd:string;
  dwc:observationDate '1988-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7851 -70.3035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7851"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7851 -70.3035)"^^geo:wktLiteral ;
  geo-pos:lat "42.7851"^^xsd:decimal ;
  geo-pos:long "-70.3035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2783'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2783'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.3035'^^xsd:double;
  dwc:startLongitude '-70.3035'^^xsd:double;
  dwc:endLongitude '-70.3035'^^xsd:double;
  dwc:latitude '42.7851'^^xsd:double;
  dwc:startLatitude '42.7851'^^xsd:double;
  dwc:endLatitude '42.7851'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3035 42.7851, -70.3035 42.7851, -70.3035 42.7851, -70.3035 42.7851, -70.3035 42.7851))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2783'^^xsd:string;
  dwc:observationDate '2003-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.327 -70.302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.327"^^xsd:decimal ;
  dwc:decimalLongitude "-70.302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.327 -70.302)"^^geo:wktLiteral ;
  geo-pos:lat "42.327"^^xsd:decimal ;
  geo-pos:long "-70.302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2179'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2179'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.302'^^xsd:double;
  dwc:startLongitude '-70.302'^^xsd:double;
  dwc:endLongitude '-70.302'^^xsd:double;
  dwc:latitude '42.327'^^xsd:double;
  dwc:startLatitude '42.327'^^xsd:double;
  dwc:endLatitude '42.327'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.302 42.327, -70.302 42.327, -70.302 42.327, -70.302 42.327, -70.302 42.327))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2179'^^xsd:string;
  dwc:observationDate '1991-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.864 -70.301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.864"^^xsd:decimal ;
  dwc:decimalLongitude "-70.301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.864 -70.301)"^^geo:wktLiteral ;
  geo-pos:lat "42.864"^^xsd:decimal ;
  geo-pos:long "-70.301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1747'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1747'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.301'^^xsd:double;
  dwc:startLongitude '-70.301'^^xsd:double;
  dwc:endLongitude '-70.301'^^xsd:double;
  dwc:latitude '42.864'^^xsd:double;
  dwc:startLatitude '42.864'^^xsd:double;
  dwc:endLatitude '42.864'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.301 42.864, -70.301 42.864, -70.301 42.864, -70.301 42.864, -70.301 42.864))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1747'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.89 -70.301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.89"^^xsd:decimal ;
  dwc:decimalLongitude "-70.301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.89 -70.301)"^^geo:wktLiteral ;
  geo-pos:lat "42.89"^^xsd:decimal ;
  geo-pos:long "-70.301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2387'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2387'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.301'^^xsd:double;
  dwc:startLongitude '-70.301'^^xsd:double;
  dwc:endLongitude '-70.301'^^xsd:double;
  dwc:latitude '42.89'^^xsd:double;
  dwc:startLatitude '42.89'^^xsd:double;
  dwc:endLatitude '42.89'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.301 42.89, -70.301 42.89, -70.301 42.89, -70.301 42.89, -70.301 42.89))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2387'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_188'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_188'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3'^^xsd:double;
  dwc:startLongitude '-70.3'^^xsd:double;
  dwc:endLongitude '-70.3'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3 42.8333, -70.3 42.8333, -70.3 42.8333, -70.3 42.8333, -70.3 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_188'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.3)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_186'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_186'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.3'^^xsd:double;
  dwc:startLongitude '-70.3'^^xsd:double;
  dwc:endLongitude '-70.3'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.3 42.8333, -70.3 42.8333, -70.3 42.8333, -70.3 42.8333, -70.3 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_186'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.337 -70.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.337"^^xsd:decimal ;
  dwc:decimalLongitude "-70.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.337 -70.299)"^^geo:wktLiteral ;
  geo-pos:lat "42.337"^^xsd:decimal ;
  geo-pos:long "-70.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_20'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_20'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.299'^^xsd:double;
  dwc:startLongitude '-70.299'^^xsd:double;
  dwc:endLongitude '-70.299'^^xsd:double;
  dwc:latitude '42.337'^^xsd:double;
  dwc:startLatitude '42.337'^^xsd:double;
  dwc:endLatitude '42.337'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.299 42.337, -70.299 42.337, -70.299 42.337, -70.299 42.337, -70.299 42.337))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_20'^^xsd:string;
  dwc:observationDate '1988-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.423"^^xsd:decimal ;
  dwc:decimalLongitude "-70.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.423 -70.299)"^^geo:wktLiteral ;
  geo-pos:lat "42.423"^^xsd:decimal ;
  geo-pos:long "-70.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_781'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_781'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-70.299'^^xsd:double;
  dwc:startLongitude '-70.299'^^xsd:double;
  dwc:endLongitude '-70.299'^^xsd:double;
  dwc:latitude '42.423'^^xsd:double;
  dwc:startLatitude '42.423'^^xsd:double;
  dwc:endLatitude '42.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.299 42.423, -70.299 42.423, -70.299 42.423, -70.299 42.423, -70.299 42.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_781'^^xsd:string;
  dwc:observationDate '1990-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.852"^^xsd:decimal ;
  dwc:decimalLongitude "-70.298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.298)"^^geo:wktLiteral ;
  geo-pos:lat "42.852"^^xsd:decimal ;
  geo-pos:long "-70.298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1752'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1752'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.298'^^xsd:double;
  dwc:startLongitude '-70.298'^^xsd:double;
  dwc:endLongitude '-70.298'^^xsd:double;
  dwc:latitude '42.852'^^xsd:double;
  dwc:startLatitude '42.852'^^xsd:double;
  dwc:endLatitude '42.852'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.298 42.852, -70.298 42.852, -70.298 42.852, -70.298 42.852, -70.298 42.852))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1752'^^xsd:string;
  dwc:observationDate '1993-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.863 -70.298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.863"^^xsd:decimal ;
  dwc:decimalLongitude "-70.298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.863 -70.298)"^^geo:wktLiteral ;
  geo-pos:lat "42.863"^^xsd:decimal ;
  geo-pos:long "-70.298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1769'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1769'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.298'^^xsd:double;
  dwc:startLongitude '-70.298'^^xsd:double;
  dwc:endLongitude '-70.298'^^xsd:double;
  dwc:latitude '42.863'^^xsd:double;
  dwc:startLatitude '42.863'^^xsd:double;
  dwc:endLatitude '42.863'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.298 42.863, -70.298 42.863, -70.298 42.863, -70.298 42.863, -70.298 42.863))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1769'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.2976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.427"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.427 -70.2976)"^^geo:wktLiteral ;
  geo-pos:lat "42.427"^^xsd:decimal ;
  geo-pos:long "-70.2976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1538'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1538'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.2976'^^xsd:double;
  dwc:startLongitude '-70.2976'^^xsd:double;
  dwc:endLongitude '-70.2976'^^xsd:double;
  dwc:latitude '42.427'^^xsd:double;
  dwc:startLatitude '42.427'^^xsd:double;
  dwc:endLatitude '42.427'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2976 42.427, -70.2976 42.427, -70.2976 42.427, -70.2976 42.427, -70.2976 42.427))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1538'^^xsd:string;
  dwc:observationDate '2003-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.812 -70.297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.812"^^xsd:decimal ;
  dwc:decimalLongitude "-70.297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.812 -70.297)"^^geo:wktLiteral ;
  geo-pos:lat "42.812"^^xsd:decimal ;
  geo-pos:long "-70.297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2491'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2491'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.297'^^xsd:double;
  dwc:startLongitude '-70.297'^^xsd:double;
  dwc:endLongitude '-70.297'^^xsd:double;
  dwc:latitude '42.812'^^xsd:double;
  dwc:startLatitude '42.812'^^xsd:double;
  dwc:endLatitude '42.812'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.297 42.812, -70.297 42.812, -70.297 42.812, -70.297 42.812, -70.297 42.812))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2491'^^xsd:string;
  dwc:observationDate '1990-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7619 -70.2965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7619"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7619 -70.2965)"^^geo:wktLiteral ;
  geo-pos:lat "42.7619"^^xsd:decimal ;
  geo-pos:long "-70.2965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2930'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2930'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2965'^^xsd:double;
  dwc:startLongitude '-70.2965'^^xsd:double;
  dwc:endLongitude '-70.2965'^^xsd:double;
  dwc:latitude '42.7619'^^xsd:double;
  dwc:startLatitude '42.7619'^^xsd:double;
  dwc:endLatitude '42.7619'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2965 42.7619, -70.2965 42.7619, -70.2965 42.7619, -70.2965 42.7619, -70.2965 42.7619))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2930'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7619 -70.2965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7619"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7619 -70.2965)"^^geo:wktLiteral ;
  geo-pos:lat "42.7619"^^xsd:decimal ;
  geo-pos:long "-70.2965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2926'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2926'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2965'^^xsd:double;
  dwc:startLongitude '-70.2965'^^xsd:double;
  dwc:endLongitude '-70.2965'^^xsd:double;
  dwc:latitude '42.7619'^^xsd:double;
  dwc:startLatitude '42.7619'^^xsd:double;
  dwc:endLatitude '42.7619'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2965 42.7619, -70.2965 42.7619, -70.2965 42.7619, -70.2965 42.7619, -70.2965 42.7619))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2926'^^xsd:string;
  dwc:observationDate '2003-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8461 -70.2964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8461"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8461 -70.2964)"^^geo:wktLiteral ;
  geo-pos:lat "42.8461"^^xsd:decimal ;
  geo-pos:long "-70.2964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2699'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2699'^^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:longitude '-70.2964'^^xsd:double;
  dwc:startLongitude '-70.2964'^^xsd:double;
  dwc:endLongitude '-70.2964'^^xsd:double;
  dwc:latitude '42.8461'^^xsd:double;
  dwc:startLatitude '42.8461'^^xsd:double;
  dwc:endLatitude '42.8461'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2964 42.8461, -70.2964 42.8461, -70.2964 42.8461, -70.2964 42.8461, -70.2964 42.8461))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2699'^^xsd:string;
  dwc:observationDate '2003-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.313 -70.296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.313"^^xsd:decimal ;
  dwc:decimalLongitude "-70.296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.313 -70.296)"^^geo:wktLiteral ;
  geo-pos:lat "42.313"^^xsd:decimal ;
  geo-pos:long "-70.296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.296'^^xsd:double;
  dwc:startLongitude '-70.296'^^xsd:double;
  dwc:endLongitude '-70.296'^^xsd:double;
  dwc:latitude '42.313'^^xsd:double;
  dwc:startLatitude '42.313'^^xsd:double;
  dwc:endLatitude '42.313'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.296 42.313, -70.296 42.313, -70.296 42.313, -70.296 42.313, -70.296 42.313))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1'^^xsd:string;
  dwc:observationDate '1990-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.313 -70.296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.313"^^xsd:decimal ;
  dwc:decimalLongitude "-70.296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.313 -70.296)"^^geo:wktLiteral ;
  geo-pos:lat "42.313"^^xsd:decimal ;
  geo-pos:long "-70.296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_2'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.296'^^xsd:double;
  dwc:startLongitude '-70.296'^^xsd:double;
  dwc:endLongitude '-70.296'^^xsd:double;
  dwc:latitude '42.313'^^xsd:double;
  dwc:startLatitude '42.313'^^xsd:double;
  dwc:endLatitude '42.313'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.296 42.313, -70.296 42.313, -70.296 42.313, -70.296 42.313, -70.296 42.313))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2'^^xsd:string;
  dwc:observationDate '1990-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.013 -70.296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.013"^^xsd:decimal ;
  dwc:decimalLongitude "-70.296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.013 -70.296)"^^geo:wktLiteral ;
  geo-pos:lat "43.013"^^xsd:decimal ;
  geo-pos:long "-70.296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3055'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3055'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.296'^^xsd:double;
  dwc:startLongitude '-70.296'^^xsd:double;
  dwc:endLongitude '-70.296'^^xsd:double;
  dwc:latitude '43.013'^^xsd:double;
  dwc:startLatitude '43.013'^^xsd:double;
  dwc:endLatitude '43.013'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.296 43.013, -70.296 43.013, -70.296 43.013, -70.296 43.013, -70.296 43.013))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3055'^^xsd:string;
  dwc:observationDate '1986-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6735 -70.2952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6735"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6735 -70.2952)"^^geo:wktLiteral ;
  geo-pos:lat "42.6735"^^xsd:decimal ;
  geo-pos:long "-70.2952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3854'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3854'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.2952'^^xsd:double;
  dwc:startLongitude '-70.2952'^^xsd:double;
  dwc:endLongitude '-70.2952'^^xsd:double;
  dwc:latitude '42.6735'^^xsd:double;
  dwc:startLatitude '42.6735'^^xsd:double;
  dwc:endLatitude '42.6735'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2952 42.6735, -70.2952 42.6735, -70.2952 42.6735, -70.2952 42.6735, -70.2952 42.6735))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3854'^^xsd:string;
  dwc:observationDate '2003-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.843 -70.295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.843"^^xsd:decimal ;
  dwc:decimalLongitude "-70.295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.843 -70.295)"^^geo:wktLiteral ;
  geo-pos:lat "42.843"^^xsd:decimal ;
  geo-pos:long "-70.295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1521'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1521'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.295'^^xsd:double;
  dwc:startLongitude '-70.295'^^xsd:double;
  dwc:endLongitude '-70.295'^^xsd:double;
  dwc:latitude '42.843'^^xsd:double;
  dwc:startLatitude '42.843'^^xsd:double;
  dwc:endLatitude '42.843'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.295 42.843, -70.295 42.843, -70.295 42.843, -70.295 42.843, -70.295 42.843))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1521'^^xsd:string;
  dwc:observationDate '1993-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 -70.291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.49"^^xsd:decimal ;
  dwc:decimalLongitude "-70.291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.49 -70.291)"^^geo:wktLiteral ;
  geo-pos:lat "42.49"^^xsd:decimal ;
  geo-pos:long "-70.291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1895'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1895'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.291'^^xsd:double;
  dwc:startLongitude '-70.291'^^xsd:double;
  dwc:endLongitude '-70.291'^^xsd:double;
  dwc:latitude '42.49'^^xsd:double;
  dwc:startLatitude '42.49'^^xsd:double;
  dwc:endLatitude '42.49'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.291 42.49, -70.291 42.49, -70.291 42.49, -70.291 42.49, -70.291 42.49))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1895'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.844"^^xsd:decimal ;
  dwc:decimalLongitude "-70.291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.291)"^^geo:wktLiteral ;
  geo-pos:lat "42.844"^^xsd:decimal ;
  geo-pos:long "-70.291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1497'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1497'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.291'^^xsd:double;
  dwc:startLongitude '-70.291'^^xsd:double;
  dwc:endLongitude '-70.291'^^xsd:double;
  dwc:latitude '42.844'^^xsd:double;
  dwc:startLatitude '42.844'^^xsd:double;
  dwc:endLatitude '42.844'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.291 42.844, -70.291 42.844, -70.291 42.844, -70.291 42.844, -70.291 42.844))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1497'^^xsd:string;
  dwc:observationDate '1993-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.487 -70.289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.487"^^xsd:decimal ;
  dwc:decimalLongitude "-70.289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.487 -70.289)"^^geo:wktLiteral ;
  geo-pos:lat "42.487"^^xsd:decimal ;
  geo-pos:long "-70.289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1891'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1891'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.289'^^xsd:double;
  dwc:startLongitude '-70.289'^^xsd:double;
  dwc:endLongitude '-70.289'^^xsd:double;
  dwc:latitude '42.487'^^xsd:double;
  dwc:startLatitude '42.487'^^xsd:double;
  dwc:endLatitude '42.487'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.289 42.487, -70.289 42.487, -70.289 42.487, -70.289 42.487, -70.289 42.487))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1891'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.931 -70.288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.931"^^xsd:decimal ;
  dwc:decimalLongitude "-70.288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.931 -70.288)"^^geo:wktLiteral ;
  geo-pos:lat "42.931"^^xsd:decimal ;
  geo-pos:long "-70.288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_474'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_474'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.288'^^xsd:double;
  dwc:startLongitude '-70.288'^^xsd:double;
  dwc:endLongitude '-70.288'^^xsd:double;
  dwc:latitude '42.931'^^xsd:double;
  dwc:startLatitude '42.931'^^xsd:double;
  dwc:endLatitude '42.931'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.288 42.931, -70.288 42.931, -70.288 42.931, -70.288 42.931, -70.288 42.931))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_474'^^xsd:string;
  dwc:observationDate '1991-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.459 -70.287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.459"^^xsd:decimal ;
  dwc:decimalLongitude "-70.287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.459 -70.287)"^^geo:wktLiteral ;
  geo-pos:lat "42.459"^^xsd:decimal ;
  geo-pos:long "-70.287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1890'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1890'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.287'^^xsd:double;
  dwc:startLongitude '-70.287'^^xsd:double;
  dwc:endLongitude '-70.287'^^xsd:double;
  dwc:latitude '42.459'^^xsd:double;
  dwc:startLatitude '42.459'^^xsd:double;
  dwc:endLatitude '42.459'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.287 42.459, -70.287 42.459, -70.287 42.459, -70.287 42.459, -70.287 42.459))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1890'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.2867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.847"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.2867)"^^geo:wktLiteral ;
  geo-pos:lat "42.847"^^xsd:decimal ;
  geo-pos:long "-70.2867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2698'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2698'^^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:longitude '-70.2867'^^xsd:double;
  dwc:startLongitude '-70.2867'^^xsd:double;
  dwc:endLongitude '-70.2867'^^xsd:double;
  dwc:latitude '42.847'^^xsd:double;
  dwc:startLatitude '42.847'^^xsd:double;
  dwc:endLatitude '42.847'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2867 42.847, -70.2867 42.847, -70.2867 42.847, -70.2867 42.847, -70.2867 42.847))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2698'^^xsd:string;
  dwc:observationDate '2003-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8465 -70.2858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8465"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8465 -70.2858)"^^geo:wktLiteral ;
  geo-pos:lat "42.8465"^^xsd:decimal ;
  geo-pos:long "-70.2858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2714'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2714'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.2858'^^xsd:double;
  dwc:startLongitude '-70.2858'^^xsd:double;
  dwc:endLongitude '-70.2858'^^xsd:double;
  dwc:latitude '42.8465'^^xsd:double;
  dwc:startLatitude '42.8465'^^xsd:double;
  dwc:endLatitude '42.8465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2858 42.8465, -70.2858 42.8465, -70.2858 42.8465, -70.2858 42.8465, -70.2858 42.8465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2714'^^xsd:string;
  dwc:observationDate '2003-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8465 -70.2858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8465"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8465 -70.2858)"^^geo:wktLiteral ;
  geo-pos:lat "42.8465"^^xsd:decimal ;
  geo-pos:long "-70.2858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2713'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2713'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.2858'^^xsd:double;
  dwc:startLongitude '-70.2858'^^xsd:double;
  dwc:endLongitude '-70.2858'^^xsd:double;
  dwc:latitude '42.8465'^^xsd:double;
  dwc:startLatitude '42.8465'^^xsd:double;
  dwc:endLatitude '42.8465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2858 42.8465, -70.2858 42.8465, -70.2858 42.8465, -70.2858 42.8465, -70.2858 42.8465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2713'^^xsd:string;
  dwc:observationDate '2003-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.068 -70.284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.068"^^xsd:decimal ;
  dwc:decimalLongitude "-70.284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.068 -70.284)"^^geo:wktLiteral ;
  geo-pos:lat "43.068"^^xsd:decimal ;
  geo-pos:long "-70.284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3054'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3054'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.284'^^xsd:double;
  dwc:startLongitude '-70.284'^^xsd:double;
  dwc:endLongitude '-70.284'^^xsd:double;
  dwc:latitude '43.068'^^xsd:double;
  dwc:startLatitude '43.068'^^xsd:double;
  dwc:endLatitude '43.068'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.284 43.068, -70.284 43.068, -70.284 43.068, -70.284 43.068, -70.284 43.068))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3054'^^xsd:string;
  dwc:observationDate '1986-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4 -70.2833)"^^geo:wktLiteral ;
  geo-pos:lat "42.4"^^xsd:decimal ;
  geo-pos:long "-70.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3642'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3642'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.2833'^^xsd:double;
  dwc:startLongitude '-70.2833'^^xsd:double;
  dwc:endLongitude '-70.2833'^^xsd:double;
  dwc:latitude '42.4'^^xsd:double;
  dwc:startLatitude '42.4'^^xsd:double;
  dwc:endLatitude '42.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2833 42.4, -70.2833 42.4, -70.2833 42.4, -70.2833 42.4, -70.2833 42.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3642'^^xsd:string;
  dwc:observationDate '1980-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.2833)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-70.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1723'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1723'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2833'^^xsd:double;
  dwc:startLongitude '-70.2833'^^xsd:double;
  dwc:endLongitude '-70.2833'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2833 42.75, -70.2833 42.75, -70.2833 42.75, -70.2833 42.75, -70.2833 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1723'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.2833)"^^geo:wktLiteral ;
  geo-pos:lat "42.7667"^^xsd:decimal ;
  geo-pos:long "-70.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1727'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1727'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2833'^^xsd:double;
  dwc:startLongitude '-70.2833'^^xsd:double;
  dwc:endLongitude '-70.2833'^^xsd:double;
  dwc:latitude '42.7667'^^xsd:double;
  dwc:startLatitude '42.7667'^^xsd:double;
  dwc:endLatitude '42.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2833 42.7667, -70.2833 42.7667, -70.2833 42.7667, -70.2833 42.7667, -70.2833 42.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1727'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2833)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1498'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1498'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.2833'^^xsd:double;
  dwc:startLongitude '-70.2833'^^xsd:double;
  dwc:endLongitude '-70.2833'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2833 42.85, -70.2833 42.85, -70.2833 42.85, -70.2833 42.85, -70.2833 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1498'^^xsd:string;
  dwc:observationDate '1993-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2833)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1501'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1501'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.2833'^^xsd:double;
  dwc:startLongitude '-70.2833'^^xsd:double;
  dwc:endLongitude '-70.2833'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2833 42.85, -70.2833 42.85, -70.2833 42.85, -70.2833 42.85, -70.2833 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1501'^^xsd:string;
  dwc:observationDate '1993-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.2833)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-70.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1475'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1475'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.2833'^^xsd:double;
  dwc:startLongitude '-70.2833'^^xsd:double;
  dwc:endLongitude '-70.2833'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2833 42.8667, -70.2833 42.8667, -70.2833 42.8667, -70.2833 42.8667, -70.2833 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1475'^^xsd:string;
  dwc:observationDate '1993-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8797 -70.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8797"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8797 -70.2833)"^^geo:wktLiteral ;
  geo-pos:lat "42.8797"^^xsd:decimal ;
  geo-pos:long "-70.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3427'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3427'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.2833'^^xsd:double;
  dwc:startLongitude '-70.2833'^^xsd:double;
  dwc:endLongitude '-70.2833'^^xsd:double;
  dwc:latitude '42.8797'^^xsd:double;
  dwc:startLatitude '42.8797'^^xsd:double;
  dwc:endLatitude '42.8797'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2833 42.8797, -70.2833 42.8797, -70.2833 42.8797, -70.2833 42.8797, -70.2833 42.8797))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3427'^^xsd:string;
  dwc:observationDate '2003-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 -70.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "-70.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 -70.28)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "-70.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1749'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1749'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.28'^^xsd:double;
  dwc:startLongitude '-70.28'^^xsd:double;
  dwc:endLongitude '-70.28'^^xsd:double;
  dwc:latitude '42.8'^^xsd:double;
  dwc:startLatitude '42.8'^^xsd:double;
  dwc:endLatitude '42.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.28 42.8, -70.28 42.8, -70.28 42.8, -70.28 42.8, -70.28 42.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1749'^^xsd:string;
  dwc:observationDate '1994-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.852"^^xsd:decimal ;
  dwc:decimalLongitude "-70.279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.279)"^^geo:wktLiteral ;
  geo-pos:lat "42.852"^^xsd:decimal ;
  geo-pos:long "-70.279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_398'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_398'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.279'^^xsd:double;
  dwc:startLongitude '-70.279'^^xsd:double;
  dwc:endLongitude '-70.279'^^xsd:double;
  dwc:latitude '42.852'^^xsd:double;
  dwc:startLatitude '42.852'^^xsd:double;
  dwc:endLatitude '42.852'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.279 42.852, -70.279 42.852, -70.279 42.852, -70.279 42.852, -70.279 42.852))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_398'^^xsd:string;
  dwc:observationDate '1994-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.852"^^xsd:decimal ;
  dwc:decimalLongitude "-70.279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.852 -70.279)"^^geo:wktLiteral ;
  geo-pos:lat "42.852"^^xsd:decimal ;
  geo-pos:long "-70.279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_397'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_397'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.279'^^xsd:double;
  dwc:startLongitude '-70.279'^^xsd:double;
  dwc:endLongitude '-70.279'^^xsd:double;
  dwc:latitude '42.852'^^xsd:double;
  dwc:startLatitude '42.852'^^xsd:double;
  dwc:endLatitude '42.852'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.279 42.852, -70.279 42.852, -70.279 42.852, -70.279 42.852, -70.279 42.852))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_397'^^xsd:string;
  dwc:observationDate '1994-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.884 -70.279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.884"^^xsd:decimal ;
  dwc:decimalLongitude "-70.279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.884 -70.279)"^^geo:wktLiteral ;
  geo-pos:lat "42.884"^^xsd:decimal ;
  geo-pos:long "-70.279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1567'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1567'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.279'^^xsd:double;
  dwc:startLongitude '-70.279'^^xsd:double;
  dwc:endLongitude '-70.279'^^xsd:double;
  dwc:latitude '42.884'^^xsd:double;
  dwc:startLatitude '42.884'^^xsd:double;
  dwc:endLatitude '42.884'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.279 42.884, -70.279 42.884, -70.279 42.884, -70.279 42.884, -70.279 42.884))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1567'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.884 -70.279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.884"^^xsd:decimal ;
  dwc:decimalLongitude "-70.279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.884 -70.279)"^^geo:wktLiteral ;
  geo-pos:lat "42.884"^^xsd:decimal ;
  geo-pos:long "-70.279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1568'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1568'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.279'^^xsd:double;
  dwc:startLongitude '-70.279'^^xsd:double;
  dwc:endLongitude '-70.279'^^xsd:double;
  dwc:latitude '42.884'^^xsd:double;
  dwc:startLatitude '42.884'^^xsd:double;
  dwc:endLatitude '42.884'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.279 42.884, -70.279 42.884, -70.279 42.884, -70.279 42.884, -70.279 42.884))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1568'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.844"^^xsd:decimal ;
  dwc:decimalLongitude "-70.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.275)"^^geo:wktLiteral ;
  geo-pos:lat "42.844"^^xsd:decimal ;
  geo-pos:long "-70.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1523'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1523'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.275'^^xsd:double;
  dwc:startLongitude '-70.275'^^xsd:double;
  dwc:endLongitude '-70.275'^^xsd:double;
  dwc:latitude '42.844'^^xsd:double;
  dwc:startLatitude '42.844'^^xsd:double;
  dwc:endLatitude '42.844'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.275 42.844, -70.275 42.844, -70.275 42.844, -70.275 42.844, -70.275 42.844))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1523'^^xsd:string;
  dwc:observationDate '1993-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.844"^^xsd:decimal ;
  dwc:decimalLongitude "-70.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.275)"^^geo:wktLiteral ;
  geo-pos:lat "42.844"^^xsd:decimal ;
  geo-pos:long "-70.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1522'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1522'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.275'^^xsd:double;
  dwc:startLongitude '-70.275'^^xsd:double;
  dwc:endLongitude '-70.275'^^xsd:double;
  dwc:latitude '42.844'^^xsd:double;
  dwc:startLatitude '42.844'^^xsd:double;
  dwc:endLatitude '42.844'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.275 42.844, -70.275 42.844, -70.275 42.844, -70.275 42.844, -70.275 42.844))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1522'^^xsd:string;
  dwc:observationDate '1993-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.866 -70.274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.866"^^xsd:decimal ;
  dwc:decimalLongitude "-70.274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.866 -70.274)"^^geo:wktLiteral ;
  geo-pos:lat "42.866"^^xsd:decimal ;
  geo-pos:long "-70.274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_138'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_138'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.274'^^xsd:double;
  dwc:startLongitude '-70.274'^^xsd:double;
  dwc:endLongitude '-70.274'^^xsd:double;
  dwc:latitude '42.866'^^xsd:double;
  dwc:startLatitude '42.866'^^xsd:double;
  dwc:endLatitude '42.866'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.274 42.866, -70.274 42.866, -70.274 42.866, -70.274 42.866, -70.274 42.866))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_138'^^xsd:string;
  dwc:observationDate '1994-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.768 -70.272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.768"^^xsd:decimal ;
  dwc:decimalLongitude "-70.272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.768 -70.272)"^^geo:wktLiteral ;
  geo-pos:lat "42.768"^^xsd:decimal ;
  geo-pos:long "-70.272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_115'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_115'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-70.272'^^xsd:double;
  dwc:startLongitude '-70.272'^^xsd:double;
  dwc:endLongitude '-70.272'^^xsd:double;
  dwc:latitude '42.768'^^xsd:double;
  dwc:startLatitude '42.768'^^xsd:double;
  dwc:endLatitude '42.768'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.272 42.768, -70.272 42.768, -70.272 42.768, -70.272 42.768, -70.272 42.768))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_115'^^xsd:string;
  dwc:observationDate '1989-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8677 -70.2712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8677"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8677 -70.2712)"^^geo:wktLiteral ;
  geo-pos:lat "42.8677"^^xsd:decimal ;
  geo-pos:long "-70.2712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2614'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2614'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.2712'^^xsd:double;
  dwc:startLongitude '-70.2712'^^xsd:double;
  dwc:endLongitude '-70.2712'^^xsd:double;
  dwc:latitude '42.8677'^^xsd:double;
  dwc:startLatitude '42.8677'^^xsd:double;
  dwc:endLatitude '42.8677'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2712 42.8677, -70.2712 42.8677, -70.2712 42.8677, -70.2712 42.8677, -70.2712 42.8677))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2614'^^xsd:string;
  dwc:observationDate '2003-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.201 -70.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.201"^^xsd:decimal ;
  dwc:decimalLongitude "-70.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.201 -70.27)"^^geo:wktLiteral ;
  geo-pos:lat "42.201"^^xsd:decimal ;
  geo-pos:long "-70.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3859'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_3859'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.27'^^xsd:double;
  dwc:startLongitude '-70.27'^^xsd:double;
  dwc:endLongitude '-70.27'^^xsd:double;
  dwc:latitude '42.201'^^xsd:double;
  dwc:startLatitude '42.201'^^xsd:double;
  dwc:endLatitude '42.201'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.27 42.201, -70.27 42.201, -70.27 42.201, -70.27 42.201, -70.27 42.201))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3859'^^xsd:string;
  dwc:observationDate '1987-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.381"^^xsd:decimal ;
  dwc:decimalLongitude "-70.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.381 -70.27)"^^geo:wktLiteral ;
  geo-pos:lat "42.381"^^xsd:decimal ;
  geo-pos:long "-70.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3396'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3396'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.27'^^xsd:double;
  dwc:startLongitude '-70.27'^^xsd:double;
  dwc:endLongitude '-70.27'^^xsd:double;
  dwc:latitude '42.381'^^xsd:double;
  dwc:startLatitude '42.381'^^xsd:double;
  dwc:endLatitude '42.381'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.27 42.381, -70.27 42.381, -70.27 42.381, -70.27 42.381, -70.27 42.381))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3396'^^xsd:string;
  dwc:observationDate '1989-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.904 -70.268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.904"^^xsd:decimal ;
  dwc:decimalLongitude "-70.268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.904 -70.268)"^^geo:wktLiteral ;
  geo-pos:lat "42.904"^^xsd:decimal ;
  geo-pos:long "-70.268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_607'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_607'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.268'^^xsd:double;
  dwc:startLongitude '-70.268'^^xsd:double;
  dwc:endLongitude '-70.268'^^xsd:double;
  dwc:latitude '42.904'^^xsd:double;
  dwc:startLatitude '42.904'^^xsd:double;
  dwc:endLatitude '42.904'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.268 42.904, -70.268 42.904, -70.268 42.904, -70.268 42.904, -70.268 42.904))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_607'^^xsd:string;
  dwc:observationDate '1990-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.867 -70.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.867"^^xsd:decimal ;
  dwc:decimalLongitude "-70.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.867 -70.267)"^^geo:wktLiteral ;
  geo-pos:lat "42.867"^^xsd:decimal ;
  geo-pos:long "-70.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1774'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1774'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.267'^^xsd:double;
  dwc:startLongitude '-70.267'^^xsd:double;
  dwc:endLongitude '-70.267'^^xsd:double;
  dwc:latitude '42.867'^^xsd:double;
  dwc:startLatitude '42.867'^^xsd:double;
  dwc:endLatitude '42.867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.267 42.867, -70.267 42.867, -70.267 42.867, -70.267 42.867, -70.267 42.867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1774'^^xsd:string;
  dwc:observationDate '1994-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.867 -70.267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.867"^^xsd:decimal ;
  dwc:decimalLongitude "-70.267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.867 -70.267)"^^geo:wktLiteral ;
  geo-pos:lat "42.867"^^xsd:decimal ;
  geo-pos:long "-70.267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1775'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1775'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.267'^^xsd:double;
  dwc:startLongitude '-70.267'^^xsd:double;
  dwc:endLongitude '-70.267'^^xsd:double;
  dwc:latitude '42.867'^^xsd:double;
  dwc:startLatitude '42.867'^^xsd:double;
  dwc:endLatitude '42.867'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.267 42.867, -70.267 42.867, -70.267 42.867, -70.267 42.867, -70.267 42.867))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1775'^^xsd:string;
  dwc:observationDate '1994-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1718'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1718'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.75, -70.2667 42.75, -70.2667 42.75, -70.2667 42.75, -70.2667 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1718'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1730'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1730'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.8333, -70.2667 42.8333, -70.2667 42.8333, -70.2667 42.8333, -70.2667 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1730'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1474'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1474'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1474'^^xsd:string;
  dwc:observationDate '1993-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1783'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1783'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1783'^^xsd:string;
  dwc:observationDate '1994-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1570'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1570'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1570'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1571'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1571'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1571'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1502'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1502'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85, -70.2667 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1502'^^xsd:string;
  dwc:observationDate '1993-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1784'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1784'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.8667, -70.2667 42.8667, -70.2667 42.8667, -70.2667 42.8667, -70.2667 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1784'^^xsd:string;
  dwc:observationDate '1993-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9167 -70.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9167 -70.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.9167"^^xsd:decimal ;
  geo-pos:long "-70.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2168'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2168'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^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:longitude '-70.2667'^^xsd:double;
  dwc:startLongitude '-70.2667'^^xsd:double;
  dwc:endLongitude '-70.2667'^^xsd:double;
  dwc:latitude '42.9167'^^xsd:double;
  dwc:startLatitude '42.9167'^^xsd:double;
  dwc:endLatitude '42.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2667 42.9167, -70.2667 42.9167, -70.2667 42.9167, -70.2667 42.9167, -70.2667 42.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2168'^^xsd:string;
  dwc:observationDate '1979-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8593 -70.2645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8593"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8593 -70.2645)"^^geo:wktLiteral ;
  geo-pos:lat "42.8593"^^xsd:decimal ;
  geo-pos:long "-70.2645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2613'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2613'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.2645'^^xsd:double;
  dwc:startLongitude '-70.2645'^^xsd:double;
  dwc:endLongitude '-70.2645'^^xsd:double;
  dwc:latitude '42.8593'^^xsd:double;
  dwc:startLatitude '42.8593'^^xsd:double;
  dwc:endLatitude '42.8593'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2645 42.8593, -70.2645 42.8593, -70.2645 42.8593, -70.2645 42.8593, -70.2645 42.8593))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2613'^^xsd:string;
  dwc:observationDate '2003-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.844"^^xsd:decimal ;
  dwc:decimalLongitude "-70.259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.844 -70.259)"^^geo:wktLiteral ;
  geo-pos:lat "42.844"^^xsd:decimal ;
  geo-pos:long "-70.259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2386'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2386'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.259'^^xsd:double;
  dwc:startLongitude '-70.259'^^xsd:double;
  dwc:endLongitude '-70.259'^^xsd:double;
  dwc:latitude '42.844'^^xsd:double;
  dwc:startLatitude '42.844'^^xsd:double;
  dwc:endLatitude '42.844'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.259 42.844, -70.259 42.844, -70.259 42.844, -70.259 42.844, -70.259 42.844))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2386'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.172 -70.257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.172"^^xsd:decimal ;
  dwc:decimalLongitude "-70.257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.172 -70.257)"^^geo:wktLiteral ;
  geo-pos:lat "42.172"^^xsd:decimal ;
  geo-pos:long "-70.257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3643'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3643'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.257'^^xsd:double;
  dwc:startLongitude '-70.257'^^xsd:double;
  dwc:endLongitude '-70.257'^^xsd:double;
  dwc:latitude '42.172'^^xsd:double;
  dwc:startLatitude '42.172'^^xsd:double;
  dwc:endLatitude '42.172'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.257 42.172, -70.257 42.172, -70.257 42.172, -70.257 42.172, -70.257 42.172))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3643'^^xsd:string;
  dwc:observationDate '1988-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.813 -70.257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.813"^^xsd:decimal ;
  dwc:decimalLongitude "-70.257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.813 -70.257)"^^geo:wktLiteral ;
  geo-pos:lat "42.813"^^xsd:decimal ;
  geo-pos:long "-70.257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1269'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1269'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.257'^^xsd:double;
  dwc:startLongitude '-70.257'^^xsd:double;
  dwc:endLongitude '-70.257'^^xsd:double;
  dwc:latitude '42.813'^^xsd:double;
  dwc:startLatitude '42.813'^^xsd:double;
  dwc:endLatitude '42.813'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.257 42.813, -70.257 42.813, -70.257 42.813, -70.257 42.813, -70.257 42.813))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1269'^^xsd:string;
  dwc:observationDate '1994-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.865 -70.257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.865"^^xsd:decimal ;
  dwc:decimalLongitude "-70.257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.865 -70.257)"^^geo:wktLiteral ;
  geo-pos:lat "42.865"^^xsd:decimal ;
  geo-pos:long "-70.257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1753'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1753'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.257'^^xsd:double;
  dwc:startLongitude '-70.257'^^xsd:double;
  dwc:endLongitude '-70.257'^^xsd:double;
  dwc:latitude '42.865'^^xsd:double;
  dwc:startLatitude '42.865'^^xsd:double;
  dwc:endLatitude '42.865'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.257 42.865, -70.257 42.865, -70.257 42.865, -70.257 42.865, -70.257 42.865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1753'^^xsd:string;
  dwc:observationDate '1993-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.861 -70.255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.861"^^xsd:decimal ;
  dwc:decimalLongitude "-70.255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.861 -70.255)"^^geo:wktLiteral ;
  geo-pos:lat "42.861"^^xsd:decimal ;
  geo-pos:long "-70.255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1270'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1270'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.255'^^xsd:double;
  dwc:startLongitude '-70.255'^^xsd:double;
  dwc:endLongitude '-70.255'^^xsd:double;
  dwc:latitude '42.861'^^xsd:double;
  dwc:startLatitude '42.861'^^xsd:double;
  dwc:endLatitude '42.861'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.255 42.861, -70.255 42.861, -70.255 42.861, -70.255 42.861, -70.255 42.861))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1270'^^xsd:string;
  dwc:observationDate '1994-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8388 -70.2547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8388"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8388 -70.2547)"^^geo:wktLiteral ;
  geo-pos:lat "42.8388"^^xsd:decimal ;
  geo-pos:long "-70.2547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3412'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3412'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2547'^^xsd:double;
  dwc:startLongitude '-70.2547'^^xsd:double;
  dwc:endLongitude '-70.2547'^^xsd:double;
  dwc:latitude '42.8388'^^xsd:double;
  dwc:startLatitude '42.8388'^^xsd:double;
  dwc:endLatitude '42.8388'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2547 42.8388, -70.2547 42.8388, -70.2547 42.8388, -70.2547 42.8388, -70.2547 42.8388))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3412'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.336 -70.252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.336"^^xsd:decimal ;
  dwc:decimalLongitude "-70.252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.336 -70.252)"^^geo:wktLiteral ;
  geo-pos:lat "42.336"^^xsd:decimal ;
  geo-pos:long "-70.252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3243'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3243'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.252'^^xsd:double;
  dwc:startLongitude '-70.252'^^xsd:double;
  dwc:endLongitude '-70.252'^^xsd:double;
  dwc:latitude '42.336'^^xsd:double;
  dwc:startLatitude '42.336'^^xsd:double;
  dwc:endLatitude '42.336'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.252 42.336, -70.252 42.336, -70.252 42.336, -70.252 42.336, -70.252 42.336))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3243'^^xsd:string;
  dwc:observationDate '1988-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -70.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -70.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-70.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_119'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_119'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.25'^^xsd:double;
  dwc:startLongitude '-70.25'^^xsd:double;
  dwc:endLongitude '-70.25'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:startLatitude '42.1333'^^xsd:double;
  dwc:endLatitude '42.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.25 42.1333, -70.25 42.1333, -70.25 42.1333, -70.25 42.1333, -70.25 42.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_119'^^xsd:string;
  dwc:observationDate '1979-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1525> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 -70.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3333 -70.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.3333"^^xsd:decimal ;
  geo-pos:long "-70.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1525'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1525'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.25'^^xsd:double;
  dwc:startLongitude '-70.25'^^xsd:double;
  dwc:endLongitude '-70.25'^^xsd:double;
  dwc:latitude '42.3333'^^xsd:double;
  dwc:startLatitude '42.3333'^^xsd:double;
  dwc:endLatitude '42.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.25 42.3333, -70.25 42.3333, -70.25 42.3333, -70.25 42.3333, -70.25 42.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1525'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-70.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-70.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1722'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1722'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.25'^^xsd:double;
  dwc:startLongitude '-70.25'^^xsd:double;
  dwc:endLongitude '-70.25'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.25 42.75, -70.25 42.75, -70.25 42.75, -70.25 42.75, -70.25 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1722'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.7667"^^xsd:decimal ;
  geo-pos:long "-70.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1720'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1720'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.25'^^xsd:double;
  dwc:startLongitude '-70.25'^^xsd:double;
  dwc:endLongitude '-70.25'^^xsd:double;
  dwc:latitude '42.7667'^^xsd:double;
  dwc:startLatitude '42.7667'^^xsd:double;
  dwc:endLatitude '42.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.25 42.7667, -70.25 42.7667, -70.25 42.7667, -70.25 42.7667, -70.25 42.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1720'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8688"^^xsd:decimal ;
  dwc:decimalLongitude "-70.248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  geo-pos:lat "42.8688"^^xsd:decimal ;
  geo-pos:long "-70.248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3273'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3273'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.248'^^xsd:double;
  dwc:startLongitude '-70.248'^^xsd:double;
  dwc:endLongitude '-70.248'^^xsd:double;
  dwc:latitude '42.8688'^^xsd:double;
  dwc:startLatitude '42.8688'^^xsd:double;
  dwc:endLatitude '42.8688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3273'^^xsd:string;
  dwc:observationDate '2003-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8688"^^xsd:decimal ;
  dwc:decimalLongitude "-70.248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  geo-pos:lat "42.8688"^^xsd:decimal ;
  geo-pos:long "-70.248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3270'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3270'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.248'^^xsd:double;
  dwc:startLongitude '-70.248'^^xsd:double;
  dwc:endLongitude '-70.248'^^xsd:double;
  dwc:latitude '42.8688'^^xsd:double;
  dwc:startLatitude '42.8688'^^xsd:double;
  dwc:endLatitude '42.8688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3270'^^xsd:string;
  dwc:observationDate '2003-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8688"^^xsd:decimal ;
  dwc:decimalLongitude "-70.248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  geo-pos:lat "42.8688"^^xsd:decimal ;
  geo-pos:long "-70.248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3271'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3271'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.248'^^xsd:double;
  dwc:startLongitude '-70.248'^^xsd:double;
  dwc:endLongitude '-70.248'^^xsd:double;
  dwc:latitude '42.8688'^^xsd:double;
  dwc:startLatitude '42.8688'^^xsd:double;
  dwc:endLatitude '42.8688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3271'^^xsd:string;
  dwc:observationDate '2003-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8688"^^xsd:decimal ;
  dwc:decimalLongitude "-70.248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8688 -70.248)"^^geo:wktLiteral ;
  geo-pos:lat "42.8688"^^xsd:decimal ;
  geo-pos:long "-70.248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3323'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3323'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.248'^^xsd:double;
  dwc:startLongitude '-70.248'^^xsd:double;
  dwc:endLongitude '-70.248'^^xsd:double;
  dwc:latitude '42.8688'^^xsd:double;
  dwc:startLatitude '42.8688'^^xsd:double;
  dwc:endLatitude '42.8688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688, -70.248 42.8688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3323'^^xsd:string;
  dwc:observationDate '2003-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.143 -70.246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.143"^^xsd:decimal ;
  dwc:decimalLongitude "-70.246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.143 -70.246)"^^geo:wktLiteral ;
  geo-pos:lat "42.143"^^xsd:decimal ;
  geo-pos:long "-70.246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1415'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1415'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-70.246'^^xsd:double;
  dwc:startLongitude '-70.246'^^xsd:double;
  dwc:endLongitude '-70.246'^^xsd:double;
  dwc:latitude '42.143'^^xsd:double;
  dwc:startLatitude '42.143'^^xsd:double;
  dwc:endLatitude '42.143'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.246 42.143, -70.246 42.143, -70.246 42.143, -70.246 42.143, -70.246 42.143))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1415'^^xsd:string;
  dwc:observationDate '1990-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.836 -70.246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.836"^^xsd:decimal ;
  dwc:decimalLongitude "-70.246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.836 -70.246)"^^geo:wktLiteral ;
  geo-pos:lat "42.836"^^xsd:decimal ;
  geo-pos:long "-70.246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_358'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_358'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.246'^^xsd:double;
  dwc:startLongitude '-70.246'^^xsd:double;
  dwc:endLongitude '-70.246'^^xsd:double;
  dwc:latitude '42.836'^^xsd:double;
  dwc:startLatitude '42.836'^^xsd:double;
  dwc:endLatitude '42.836'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.246 42.836, -70.246 42.836, -70.246 42.836, -70.246 42.836, -70.246 42.836))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_358'^^xsd:string;
  dwc:observationDate '1994-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.912 -70.246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.912"^^xsd:decimal ;
  dwc:decimalLongitude "-70.246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.912 -70.246)"^^geo:wktLiteral ;
  geo-pos:lat "42.912"^^xsd:decimal ;
  geo-pos:long "-70.246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3146'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3146'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-70.246'^^xsd:double;
  dwc:startLongitude '-70.246'^^xsd:double;
  dwc:endLongitude '-70.246'^^xsd:double;
  dwc:latitude '42.912'^^xsd:double;
  dwc:startLatitude '42.912'^^xsd:double;
  dwc:endLatitude '42.912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.246 42.912, -70.246 42.912, -70.246 42.912, -70.246 42.912, -70.246 42.912))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3146'^^xsd:string;
  dwc:observationDate '1990-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.829 -70.245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.829"^^xsd:decimal ;
  dwc:decimalLongitude "-70.245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.829 -70.245)"^^geo:wktLiteral ;
  geo-pos:lat "42.829"^^xsd:decimal ;
  geo-pos:long "-70.245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2110'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2110'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.245'^^xsd:double;
  dwc:startLongitude '-70.245'^^xsd:double;
  dwc:endLongitude '-70.245'^^xsd:double;
  dwc:latitude '42.829'^^xsd:double;
  dwc:startLatitude '42.829'^^xsd:double;
  dwc:endLatitude '42.829'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.245 42.829, -70.245 42.829, -70.245 42.829, -70.245 42.829, -70.245 42.829))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2110'^^xsd:string;
  dwc:observationDate '1990-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.829 -70.245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.829"^^xsd:decimal ;
  dwc:decimalLongitude "-70.245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.829 -70.245)"^^geo:wktLiteral ;
  geo-pos:lat "42.829"^^xsd:decimal ;
  geo-pos:long "-70.245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2437'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2437'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.245'^^xsd:double;
  dwc:startLongitude '-70.245'^^xsd:double;
  dwc:endLongitude '-70.245'^^xsd:double;
  dwc:latitude '42.829'^^xsd:double;
  dwc:startLatitude '42.829'^^xsd:double;
  dwc:endLatitude '42.829'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.245 42.829, -70.245 42.829, -70.245 42.829, -70.245 42.829, -70.245 42.829))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2437'^^xsd:string;
  dwc:observationDate '1990-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.098 -70.244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.098"^^xsd:decimal ;
  dwc:decimalLongitude "-70.244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.098 -70.244)"^^geo:wktLiteral ;
  geo-pos:lat "43.098"^^xsd:decimal ;
  geo-pos:long "-70.244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_304'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_304'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.244'^^xsd:double;
  dwc:startLongitude '-70.244'^^xsd:double;
  dwc:endLongitude '-70.244'^^xsd:double;
  dwc:latitude '43.098'^^xsd:double;
  dwc:startLatitude '43.098'^^xsd:double;
  dwc:endLatitude '43.098'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.244 43.098, -70.244 43.098, -70.244 43.098, -70.244 43.098, -70.244 43.098))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_304'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.404"^^xsd:decimal ;
  dwc:decimalLongitude "-70.241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.404 -70.241)"^^geo:wktLiteral ;
  geo-pos:lat "42.404"^^xsd:decimal ;
  geo-pos:long "-70.241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2656'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2656'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.241'^^xsd:double;
  dwc:startLongitude '-70.241'^^xsd:double;
  dwc:endLongitude '-70.241'^^xsd:double;
  dwc:latitude '42.404'^^xsd:double;
  dwc:startLatitude '42.404'^^xsd:double;
  dwc:endLatitude '42.404'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.241 42.404, -70.241 42.404, -70.241 42.404, -70.241 42.404, -70.241 42.404))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2656'^^xsd:string;
  dwc:observationDate '1987-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9116 -70.2403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9116"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9116 -70.2403)"^^geo:wktLiteral ;
  geo-pos:lat "42.9116"^^xsd:decimal ;
  geo-pos:long "-70.2403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3391'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3391'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.2403'^^xsd:double;
  dwc:startLongitude '-70.2403'^^xsd:double;
  dwc:endLongitude '-70.2403'^^xsd:double;
  dwc:latitude '42.9116'^^xsd:double;
  dwc:startLatitude '42.9116'^^xsd:double;
  dwc:endLatitude '42.9116'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2403 42.9116, -70.2403 42.9116, -70.2403 42.9116, -70.2403 42.9116, -70.2403 42.9116))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3391'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9116 -70.2403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9116"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9116 -70.2403)"^^geo:wktLiteral ;
  geo-pos:lat "42.9116"^^xsd:decimal ;
  geo-pos:long "-70.2403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3386'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3386'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.2403'^^xsd:double;
  dwc:startLongitude '-70.2403'^^xsd:double;
  dwc:endLongitude '-70.2403'^^xsd:double;
  dwc:latitude '42.9116'^^xsd:double;
  dwc:startLatitude '42.9116'^^xsd:double;
  dwc:endLatitude '42.9116'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2403 42.9116, -70.2403 42.9116, -70.2403 42.9116, -70.2403 42.9116, -70.2403 42.9116))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3386'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.826 -70.239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.826"^^xsd:decimal ;
  dwc:decimalLongitude "-70.239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.826 -70.239)"^^geo:wktLiteral ;
  geo-pos:lat "42.826"^^xsd:decimal ;
  geo-pos:long "-70.239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1320'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1320'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.239'^^xsd:double;
  dwc:startLongitude '-70.239'^^xsd:double;
  dwc:endLongitude '-70.239'^^xsd:double;
  dwc:latitude '42.826'^^xsd:double;
  dwc:startLatitude '42.826'^^xsd:double;
  dwc:endLatitude '42.826'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.239 42.826, -70.239 42.826, -70.239 42.826, -70.239 42.826, -70.239 42.826))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1320'^^xsd:string;
  dwc:observationDate '1994-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.848"^^xsd:decimal ;
  dwc:decimalLongitude "-70.239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.239)"^^geo:wktLiteral ;
  geo-pos:lat "42.848"^^xsd:decimal ;
  geo-pos:long "-70.239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_322'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_322'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-70.239'^^xsd:double;
  dwc:startLongitude '-70.239'^^xsd:double;
  dwc:endLongitude '-70.239'^^xsd:double;
  dwc:latitude '42.848'^^xsd:double;
  dwc:startLatitude '42.848'^^xsd:double;
  dwc:endLatitude '42.848'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.239 42.848, -70.239 42.848, -70.239 42.848, -70.239 42.848, -70.239 42.848))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_322'^^xsd:string;
  dwc:observationDate '1994-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.857 -70.237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.857"^^xsd:decimal ;
  dwc:decimalLongitude "-70.237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.857 -70.237)"^^geo:wktLiteral ;
  geo-pos:lat "42.857"^^xsd:decimal ;
  geo-pos:long "-70.237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1751'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1751'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-70.237'^^xsd:double;
  dwc:startLongitude '-70.237'^^xsd:double;
  dwc:endLongitude '-70.237'^^xsd:double;
  dwc:latitude '42.857'^^xsd:double;
  dwc:startLatitude '42.857'^^xsd:double;
  dwc:endLatitude '42.857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.237 42.857, -70.237 42.857, -70.237 42.857, -70.237 42.857, -70.237 42.857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1751'^^xsd:string;
  dwc:observationDate '1993-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3384> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9125 -70.2356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9125"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9125 -70.2356)"^^geo:wktLiteral ;
  geo-pos:lat "42.9125"^^xsd:decimal ;
  geo-pos:long "-70.2356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3384'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3384'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.2356'^^xsd:double;
  dwc:startLongitude '-70.2356'^^xsd:double;
  dwc:endLongitude '-70.2356'^^xsd:double;
  dwc:latitude '42.9125'^^xsd:double;
  dwc:startLatitude '42.9125'^^xsd:double;
  dwc:endLatitude '42.9125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2356 42.9125, -70.2356 42.9125, -70.2356 42.9125, -70.2356 42.9125, -70.2356 42.9125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3384'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9172 -70.2345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9172"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9172 -70.2345)"^^geo:wktLiteral ;
  geo-pos:lat "42.9172"^^xsd:decimal ;
  geo-pos:long "-70.2345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3385'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3385'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.2345'^^xsd:double;
  dwc:startLongitude '-70.2345'^^xsd:double;
  dwc:endLongitude '-70.2345'^^xsd:double;
  dwc:latitude '42.9172'^^xsd:double;
  dwc:startLatitude '42.9172'^^xsd:double;
  dwc:endLatitude '42.9172'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2345 42.9172, -70.2345 42.9172, -70.2345 42.9172, -70.2345 42.9172, -70.2345 42.9172))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3385'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9172 -70.2345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9172"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9172 -70.2345)"^^geo:wktLiteral ;
  geo-pos:lat "42.9172"^^xsd:decimal ;
  geo-pos:long "-70.2345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3383'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3383'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.2345'^^xsd:double;
  dwc:startLongitude '-70.2345'^^xsd:double;
  dwc:endLongitude '-70.2345'^^xsd:double;
  dwc:latitude '42.9172'^^xsd:double;
  dwc:startLatitude '42.9172'^^xsd:double;
  dwc:endLatitude '42.9172'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2345 42.9172, -70.2345 42.9172, -70.2345 42.9172, -70.2345 42.9172, -70.2345 42.9172))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3383'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.828 -70.234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.828"^^xsd:decimal ;
  dwc:decimalLongitude "-70.234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.828 -70.234)"^^geo:wktLiteral ;
  geo-pos:lat "42.828"^^xsd:decimal ;
  geo-pos:long "-70.234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2435'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2435'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.234'^^xsd:double;
  dwc:startLongitude '-70.234'^^xsd:double;
  dwc:endLongitude '-70.234'^^xsd:double;
  dwc:latitude '42.828'^^xsd:double;
  dwc:startLatitude '42.828'^^xsd:double;
  dwc:endLatitude '42.828'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.234 42.828, -70.234 42.828, -70.234 42.828, -70.234 42.828, -70.234 42.828))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2435'^^xsd:string;
  dwc:observationDate '1990-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.828 -70.234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.828"^^xsd:decimal ;
  dwc:decimalLongitude "-70.234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.828 -70.234)"^^geo:wktLiteral ;
  geo-pos:lat "42.828"^^xsd:decimal ;
  geo-pos:long "-70.234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2438'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2438'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.234'^^xsd:double;
  dwc:startLongitude '-70.234'^^xsd:double;
  dwc:endLongitude '-70.234'^^xsd:double;
  dwc:latitude '42.828'^^xsd:double;
  dwc:startLatitude '42.828'^^xsd:double;
  dwc:endLatitude '42.828'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.234 42.828, -70.234 42.828, -70.234 42.828, -70.234 42.828, -70.234 42.828))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2438'^^xsd:string;
  dwc:observationDate '1990-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.2333)"^^geo:wktLiteral ;
  geo-pos:lat "42.2333"^^xsd:decimal ;
  geo-pos:long "-70.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_74'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_74'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.2333'^^xsd:double;
  dwc:startLongitude '-70.2333'^^xsd:double;
  dwc:endLongitude '-70.2333'^^xsd:double;
  dwc:latitude '42.2333'^^xsd:double;
  dwc:startLatitude '42.2333'^^xsd:double;
  dwc:endLatitude '42.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2333 42.2333, -70.2333 42.2333, -70.2333 42.2333, -70.2333 42.2333, -70.2333 42.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_74'^^xsd:string;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.2333)"^^geo:wktLiteral ;
  geo-pos:lat "42.2333"^^xsd:decimal ;
  geo-pos:long "-70.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_73'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_73'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.2333'^^xsd:double;
  dwc:startLongitude '-70.2333'^^xsd:double;
  dwc:endLongitude '-70.2333'^^xsd:double;
  dwc:latitude '42.2333'^^xsd:double;
  dwc:startLatitude '42.2333'^^xsd:double;
  dwc:endLatitude '42.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2333 42.2333, -70.2333 42.2333, -70.2333 42.2333, -70.2333 42.2333, -70.2333 42.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_73'^^xsd:string;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -70.2333)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-70.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1717'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1717'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2333'^^xsd:double;
  dwc:startLongitude '-70.2333'^^xsd:double;
  dwc:endLongitude '-70.2333'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2333 42.75, -70.2333 42.75, -70.2333 42.75, -70.2333 42.75, -70.2333 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1717'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7667 -70.2333)"^^geo:wktLiteral ;
  geo-pos:lat "42.7667"^^xsd:decimal ;
  geo-pos:long "-70.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1724'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1724'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2333'^^xsd:double;
  dwc:startLongitude '-70.2333'^^xsd:double;
  dwc:endLongitude '-70.2333'^^xsd:double;
  dwc:latitude '42.7667'^^xsd:double;
  dwc:startLatitude '42.7667'^^xsd:double;
  dwc:endLatitude '42.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2333 42.7667, -70.2333 42.7667, -70.2333 42.7667, -70.2333 42.7667, -70.2333 42.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1724'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.399"^^xsd:decimal ;
  dwc:decimalLongitude "-70.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.399 -70.233)"^^geo:wktLiteral ;
  geo-pos:lat "42.399"^^xsd:decimal ;
  geo-pos:long "-70.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2655'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2655'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.233'^^xsd:double;
  dwc:startLongitude '-70.233'^^xsd:double;
  dwc:endLongitude '-70.233'^^xsd:double;
  dwc:latitude '42.399'^^xsd:double;
  dwc:startLatitude '42.399'^^xsd:double;
  dwc:endLatitude '42.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.233 42.399, -70.233 42.399, -70.233 42.399, -70.233 42.399, -70.233 42.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2655'^^xsd:string;
  dwc:observationDate '1987-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9012 -70.2315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9012"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9012 -70.2315)"^^geo:wktLiteral ;
  geo-pos:lat "42.9012"^^xsd:decimal ;
  geo-pos:long "-70.2315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_860'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_860'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-70.2315'^^xsd:double;
  dwc:startLongitude '-70.2315'^^xsd:double;
  dwc:endLongitude '-70.2315'^^xsd:double;
  dwc:latitude '42.9012'^^xsd:double;
  dwc:startLatitude '42.9012'^^xsd:double;
  dwc:endLatitude '42.9012'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2315 42.9012, -70.2315 42.9012, -70.2315 42.9012, -70.2315 42.9012, -70.2315 42.9012))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_860'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9153 -70.2304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9153"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9153 -70.2304)"^^geo:wktLiteral ;
  geo-pos:lat "42.9153"^^xsd:decimal ;
  geo-pos:long "-70.2304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3519'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3519'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-70.2304'^^xsd:double;
  dwc:startLongitude '-70.2304'^^xsd:double;
  dwc:endLongitude '-70.2304'^^xsd:double;
  dwc:latitude '42.9153'^^xsd:double;
  dwc:startLatitude '42.9153'^^xsd:double;
  dwc:endLatitude '42.9153'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2304 42.9153, -70.2304 42.9153, -70.2304 42.9153, -70.2304 42.9153, -70.2304 42.9153))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3519'^^xsd:string;
  dwc:observationDate '2003-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.831 -70.229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.831"^^xsd:decimal ;
  dwc:decimalLongitude "-70.229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.831 -70.229)"^^geo:wktLiteral ;
  geo-pos:lat "42.831"^^xsd:decimal ;
  geo-pos:long "-70.229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_602'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_602'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-70.229'^^xsd:double;
  dwc:startLongitude '-70.229'^^xsd:double;
  dwc:endLongitude '-70.229'^^xsd:double;
  dwc:latitude '42.831'^^xsd:double;
  dwc:startLatitude '42.831'^^xsd:double;
  dwc:endLatitude '42.831'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.229 42.831, -70.229 42.831, -70.229 42.831, -70.229 42.831, -70.229 42.831))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_602'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.2282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.848"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.2282)"^^geo:wktLiteral ;
  geo-pos:lat "42.848"^^xsd:decimal ;
  geo-pos:long "-70.2282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3413'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3413'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2282'^^xsd:double;
  dwc:startLongitude '-70.2282'^^xsd:double;
  dwc:endLongitude '-70.2282'^^xsd:double;
  dwc:latitude '42.848'^^xsd:double;
  dwc:startLatitude '42.848'^^xsd:double;
  dwc:endLatitude '42.848'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2282 42.848, -70.2282 42.848, -70.2282 42.848, -70.2282 42.848, -70.2282 42.848))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3413'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.2282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.848"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.848 -70.2282)"^^geo:wktLiteral ;
  geo-pos:lat "42.848"^^xsd:decimal ;
  geo-pos:long "-70.2282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3409'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3409'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2282'^^xsd:double;
  dwc:startLongitude '-70.2282'^^xsd:double;
  dwc:endLongitude '-70.2282'^^xsd:double;
  dwc:latitude '42.848'^^xsd:double;
  dwc:startLatitude '42.848'^^xsd:double;
  dwc:endLatitude '42.848'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2282 42.848, -70.2282 42.848, -70.2282 42.848, -70.2282 42.848, -70.2282 42.848))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3409'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.836 -70.227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.836"^^xsd:decimal ;
  dwc:decimalLongitude "-70.227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.836 -70.227)"^^geo:wktLiteral ;
  geo-pos:lat "42.836"^^xsd:decimal ;
  geo-pos:long "-70.227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_419'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_419'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.227'^^xsd:double;
  dwc:startLongitude '-70.227'^^xsd:double;
  dwc:endLongitude '-70.227'^^xsd:double;
  dwc:latitude '42.836'^^xsd:double;
  dwc:startLatitude '42.836'^^xsd:double;
  dwc:endLatitude '42.836'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.227 42.836, -70.227 42.836, -70.227 42.836, -70.227 42.836, -70.227 42.836))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_419'^^xsd:string;
  dwc:observationDate '1994-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.927"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  geo-pos:lat "42.927"^^xsd:decimal ;
  geo-pos:long "-70.2266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3411'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3411'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2266'^^xsd:double;
  dwc:startLongitude '-70.2266'^^xsd:double;
  dwc:endLongitude '-70.2266'^^xsd:double;
  dwc:latitude '42.927'^^xsd:double;
  dwc:startLatitude '42.927'^^xsd:double;
  dwc:endLatitude '42.927'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3411'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.927"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  geo-pos:lat "42.927"^^xsd:decimal ;
  geo-pos:long "-70.2266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3407'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3407'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2266'^^xsd:double;
  dwc:startLongitude '-70.2266'^^xsd:double;
  dwc:endLongitude '-70.2266'^^xsd:double;
  dwc:latitude '42.927'^^xsd:double;
  dwc:startLatitude '42.927'^^xsd:double;
  dwc:endLatitude '42.927'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3407'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.927"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  geo-pos:lat "42.927"^^xsd:decimal ;
  geo-pos:long "-70.2266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3415'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3415'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2266'^^xsd:double;
  dwc:startLongitude '-70.2266'^^xsd:double;
  dwc:endLongitude '-70.2266'^^xsd:double;
  dwc:latitude '42.927'^^xsd:double;
  dwc:startLatitude '42.927'^^xsd:double;
  dwc:endLatitude '42.927'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3415'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.927"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  geo-pos:lat "42.927"^^xsd:decimal ;
  geo-pos:long "-70.2266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3410'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3410'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2266'^^xsd:double;
  dwc:startLongitude '-70.2266'^^xsd:double;
  dwc:endLongitude '-70.2266'^^xsd:double;
  dwc:latitude '42.927'^^xsd:double;
  dwc:startLatitude '42.927'^^xsd:double;
  dwc:endLatitude '42.927'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3410'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.927"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.927 -70.2266)"^^geo:wktLiteral ;
  geo-pos:lat "42.927"^^xsd:decimal ;
  geo-pos:long "-70.2266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3408'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3408'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2266'^^xsd:double;
  dwc:startLongitude '-70.2266'^^xsd:double;
  dwc:endLongitude '-70.2266'^^xsd:double;
  dwc:latitude '42.927'^^xsd:double;
  dwc:startLatitude '42.927'^^xsd:double;
  dwc:endLatitude '42.927'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927, -70.2266 42.927))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3408'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.837 -70.226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.837"^^xsd:decimal ;
  dwc:decimalLongitude "-70.226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.837 -70.226)"^^geo:wktLiteral ;
  geo-pos:lat "42.837"^^xsd:decimal ;
  geo-pos:long "-70.226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_379'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_379'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.226'^^xsd:double;
  dwc:startLongitude '-70.226'^^xsd:double;
  dwc:endLongitude '-70.226'^^xsd:double;
  dwc:latitude '42.837'^^xsd:double;
  dwc:startLatitude '42.837'^^xsd:double;
  dwc:endLatitude '42.837'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.226 42.837, -70.226 42.837, -70.226 42.837, -70.226 42.837, -70.226 42.837))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_379'^^xsd:string;
  dwc:observationDate '1994-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8562 -70.2239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8562"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8562 -70.2239)"^^geo:wktLiteral ;
  geo-pos:lat "42.8562"^^xsd:decimal ;
  geo-pos:long "-70.2239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3240'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3240'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2239'^^xsd:double;
  dwc:startLongitude '-70.2239'^^xsd:double;
  dwc:endLongitude '-70.2239'^^xsd:double;
  dwc:latitude '42.8562'^^xsd:double;
  dwc:startLatitude '42.8562'^^xsd:double;
  dwc:endLatitude '42.8562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3240'^^xsd:string;
  dwc:observationDate '2003-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8562 -70.2239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8562"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8562 -70.2239)"^^geo:wktLiteral ;
  geo-pos:lat "42.8562"^^xsd:decimal ;
  geo-pos:long "-70.2239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3236'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3236'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2239'^^xsd:double;
  dwc:startLongitude '-70.2239'^^xsd:double;
  dwc:endLongitude '-70.2239'^^xsd:double;
  dwc:latitude '42.8562'^^xsd:double;
  dwc:startLatitude '42.8562'^^xsd:double;
  dwc:endLatitude '42.8562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3236'^^xsd:string;
  dwc:observationDate '2003-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8562 -70.2239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8562"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8562 -70.2239)"^^geo:wktLiteral ;
  geo-pos:lat "42.8562"^^xsd:decimal ;
  geo-pos:long "-70.2239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3241'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3241'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2239'^^xsd:double;
  dwc:startLongitude '-70.2239'^^xsd:double;
  dwc:endLongitude '-70.2239'^^xsd:double;
  dwc:latitude '42.8562'^^xsd:double;
  dwc:startLatitude '42.8562'^^xsd:double;
  dwc:endLatitude '42.8562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562, -70.2239 42.8562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3241'^^xsd:string;
  dwc:observationDate '2003-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9252 -70.2238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9252"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9252 -70.2238)"^^geo:wktLiteral ;
  geo-pos:lat "42.9252"^^xsd:decimal ;
  geo-pos:long "-70.2238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3414'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3414'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2238'^^xsd:double;
  dwc:startLongitude '-70.2238'^^xsd:double;
  dwc:endLongitude '-70.2238'^^xsd:double;
  dwc:latitude '42.9252'^^xsd:double;
  dwc:startLatitude '42.9252'^^xsd:double;
  dwc:endLatitude '42.9252'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2238 42.9252, -70.2238 42.9252, -70.2238 42.9252, -70.2238 42.9252, -70.2238 42.9252))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3414'^^xsd:string;
  dwc:observationDate '2003-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.839 -70.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.839"^^xsd:decimal ;
  dwc:decimalLongitude "-70.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.839 -70.22)"^^geo:wktLiteral ;
  geo-pos:lat "42.839"^^xsd:decimal ;
  geo-pos:long "-70.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1321'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1321'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.22'^^xsd:double;
  dwc:startLongitude '-70.22'^^xsd:double;
  dwc:endLongitude '-70.22'^^xsd:double;
  dwc:latitude '42.839'^^xsd:double;
  dwc:startLatitude '42.839'^^xsd:double;
  dwc:endLatitude '42.839'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.22 42.839, -70.22 42.839, -70.22 42.839, -70.22 42.839, -70.22 42.839))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1321'^^xsd:string;
  dwc:observationDate '1994-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8659 -70.2184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8659"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8659 -70.2184)"^^geo:wktLiteral ;
  geo-pos:lat "42.8659"^^xsd:decimal ;
  geo-pos:long "-70.2184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3239'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3239'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2184'^^xsd:double;
  dwc:startLongitude '-70.2184'^^xsd:double;
  dwc:endLongitude '-70.2184'^^xsd:double;
  dwc:latitude '42.8659'^^xsd:double;
  dwc:startLatitude '42.8659'^^xsd:double;
  dwc:endLatitude '42.8659'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2184 42.8659, -70.2184 42.8659, -70.2184 42.8659, -70.2184 42.8659, -70.2184 42.8659))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3239'^^xsd:string;
  dwc:observationDate '2003-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8659 -70.2183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8659"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8659 -70.2183)"^^geo:wktLiteral ;
  geo-pos:lat "42.8659"^^xsd:decimal ;
  geo-pos:long "-70.2183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3238'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3238'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2183'^^xsd:double;
  dwc:startLongitude '-70.2183'^^xsd:double;
  dwc:endLongitude '-70.2183'^^xsd:double;
  dwc:latitude '42.8659'^^xsd:double;
  dwc:startLatitude '42.8659'^^xsd:double;
  dwc:endLatitude '42.8659'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2183 42.8659, -70.2183 42.8659, -70.2183 42.8659, -70.2183 42.8659, -70.2183 42.8659))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3238'^^xsd:string;
  dwc:observationDate '2003-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8788 -70.2172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8788"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8788 -70.2172)"^^geo:wktLiteral ;
  geo-pos:lat "42.8788"^^xsd:decimal ;
  geo-pos:long "-70.2172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3272'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3272'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.2172'^^xsd:double;
  dwc:startLongitude '-70.2172'^^xsd:double;
  dwc:endLongitude '-70.2172'^^xsd:double;
  dwc:latitude '42.8788'^^xsd:double;
  dwc:startLatitude '42.8788'^^xsd:double;
  dwc:endLatitude '42.8788'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2172 42.8788, -70.2172 42.8788, -70.2172 42.8788, -70.2172 42.8788, -70.2172 42.8788))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3272'^^xsd:string;
  dwc:observationDate '2003-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8788 -70.2172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8788"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8788 -70.2172)"^^geo:wktLiteral ;
  geo-pos:lat "42.8788"^^xsd:decimal ;
  geo-pos:long "-70.2172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3269'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3269'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.2172'^^xsd:double;
  dwc:startLongitude '-70.2172'^^xsd:double;
  dwc:endLongitude '-70.2172'^^xsd:double;
  dwc:latitude '42.8788'^^xsd:double;
  dwc:startLatitude '42.8788'^^xsd:double;
  dwc:endLatitude '42.8788'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2172 42.8788, -70.2172 42.8788, -70.2172 42.8788, -70.2172 42.8788, -70.2172 42.8788))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3269'^^xsd:string;
  dwc:observationDate '2003-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.858 -70.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.858"^^xsd:decimal ;
  dwc:decimalLongitude "-70.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.858 -70.217)"^^geo:wktLiteral ;
  geo-pos:lat "42.858"^^xsd:decimal ;
  geo-pos:long "-70.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_251'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_251'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.217'^^xsd:double;
  dwc:startLongitude '-70.217'^^xsd:double;
  dwc:endLongitude '-70.217'^^xsd:double;
  dwc:latitude '42.858'^^xsd:double;
  dwc:startLatitude '42.858'^^xsd:double;
  dwc:endLatitude '42.858'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.217 42.858, -70.217 42.858, -70.217 42.858, -70.217 42.858, -70.217 42.858))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_251'^^xsd:string;
  dwc:observationDate '1994-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.858 -70.217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.858"^^xsd:decimal ;
  dwc:decimalLongitude "-70.217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.858 -70.217)"^^geo:wktLiteral ;
  geo-pos:lat "42.858"^^xsd:decimal ;
  geo-pos:long "-70.217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_250'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_250'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.217'^^xsd:double;
  dwc:startLongitude '-70.217'^^xsd:double;
  dwc:endLongitude '-70.217'^^xsd:double;
  dwc:latitude '42.858'^^xsd:double;
  dwc:startLatitude '42.858'^^xsd:double;
  dwc:endLatitude '42.858'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.217 42.858, -70.217 42.858, -70.217 42.858, -70.217 42.858, -70.217 42.858))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_250'^^xsd:string;
  dwc:observationDate '1994-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8667 -70.2167)"^^geo:wktLiteral ;
  geo-pos:lat "42.8667"^^xsd:decimal ;
  geo-pos:long "-70.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1329'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1329'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.2167'^^xsd:double;
  dwc:startLongitude '-70.2167'^^xsd:double;
  dwc:endLongitude '-70.2167'^^xsd:double;
  dwc:latitude '42.8667'^^xsd:double;
  dwc:startLatitude '42.8667'^^xsd:double;
  dwc:endLatitude '42.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2167 42.8667, -70.2167 42.8667, -70.2167 42.8667, -70.2167 42.8667, -70.2167 42.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1329'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.817 -70.216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.817"^^xsd:decimal ;
  dwc:decimalLongitude "-70.216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.817 -70.216)"^^geo:wktLiteral ;
  geo-pos:lat "42.817"^^xsd:decimal ;
  geo-pos:long "-70.216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2345'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2345'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.216'^^xsd:double;
  dwc:startLongitude '-70.216'^^xsd:double;
  dwc:endLongitude '-70.216'^^xsd:double;
  dwc:latitude '42.817'^^xsd:double;
  dwc:startLatitude '42.817'^^xsd:double;
  dwc:endLatitude '42.817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.216 42.817, -70.216 42.817, -70.216 42.817, -70.216 42.817, -70.216 42.817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2345'^^xsd:string;
  dwc:observationDate '1990-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9222 -70.2157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9222"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9222 -70.2157)"^^geo:wktLiteral ;
  geo-pos:lat "42.9222"^^xsd:decimal ;
  geo-pos:long "-70.2157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3485'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3485'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2157'^^xsd:double;
  dwc:startLongitude '-70.2157'^^xsd:double;
  dwc:endLongitude '-70.2157'^^xsd:double;
  dwc:latitude '42.9222'^^xsd:double;
  dwc:startLatitude '42.9222'^^xsd:double;
  dwc:endLatitude '42.9222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2157 42.9222, -70.2157 42.9222, -70.2157 42.9222, -70.2157 42.9222, -70.2157 42.9222))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3485'^^xsd:string;
  dwc:observationDate '2003-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.883 -70.215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.883"^^xsd:decimal ;
  dwc:decimalLongitude "-70.215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.883 -70.215)"^^geo:wktLiteral ;
  geo-pos:lat "42.883"^^xsd:decimal ;
  geo-pos:long "-70.215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_17'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_17'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-70.215'^^xsd:double;
  dwc:startLongitude '-70.215'^^xsd:double;
  dwc:endLongitude '-70.215'^^xsd:double;
  dwc:latitude '42.883'^^xsd:double;
  dwc:startLatitude '42.883'^^xsd:double;
  dwc:endLatitude '42.883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.215 42.883, -70.215 42.883, -70.215 42.883, -70.215 42.883, -70.215 42.883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_17'^^xsd:string;
  dwc:observationDate '1994-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.995 -70.2125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.995"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.995 -70.2125)"^^geo:wktLiteral ;
  geo-pos:lat "42.995"^^xsd:decimal ;
  geo-pos:long "-70.2125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3484'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3484'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.2125'^^xsd:double;
  dwc:startLongitude '-70.2125'^^xsd:double;
  dwc:endLongitude '-70.2125'^^xsd:double;
  dwc:latitude '42.995'^^xsd:double;
  dwc:startLatitude '42.995'^^xsd:double;
  dwc:endLatitude '42.995'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2125 42.995, -70.2125 42.995, -70.2125 42.995, -70.2125 42.995, -70.2125 42.995))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3484'^^xsd:string;
  dwc:observationDate '2003-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9282 -70.2121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9282"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9282 -70.2121)"^^geo:wktLiteral ;
  geo-pos:lat "42.9282"^^xsd:decimal ;
  geo-pos:long "-70.2121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3916'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3916'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.2121'^^xsd:double;
  dwc:startLongitude '-70.2121'^^xsd:double;
  dwc:endLongitude '-70.2121'^^xsd:double;
  dwc:latitude '42.9282'^^xsd:double;
  dwc:startLatitude '42.9282'^^xsd:double;
  dwc:endLatitude '42.9282'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2121 42.9282, -70.2121 42.9282, -70.2121 42.9282, -70.2121 42.9282, -70.2121 42.9282))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3916'^^xsd:string;
  dwc:observationDate '2003-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.883 -70.211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.883"^^xsd:decimal ;
  dwc:decimalLongitude "-70.211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.883 -70.211)"^^geo:wktLiteral ;
  geo-pos:lat "42.883"^^xsd:decimal ;
  geo-pos:long "-70.211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_377'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_377'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.211'^^xsd:double;
  dwc:startLongitude '-70.211'^^xsd:double;
  dwc:endLongitude '-70.211'^^xsd:double;
  dwc:latitude '42.883'^^xsd:double;
  dwc:startLatitude '42.883'^^xsd:double;
  dwc:endLatitude '42.883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.211 42.883, -70.211 42.883, -70.211 42.883, -70.211 42.883, -70.211 42.883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_377'^^xsd:string;
  dwc:observationDate '1994-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.835 -70.205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.835"^^xsd:decimal ;
  dwc:decimalLongitude "-70.205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.835 -70.205)"^^geo:wktLiteral ;
  geo-pos:lat "42.835"^^xsd:decimal ;
  geo-pos:long "-70.205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2346'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2346'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.205'^^xsd:double;
  dwc:startLongitude '-70.205'^^xsd:double;
  dwc:endLongitude '-70.205'^^xsd:double;
  dwc:latitude '42.835'^^xsd:double;
  dwc:startLatitude '42.835'^^xsd:double;
  dwc:endLatitude '42.835'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.205 42.835, -70.205 42.835, -70.205 42.835, -70.205 42.835, -70.205 42.835))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2346'^^xsd:string;
  dwc:observationDate '1990-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.869 -70.205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.869"^^xsd:decimal ;
  dwc:decimalLongitude "-70.205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.869 -70.205)"^^geo:wktLiteral ;
  geo-pos:lat "42.869"^^xsd:decimal ;
  geo-pos:long "-70.205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_378'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_378'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.205'^^xsd:double;
  dwc:startLongitude '-70.205'^^xsd:double;
  dwc:endLongitude '-70.205'^^xsd:double;
  dwc:latitude '42.869'^^xsd:double;
  dwc:startLatitude '42.869'^^xsd:double;
  dwc:endLatitude '42.869'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.205 42.869, -70.205 42.869, -70.205 42.869, -70.205 42.869, -70.205 42.869))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_378'^^xsd:string;
  dwc:observationDate '1994-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.869 -70.205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.869"^^xsd:decimal ;
  dwc:decimalLongitude "-70.205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.869 -70.205)"^^geo:wktLiteral ;
  geo-pos:lat "42.869"^^xsd:decimal ;
  geo-pos:long "-70.205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_380'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_380'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.205'^^xsd:double;
  dwc:startLongitude '-70.205'^^xsd:double;
  dwc:endLongitude '-70.205'^^xsd:double;
  dwc:latitude '42.869'^^xsd:double;
  dwc:startLatitude '42.869'^^xsd:double;
  dwc:endLatitude '42.869'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.205 42.869, -70.205 42.869, -70.205 42.869, -70.205 42.869, -70.205 42.869))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_380'^^xsd:string;
  dwc:observationDate '1994-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.211 -70.204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.211"^^xsd:decimal ;
  dwc:decimalLongitude "-70.204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.211 -70.204)"^^geo:wktLiteral ;
  geo-pos:lat "43.211"^^xsd:decimal ;
  geo-pos:long "-70.204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3310'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3310'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.204'^^xsd:double;
  dwc:startLongitude '-70.204'^^xsd:double;
  dwc:endLongitude '-70.204'^^xsd:double;
  dwc:latitude '43.211'^^xsd:double;
  dwc:startLatitude '43.211'^^xsd:double;
  dwc:endLatitude '43.211'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.204 43.211, -70.204 43.211, -70.204 43.211, -70.204 43.211, -70.204 43.211))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3310'^^xsd:string;
  dwc:observationDate '1986-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.211 -70.204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.211"^^xsd:decimal ;
  dwc:decimalLongitude "-70.204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.211 -70.204)"^^geo:wktLiteral ;
  geo-pos:lat "43.211"^^xsd:decimal ;
  geo-pos:long "-70.204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3309'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3309'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.204'^^xsd:double;
  dwc:startLongitude '-70.204'^^xsd:double;
  dwc:endLongitude '-70.204'^^xsd:double;
  dwc:latitude '43.211'^^xsd:double;
  dwc:startLatitude '43.211'^^xsd:double;
  dwc:endLatitude '43.211'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.204 43.211, -70.204 43.211, -70.204 43.211, -70.204 43.211, -70.204 43.211))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3309'^^xsd:string;
  dwc:observationDate '1986-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.2)"^^geo:wktLiteral ;
  geo-pos:lat "42.1667"^^xsd:decimal ;
  geo-pos:long "-70.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3890'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3890'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.2'^^xsd:double;
  dwc:startLongitude '-70.2'^^xsd:double;
  dwc:endLongitude '-70.2'^^xsd:double;
  dwc:latitude '42.1667'^^xsd:double;
  dwc:startLatitude '42.1667'^^xsd:double;
  dwc:endLatitude '42.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2 42.1667, -70.2 42.1667, -70.2 42.1667, -70.2 42.1667, -70.2 42.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3890'^^xsd:string;
  dwc:observationDate '1980-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2167 -70.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2167 -70.2)"^^geo:wktLiteral ;
  geo-pos:lat "42.2167"^^xsd:decimal ;
  geo-pos:long "-70.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_72'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_72'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-70.2'^^xsd:double;
  dwc:startLongitude '-70.2'^^xsd:double;
  dwc:endLongitude '-70.2'^^xsd:double;
  dwc:latitude '42.2167'^^xsd:double;
  dwc:startLatitude '42.2167'^^xsd:double;
  dwc:endLatitude '42.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2 42.2167, -70.2 42.2167, -70.2 42.2167, -70.2 42.2167, -70.2 42.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_72'^^xsd:string;
  dwc:observationDate '1979-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -70.2)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-70.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3889'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3889'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.2'^^xsd:double;
  dwc:startLongitude '-70.2'^^xsd:double;
  dwc:endLongitude '-70.2'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2 42.8333, -70.2 42.8333, -70.2 42.8333, -70.2 42.8333, -70.2 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3889'^^xsd:string;
  dwc:observationDate '1980-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5167 -70.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-70.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5167 -70.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.5167"^^xsd:decimal ;
  geo-pos:long "-70.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2192'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2192'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-70.2'^^xsd:double;
  dwc:startLongitude '-70.2'^^xsd:double;
  dwc:endLongitude '-70.2'^^xsd:double;
  dwc:latitude '43.5167'^^xsd:double;
  dwc:startLatitude '43.5167'^^xsd:double;
  dwc:endLatitude '43.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.2 43.5167, -70.2 43.5167, -70.2 43.5167, -70.2 43.5167, -70.2 43.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2192'^^xsd:string;
  dwc:observationDate '1982-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8767 -70.1965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8767"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8767 -70.1965)"^^geo:wktLiteral ;
  geo-pos:lat "42.8767"^^xsd:decimal ;
  geo-pos:long "-70.1965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3242'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3242'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.1965'^^xsd:double;
  dwc:startLongitude '-70.1965'^^xsd:double;
  dwc:endLongitude '-70.1965'^^xsd:double;
  dwc:latitude '42.8767'^^xsd:double;
  dwc:startLatitude '42.8767'^^xsd:double;
  dwc:endLatitude '42.8767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1965 42.8767, -70.1965 42.8767, -70.1965 42.8767, -70.1965 42.8767, -70.1965 42.8767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3242'^^xsd:string;
  dwc:observationDate '2003-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8767 -70.1965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8767"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8767 -70.1965)"^^geo:wktLiteral ;
  geo-pos:lat "42.8767"^^xsd:decimal ;
  geo-pos:long "-70.1965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3237'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3237'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^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:longitude '-70.1965'^^xsd:double;
  dwc:startLongitude '-70.1965'^^xsd:double;
  dwc:endLongitude '-70.1965'^^xsd:double;
  dwc:latitude '42.8767'^^xsd:double;
  dwc:startLatitude '42.8767'^^xsd:double;
  dwc:endLatitude '42.8767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1965 42.8767, -70.1965 42.8767, -70.1965 42.8767, -70.1965 42.8767, -70.1965 42.8767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3237'^^xsd:string;
  dwc:observationDate '2003-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9216 -70.1941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9216"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9216 -70.1941)"^^geo:wktLiteral ;
  geo-pos:lat "42.9216"^^xsd:decimal ;
  geo-pos:long "-70.1941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3321'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3321'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.1941'^^xsd:double;
  dwc:startLongitude '-70.1941'^^xsd:double;
  dwc:endLongitude '-70.1941'^^xsd:double;
  dwc:latitude '42.9216'^^xsd:double;
  dwc:startLatitude '42.9216'^^xsd:double;
  dwc:endLatitude '42.9216'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1941 42.9216, -70.1941 42.9216, -70.1941 42.9216, -70.1941 42.9216, -70.1941 42.9216))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3321'^^xsd:string;
  dwc:observationDate '2003-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9216 -70.1941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9216"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9216 -70.1941)"^^geo:wktLiteral ;
  geo-pos:lat "42.9216"^^xsd:decimal ;
  geo-pos:long "-70.1941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3322'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3322'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-70.1941'^^xsd:double;
  dwc:startLongitude '-70.1941'^^xsd:double;
  dwc:endLongitude '-70.1941'^^xsd:double;
  dwc:latitude '42.9216'^^xsd:double;
  dwc:startLatitude '42.9216'^^xsd:double;
  dwc:endLatitude '42.9216'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1941 42.9216, -70.1941 42.9216, -70.1941 42.9216, -70.1941 42.9216, -70.1941 42.9216))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3322'^^xsd:string;
  dwc:observationDate '2003-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.162 -70.194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.162"^^xsd:decimal ;
  dwc:decimalLongitude "-70.194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.162 -70.194)"^^geo:wktLiteral ;
  geo-pos:lat "43.162"^^xsd:decimal ;
  geo-pos:long "-70.194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2475'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2475'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.194'^^xsd:double;
  dwc:startLongitude '-70.194'^^xsd:double;
  dwc:endLongitude '-70.194'^^xsd:double;
  dwc:latitude '43.162'^^xsd:double;
  dwc:startLatitude '43.162'^^xsd:double;
  dwc:endLatitude '43.162'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.194 43.162, -70.194 43.162, -70.194 43.162, -70.194 43.162, -70.194 43.162))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2475'^^xsd:string;
  dwc:observationDate '1986-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8915 -70.1923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8915"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8915 -70.1923)"^^geo:wktLiteral ;
  geo-pos:lat "42.8915"^^xsd:decimal ;
  geo-pos:long "-70.1923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1845'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1845'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-70.1923'^^xsd:double;
  dwc:startLongitude '-70.1923'^^xsd:double;
  dwc:endLongitude '-70.1923'^^xsd:double;
  dwc:latitude '42.8915'^^xsd:double;
  dwc:startLatitude '42.8915'^^xsd:double;
  dwc:endLatitude '42.8915'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1923 42.8915, -70.1923 42.8915, -70.1923 42.8915, -70.1923 42.8915, -70.1923 42.8915))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1845'^^xsd:string;
  dwc:observationDate '2003-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.886 -70.185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.886"^^xsd:decimal ;
  dwc:decimalLongitude "-70.185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.886 -70.185)"^^geo:wktLiteral ;
  geo-pos:lat "42.886"^^xsd:decimal ;
  geo-pos:long "-70.185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3177'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3177'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-70.185'^^xsd:double;
  dwc:startLongitude '-70.185'^^xsd:double;
  dwc:endLongitude '-70.185'^^xsd:double;
  dwc:latitude '42.886'^^xsd:double;
  dwc:startLatitude '42.886'^^xsd:double;
  dwc:endLatitude '42.886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.185 42.886, -70.185 42.886, -70.185 42.886, -70.185 42.886, -70.185 42.886))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3177'^^xsd:string;
  dwc:observationDate '1988-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.959 -70.183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.959"^^xsd:decimal ;
  dwc:decimalLongitude "-70.183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.959 -70.183)"^^geo:wktLiteral ;
  geo-pos:lat "42.959"^^xsd:decimal ;
  geo-pos:long "-70.183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1264'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1264'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.183'^^xsd:double;
  dwc:startLongitude '-70.183'^^xsd:double;
  dwc:endLongitude '-70.183'^^xsd:double;
  dwc:latitude '42.959'^^xsd:double;
  dwc:startLatitude '42.959'^^xsd:double;
  dwc:endLatitude '42.959'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.183 42.959, -70.183 42.959, -70.183 42.959, -70.183 42.959, -70.183 42.959))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1264'^^xsd:string;
  dwc:observationDate '1991-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9048 -70.1822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9048"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9048 -70.1822)"^^geo:wktLiteral ;
  geo-pos:lat "42.9048"^^xsd:decimal ;
  geo-pos:long "-70.1822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3389'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3389'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.1822'^^xsd:double;
  dwc:startLongitude '-70.1822'^^xsd:double;
  dwc:endLongitude '-70.1822'^^xsd:double;
  dwc:latitude '42.9048'^^xsd:double;
  dwc:startLatitude '42.9048'^^xsd:double;
  dwc:endLatitude '42.9048'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1822 42.9048, -70.1822 42.9048, -70.1822 42.9048, -70.1822 42.9048, -70.1822 42.9048))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3389'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.727 -70.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.727"^^xsd:decimal ;
  dwc:decimalLongitude "-70.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.727 -70.18)"^^geo:wktLiteral ;
  geo-pos:lat "42.727"^^xsd:decimal ;
  geo-pos:long "-70.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1862'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1862'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.18'^^xsd:double;
  dwc:startLongitude '-70.18'^^xsd:double;
  dwc:endLongitude '-70.18'^^xsd:double;
  dwc:latitude '42.727'^^xsd:double;
  dwc:startLatitude '42.727'^^xsd:double;
  dwc:endLatitude '42.727'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.18 42.727, -70.18 42.727, -70.18 42.727, -70.18 42.727, -70.18 42.727))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1862'^^xsd:string;
  dwc:observationDate '1988-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9009 -70.1785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9009"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9009 -70.1785)"^^geo:wktLiteral ;
  geo-pos:lat "42.9009"^^xsd:decimal ;
  geo-pos:long "-70.1785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2647'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2647'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.1785'^^xsd:double;
  dwc:startLongitude '-70.1785'^^xsd:double;
  dwc:endLongitude '-70.1785'^^xsd:double;
  dwc:latitude '42.9009'^^xsd:double;
  dwc:startLatitude '42.9009'^^xsd:double;
  dwc:endLatitude '42.9009'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1785 42.9009, -70.1785 42.9009, -70.1785 42.9009, -70.1785 42.9009, -70.1785 42.9009))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2647'^^xsd:string;
  dwc:observationDate '2003-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9009 -70.1785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9009"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9009 -70.1785)"^^geo:wktLiteral ;
  geo-pos:lat "42.9009"^^xsd:decimal ;
  geo-pos:long "-70.1785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3388'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3388'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.1785'^^xsd:double;
  dwc:startLongitude '-70.1785'^^xsd:double;
  dwc:endLongitude '-70.1785'^^xsd:double;
  dwc:latitude '42.9009'^^xsd:double;
  dwc:startLatitude '42.9009'^^xsd:double;
  dwc:endLatitude '42.9009'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1785 42.9009, -70.1785 42.9009, -70.1785 42.9009, -70.1785 42.9009, -70.1785 42.9009))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3388'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.447 -70.178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.447"^^xsd:decimal ;
  dwc:decimalLongitude "-70.178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.447 -70.178)"^^geo:wktLiteral ;
  geo-pos:lat "42.447"^^xsd:decimal ;
  geo-pos:long "-70.178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2700'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2700'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.178'^^xsd:double;
  dwc:startLongitude '-70.178'^^xsd:double;
  dwc:endLongitude '-70.178'^^xsd:double;
  dwc:latitude '42.447'^^xsd:double;
  dwc:startLatitude '42.447'^^xsd:double;
  dwc:endLatitude '42.447'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.178 42.447, -70.178 42.447, -70.178 42.447, -70.178 42.447, -70.178 42.447))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2700'^^xsd:string;
  dwc:observationDate '1987-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.901 -70.172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.901"^^xsd:decimal ;
  dwc:decimalLongitude "-70.172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.901 -70.172)"^^geo:wktLiteral ;
  geo-pos:lat "42.901"^^xsd:decimal ;
  geo-pos:long "-70.172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3211'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3211'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.172'^^xsd:double;
  dwc:startLongitude '-70.172'^^xsd:double;
  dwc:endLongitude '-70.172'^^xsd:double;
  dwc:latitude '42.901'^^xsd:double;
  dwc:startLatitude '42.901'^^xsd:double;
  dwc:endLatitude '42.901'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.172 42.901, -70.172 42.901, -70.172 42.901, -70.172 42.901, -70.172 42.901))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3211'^^xsd:string;
  dwc:observationDate '1987-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9192 -70.1686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9192"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9192 -70.1686)"^^geo:wktLiteral ;
  geo-pos:lat "42.9192"^^xsd:decimal ;
  geo-pos:long "-70.1686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3390'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3390'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.1686'^^xsd:double;
  dwc:startLongitude '-70.1686'^^xsd:double;
  dwc:endLongitude '-70.1686'^^xsd:double;
  dwc:latitude '42.9192'^^xsd:double;
  dwc:startLatitude '42.9192'^^xsd:double;
  dwc:endLatitude '42.9192'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1686 42.9192, -70.1686 42.9192, -70.1686 42.9192, -70.1686 42.9192, -70.1686 42.9192))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3390'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9192 -70.1686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9192"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9192 -70.1686)"^^geo:wktLiteral ;
  geo-pos:lat "42.9192"^^xsd:decimal ;
  geo-pos:long "-70.1686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3387'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3387'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.1686'^^xsd:double;
  dwc:startLongitude '-70.1686'^^xsd:double;
  dwc:endLongitude '-70.1686'^^xsd:double;
  dwc:latitude '42.9192'^^xsd:double;
  dwc:startLatitude '42.9192'^^xsd:double;
  dwc:endLatitude '42.9192'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1686 42.9192, -70.1686 42.9192, -70.1686 42.9192, -70.1686 42.9192, -70.1686 42.9192))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3387'^^xsd:string;
  dwc:observationDate '2003-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.1667)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-70.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_139'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_139'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.1667'^^xsd:double;
  dwc:startLongitude '-70.1667'^^xsd:double;
  dwc:endLongitude '-70.1667'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1667 43.1333, -70.1667 43.1333, -70.1667 43.1333, -70.1667 43.1333, -70.1667 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_139'^^xsd:string;
  dwc:observationDate '1995-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.882 -70.165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.882"^^xsd:decimal ;
  dwc:decimalLongitude "-70.165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.882 -70.165)"^^geo:wktLiteral ;
  geo-pos:lat "42.882"^^xsd:decimal ;
  geo-pos:long "-70.165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3397'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3397'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.165'^^xsd:double;
  dwc:startLongitude '-70.165'^^xsd:double;
  dwc:endLongitude '-70.165'^^xsd:double;
  dwc:latitude '42.882'^^xsd:double;
  dwc:startLatitude '42.882'^^xsd:double;
  dwc:endLatitude '42.882'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.165 42.882, -70.165 42.882, -70.165 42.882, -70.165 42.882, -70.165 42.882))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3397'^^xsd:string;
  dwc:observationDate '1986-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 -70.165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "-70.165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 -70.165)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "-70.165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3155'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3155'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.165'^^xsd:double;
  dwc:startLongitude '-70.165'^^xsd:double;
  dwc:endLongitude '-70.165'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:startLatitude '42.91'^^xsd:double;
  dwc:endLatitude '42.91'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.165 42.91, -70.165 42.91, -70.165 42.91, -70.165 42.91, -70.165 42.91))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3155'^^xsd:string;
  dwc:observationDate '1988-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.181 -70.151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.181"^^xsd:decimal ;
  dwc:decimalLongitude "-70.151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.181 -70.151)"^^geo:wktLiteral ;
  geo-pos:lat "43.181"^^xsd:decimal ;
  geo-pos:long "-70.151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2107'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2107'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.151'^^xsd:double;
  dwc:startLongitude '-70.151'^^xsd:double;
  dwc:endLongitude '-70.151'^^xsd:double;
  dwc:latitude '43.181'^^xsd:double;
  dwc:startLatitude '43.181'^^xsd:double;
  dwc:endLatitude '43.181'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.151 43.181, -70.151 43.181, -70.151 43.181, -70.151 43.181, -70.151 43.181))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2107'^^xsd:string;
  dwc:observationDate '1986-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.181 -70.151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.181"^^xsd:decimal ;
  dwc:decimalLongitude "-70.151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.181 -70.151)"^^geo:wktLiteral ;
  geo-pos:lat "43.181"^^xsd:decimal ;
  geo-pos:long "-70.151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2106'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2106'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.151'^^xsd:double;
  dwc:startLongitude '-70.151'^^xsd:double;
  dwc:endLongitude '-70.151'^^xsd:double;
  dwc:latitude '43.181'^^xsd:double;
  dwc:startLatitude '43.181'^^xsd:double;
  dwc:endLatitude '43.181'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.151 43.181, -70.151 43.181, -70.151 43.181, -70.151 43.181, -70.151 43.181))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2106'^^xsd:string;
  dwc:observationDate '1986-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.079 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.079"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.079 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.079"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_887'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_887'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.079'^^xsd:double;
  dwc:startLatitude '43.079'^^xsd:double;
  dwc:endLatitude '43.079'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.079, -70.147 43.079, -70.147 43.079, -70.147 43.079, -70.147 43.079))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_887'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.079 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.079"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.079 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.079"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_884'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_884'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.079'^^xsd:double;
  dwc:startLatitude '43.079'^^xsd:double;
  dwc:endLatitude '43.079'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.079, -70.147 43.079, -70.147 43.079, -70.147 43.079, -70.147 43.079))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_884'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1685'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1685'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1685'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1687'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1687'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1687'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1683'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1683'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1683'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1688'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1688'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1688'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1684'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1684'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1684'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1689'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1689'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1689'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1686'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1686'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1686'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.108"^^xsd:decimal ;
  dwc:decimalLongitude "-70.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.108 -70.147)"^^geo:wktLiteral ;
  geo-pos:lat "43.108"^^xsd:decimal ;
  geo-pos:long "-70.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1617'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1617'^^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:longitude '-70.147'^^xsd:double;
  dwc:startLongitude '-70.147'^^xsd:double;
  dwc:endLongitude '-70.147'^^xsd:double;
  dwc:latitude '43.108'^^xsd:double;
  dwc:startLatitude '43.108'^^xsd:double;
  dwc:endLatitude '43.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108, -70.147 43.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1617'^^xsd:string;
  dwc:observationDate '1990-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.917 -70.146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.917 -70.146)"^^geo:wktLiteral ;
  geo-pos:lat "42.917"^^xsd:decimal ;
  geo-pos:long "-70.146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_100'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_100'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.146'^^xsd:double;
  dwc:startLongitude '-70.146'^^xsd:double;
  dwc:endLongitude '-70.146'^^xsd:double;
  dwc:latitude '42.917'^^xsd:double;
  dwc:startLatitude '42.917'^^xsd:double;
  dwc:endLatitude '42.917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.146 42.917, -70.146 42.917, -70.146 42.917, -70.146 42.917, -70.146 42.917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_100'^^xsd:string;
  dwc:observationDate '1990-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.917 -70.146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.917 -70.146)"^^geo:wktLiteral ;
  geo-pos:lat "42.917"^^xsd:decimal ;
  geo-pos:long "-70.146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1705'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1705'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.146'^^xsd:double;
  dwc:startLongitude '-70.146'^^xsd:double;
  dwc:endLongitude '-70.146'^^xsd:double;
  dwc:latitude '42.917'^^xsd:double;
  dwc:startLatitude '42.917'^^xsd:double;
  dwc:endLatitude '42.917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.146 42.917, -70.146 42.917, -70.146 42.917, -70.146 42.917, -70.146 42.917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1705'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1706> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.917 -70.146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.917"^^xsd:decimal ;
  dwc:decimalLongitude "-70.146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.917 -70.146)"^^geo:wktLiteral ;
  geo-pos:lat "42.917"^^xsd:decimal ;
  geo-pos:long "-70.146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1706'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1706'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-70.146'^^xsd:double;
  dwc:startLongitude '-70.146'^^xsd:double;
  dwc:endLongitude '-70.146'^^xsd:double;
  dwc:latitude '42.917'^^xsd:double;
  dwc:startLatitude '42.917'^^xsd:double;
  dwc:endLatitude '42.917'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.146 42.917, -70.146 42.917, -70.146 42.917, -70.146 42.917, -70.146 42.917))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1706'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.144 -70.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.144"^^xsd:decimal ;
  dwc:decimalLongitude "-70.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.144 -70.14)"^^geo:wktLiteral ;
  geo-pos:lat "43.144"^^xsd:decimal ;
  geo-pos:long "-70.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3799'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3799'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-70.14'^^xsd:double;
  dwc:startLongitude '-70.14'^^xsd:double;
  dwc:endLongitude '-70.14'^^xsd:double;
  dwc:latitude '43.144'^^xsd:double;
  dwc:startLatitude '43.144'^^xsd:double;
  dwc:endLatitude '43.144'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.14 43.144, -70.14 43.144, -70.14 43.144, -70.14 43.144, -70.14 43.144))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3799'^^xsd:string;
  dwc:observationDate '1988-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.106 -70.135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.106"^^xsd:decimal ;
  dwc:decimalLongitude "-70.135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.106 -70.135)"^^geo:wktLiteral ;
  geo-pos:lat "43.106"^^xsd:decimal ;
  geo-pos:long "-70.135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1824'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1824'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.135'^^xsd:double;
  dwc:startLongitude '-70.135'^^xsd:double;
  dwc:endLongitude '-70.135'^^xsd:double;
  dwc:latitude '43.106'^^xsd:double;
  dwc:startLatitude '43.106'^^xsd:double;
  dwc:endLatitude '43.106'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.135 43.106, -70.135 43.106, -70.135 43.106, -70.135 43.106, -70.135 43.106))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1824'^^xsd:string;
  dwc:observationDate '1986-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.2333"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1482'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1482'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-70.1333'^^xsd:double;
  dwc:startLongitude '-70.1333'^^xsd:double;
  dwc:endLongitude '-70.1333'^^xsd:double;
  dwc:latitude '42.2333'^^xsd:double;
  dwc:startLatitude '42.2333'^^xsd:double;
  dwc:endLatitude '42.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1333 42.2333, -70.1333 42.2333, -70.1333 42.2333, -70.1333 42.2333, -70.1333 42.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1482'^^xsd:string;
  dwc:observationDate '1980-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2333 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.2333"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3891'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3891'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:startLongitude '-70.1333'^^xsd:double;
  dwc:endLongitude '-70.1333'^^xsd:double;
  dwc:latitude '42.2333'^^xsd:double;
  dwc:startLatitude '42.2333'^^xsd:double;
  dwc:endLatitude '42.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1333 42.2333, -70.1333 42.2333, -70.1333 42.2333, -70.1333 42.2333, -70.1333 42.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3891'^^xsd:string;
  dwc:observationDate '1980-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9667 -70.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9667 -70.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.9667"^^xsd:decimal ;
  geo-pos:long "-70.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2251'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2251'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.1333'^^xsd:double;
  dwc:startLongitude '-70.1333'^^xsd:double;
  dwc:endLongitude '-70.1333'^^xsd:double;
  dwc:latitude '42.9667'^^xsd:double;
  dwc:startLatitude '42.9667'^^xsd:double;
  dwc:endLatitude '42.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1333 42.9667, -70.1333 42.9667, -70.1333 42.9667, -70.1333 42.9667, -70.1333 42.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2251'^^xsd:string;
  dwc:observationDate '1986-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.046 -70.126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.046"^^xsd:decimal ;
  dwc:decimalLongitude "-70.126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.046 -70.126)"^^geo:wktLiteral ;
  geo-pos:lat "43.046"^^xsd:decimal ;
  geo-pos:long "-70.126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1787'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1787'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-70.126'^^xsd:double;
  dwc:startLongitude '-70.126'^^xsd:double;
  dwc:endLongitude '-70.126'^^xsd:double;
  dwc:latitude '43.046'^^xsd:double;
  dwc:startLatitude '43.046'^^xsd:double;
  dwc:endLatitude '43.046'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.126 43.046, -70.126 43.046, -70.126 43.046, -70.126 43.046, -70.126 43.046))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1787'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-70.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1833 -70.1167)"^^geo:wktLiteral ;
  geo-pos:lat "42.1833"^^xsd:decimal ;
  geo-pos:long "-70.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_579'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_579'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-70.1167'^^xsd:double;
  dwc:startLongitude '-70.1167'^^xsd:double;
  dwc:endLongitude '-70.1167'^^xsd:double;
  dwc:latitude '42.1833'^^xsd:double;
  dwc:startLatitude '42.1833'^^xsd:double;
  dwc:endLatitude '42.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.1167 42.1833, -70.1167 42.1833, -70.1167 42.1833, -70.1167 42.1833, -70.1167 42.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_579'^^xsd:string;
  dwc:observationDate '1980-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.146 -70.116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.146"^^xsd:decimal ;
  dwc:decimalLongitude "-70.116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.146 -70.116)"^^geo:wktLiteral ;
  geo-pos:lat "42.146"^^xsd:decimal ;
  geo-pos:long "-70.116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_276'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_276'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-70.116'^^xsd:double;
  dwc:startLongitude '-70.116'^^xsd:double;
  dwc:endLongitude '-70.116'^^xsd:double;
  dwc:latitude '42.146'^^xsd:double;
  dwc:startLatitude '42.146'^^xsd:double;
  dwc:endLatitude '42.146'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.116 42.146, -70.116 42.146, -70.116 42.146, -70.116 42.146, -70.116 42.146))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_276'^^xsd:string;
  dwc:observationDate '1989-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.083 -70.113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.083"^^xsd:decimal ;
  dwc:decimalLongitude "-70.113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.083 -70.113)"^^geo:wktLiteral ;
  geo-pos:lat "43.083"^^xsd:decimal ;
  geo-pos:long "-70.113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2370'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2370'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.113'^^xsd:double;
  dwc:startLongitude '-70.113'^^xsd:double;
  dwc:endLongitude '-70.113'^^xsd:double;
  dwc:latitude '43.083'^^xsd:double;
  dwc:startLatitude '43.083'^^xsd:double;
  dwc:endLatitude '43.083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.113 43.083, -70.113 43.083, -70.113 43.083, -70.113 43.083, -70.113 43.083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2370'^^xsd:string;
  dwc:observationDate '1987-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.115 -70.111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.115"^^xsd:decimal ;
  dwc:decimalLongitude "-70.111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.115 -70.111)"^^geo:wktLiteral ;
  geo-pos:lat "43.115"^^xsd:decimal ;
  geo-pos:long "-70.111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_933'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_933'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.111'^^xsd:double;
  dwc:startLongitude '-70.111'^^xsd:double;
  dwc:endLongitude '-70.111'^^xsd:double;
  dwc:latitude '43.115'^^xsd:double;
  dwc:startLatitude '43.115'^^xsd:double;
  dwc:endLatitude '43.115'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.111 43.115, -70.111 43.115, -70.111 43.115, -70.111 43.115, -70.111 43.115))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_933'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.979 -70.108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.979"^^xsd:decimal ;
  dwc:decimalLongitude "-70.108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.979 -70.108)"^^geo:wktLiteral ;
  geo-pos:lat "42.979"^^xsd:decimal ;
  geo-pos:long "-70.108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2899'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2899'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.108'^^xsd:double;
  dwc:startLongitude '-70.108'^^xsd:double;
  dwc:endLongitude '-70.108'^^xsd:double;
  dwc:latitude '42.979'^^xsd:double;
  dwc:startLatitude '42.979'^^xsd:double;
  dwc:endLatitude '42.979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.108 42.979, -70.108 42.979, -70.108 42.979, -70.108 42.979, -70.108 42.979))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2899'^^xsd:string;
  dwc:observationDate '1988-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.979 -70.108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.979"^^xsd:decimal ;
  dwc:decimalLongitude "-70.108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.979 -70.108)"^^geo:wktLiteral ;
  geo-pos:lat "42.979"^^xsd:decimal ;
  geo-pos:long "-70.108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2898'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2898'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.108'^^xsd:double;
  dwc:startLongitude '-70.108'^^xsd:double;
  dwc:endLongitude '-70.108'^^xsd:double;
  dwc:latitude '42.979'^^xsd:double;
  dwc:startLatitude '42.979'^^xsd:double;
  dwc:endLatitude '42.979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.108 42.979, -70.108 42.979, -70.108 42.979, -70.108 42.979, -70.108 42.979))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2898'^^xsd:string;
  dwc:observationDate '1988-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.979 -70.108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.979"^^xsd:decimal ;
  dwc:decimalLongitude "-70.108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.979 -70.108)"^^geo:wktLiteral ;
  geo-pos:lat "42.979"^^xsd:decimal ;
  geo-pos:long "-70.108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2900'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2900'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.108'^^xsd:double;
  dwc:startLongitude '-70.108'^^xsd:double;
  dwc:endLongitude '-70.108'^^xsd:double;
  dwc:latitude '42.979'^^xsd:double;
  dwc:startLatitude '42.979'^^xsd:double;
  dwc:endLatitude '42.979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.108 42.979, -70.108 42.979, -70.108 42.979, -70.108 42.979, -70.108 42.979))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2900'^^xsd:string;
  dwc:observationDate '1988-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.105"^^xsd:decimal ;
  dwc:decimalLongitude "-70.107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.107)"^^geo:wktLiteral ;
  geo-pos:lat "43.105"^^xsd:decimal ;
  geo-pos:long "-70.107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_411'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_411'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.107'^^xsd:double;
  dwc:startLongitude '-70.107'^^xsd:double;
  dwc:endLongitude '-70.107'^^xsd:double;
  dwc:latitude '43.105'^^xsd:double;
  dwc:startLatitude '43.105'^^xsd:double;
  dwc:endLatitude '43.105'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.107 43.105, -70.107 43.105, -70.107 43.105, -70.107 43.105, -70.107 43.105))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_411'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.105"^^xsd:decimal ;
  dwc:decimalLongitude "-70.107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.107)"^^geo:wktLiteral ;
  geo-pos:lat "43.105"^^xsd:decimal ;
  geo-pos:long "-70.107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_408'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_408'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.107'^^xsd:double;
  dwc:startLongitude '-70.107'^^xsd:double;
  dwc:endLongitude '-70.107'^^xsd:double;
  dwc:latitude '43.105'^^xsd:double;
  dwc:startLatitude '43.105'^^xsd:double;
  dwc:endLatitude '43.105'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.107 43.105, -70.107 43.105, -70.107 43.105, -70.107 43.105, -70.107 43.105))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_408'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.105"^^xsd:decimal ;
  dwc:decimalLongitude "-70.107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.107)"^^geo:wktLiteral ;
  geo-pos:lat "43.105"^^xsd:decimal ;
  geo-pos:long "-70.107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_409'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_409'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.107'^^xsd:double;
  dwc:startLongitude '-70.107'^^xsd:double;
  dwc:endLongitude '-70.107'^^xsd:double;
  dwc:latitude '43.105'^^xsd:double;
  dwc:startLatitude '43.105'^^xsd:double;
  dwc:endLatitude '43.105'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.107 43.105, -70.107 43.105, -70.107 43.105, -70.107 43.105, -70.107 43.105))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_409'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.152 -70.097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.152"^^xsd:decimal ;
  dwc:decimalLongitude "-70.097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.152 -70.097)"^^geo:wktLiteral ;
  geo-pos:lat "43.152"^^xsd:decimal ;
  geo-pos:long "-70.097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_481'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_481'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.097'^^xsd:double;
  dwc:startLongitude '-70.097'^^xsd:double;
  dwc:endLongitude '-70.097'^^xsd:double;
  dwc:latitude '43.152'^^xsd:double;
  dwc:startLatitude '43.152'^^xsd:double;
  dwc:endLatitude '43.152'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.097 43.152, -70.097 43.152, -70.097 43.152, -70.097 43.152, -70.097 43.152))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_481'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.122 -70.094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.122"^^xsd:decimal ;
  dwc:decimalLongitude "-70.094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.122 -70.094)"^^geo:wktLiteral ;
  geo-pos:lat "43.122"^^xsd:decimal ;
  geo-pos:long "-70.094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_934'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_934'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.094'^^xsd:double;
  dwc:startLongitude '-70.094'^^xsd:double;
  dwc:endLongitude '-70.094'^^xsd:double;
  dwc:latitude '43.122'^^xsd:double;
  dwc:startLatitude '43.122'^^xsd:double;
  dwc:endLatitude '43.122'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.094 43.122, -70.094 43.122, -70.094 43.122, -70.094 43.122, -70.094 43.122))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_934'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.122 -70.094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.122"^^xsd:decimal ;
  dwc:decimalLongitude "-70.094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.122 -70.094)"^^geo:wktLiteral ;
  geo-pos:lat "43.122"^^xsd:decimal ;
  geo-pos:long "-70.094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_931'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_931'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.094'^^xsd:double;
  dwc:startLongitude '-70.094'^^xsd:double;
  dwc:endLongitude '-70.094'^^xsd:double;
  dwc:latitude '43.122'^^xsd:double;
  dwc:startLatitude '43.122'^^xsd:double;
  dwc:endLatitude '43.122'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.094 43.122, -70.094 43.122, -70.094 43.122, -70.094 43.122, -70.094 43.122))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_931'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.122 -70.094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.122"^^xsd:decimal ;
  dwc:decimalLongitude "-70.094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.122 -70.094)"^^geo:wktLiteral ;
  geo-pos:lat "43.122"^^xsd:decimal ;
  geo-pos:long "-70.094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_932'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_932'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-70.094'^^xsd:double;
  dwc:startLongitude '-70.094'^^xsd:double;
  dwc:endLongitude '-70.094'^^xsd:double;
  dwc:latitude '43.122'^^xsd:double;
  dwc:startLatitude '43.122'^^xsd:double;
  dwc:endLatitude '43.122'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.094 43.122, -70.094 43.122, -70.094 43.122, -70.094 43.122, -70.094 43.122))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_932'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.043 -70.091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.043"^^xsd:decimal ;
  dwc:decimalLongitude "-70.091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.043 -70.091)"^^geo:wktLiteral ;
  geo-pos:lat "43.043"^^xsd:decimal ;
  geo-pos:long "-70.091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_405'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_405'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.091'^^xsd:double;
  dwc:startLongitude '-70.091'^^xsd:double;
  dwc:endLongitude '-70.091'^^xsd:double;
  dwc:latitude '43.043'^^xsd:double;
  dwc:startLatitude '43.043'^^xsd:double;
  dwc:endLatitude '43.043'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.091 43.043, -70.091 43.043, -70.091 43.043, -70.091 43.043, -70.091 43.043))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_405'^^xsd:string;
  dwc:observationDate '1987-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.121 -70.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.121"^^xsd:decimal ;
  dwc:decimalLongitude "-70.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.121 -70.085)"^^geo:wktLiteral ;
  geo-pos:lat "43.121"^^xsd:decimal ;
  geo-pos:long "-70.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_430'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_430'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.085'^^xsd:double;
  dwc:startLongitude '-70.085'^^xsd:double;
  dwc:endLongitude '-70.085'^^xsd:double;
  dwc:latitude '43.121'^^xsd:double;
  dwc:startLatitude '43.121'^^xsd:double;
  dwc:endLatitude '43.121'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.085 43.121, -70.085 43.121, -70.085 43.121, -70.085 43.121, -70.085 43.121))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_430'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.143 -70.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.143"^^xsd:decimal ;
  dwc:decimalLongitude "-70.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.143 -70.085)"^^geo:wktLiteral ;
  geo-pos:lat "43.143"^^xsd:decimal ;
  geo-pos:long "-70.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_885'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_885'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.085'^^xsd:double;
  dwc:startLongitude '-70.085'^^xsd:double;
  dwc:endLongitude '-70.085'^^xsd:double;
  dwc:latitude '43.143'^^xsd:double;
  dwc:startLatitude '43.143'^^xsd:double;
  dwc:endLatitude '43.143'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.085 43.143, -70.085 43.143, -70.085 43.143, -70.085 43.143, -70.085 43.143))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_885'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.143 -70.085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.143"^^xsd:decimal ;
  dwc:decimalLongitude "-70.085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.143 -70.085)"^^geo:wktLiteral ;
  geo-pos:lat "43.143"^^xsd:decimal ;
  geo-pos:long "-70.085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_886'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_886'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.085'^^xsd:double;
  dwc:startLongitude '-70.085'^^xsd:double;
  dwc:endLongitude '-70.085'^^xsd:double;
  dwc:latitude '43.143'^^xsd:double;
  dwc:startLatitude '43.143'^^xsd:double;
  dwc:endLatitude '43.143'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.085 43.143, -70.085 43.143, -70.085 43.143, -70.085 43.143, -70.085 43.143))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_886'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.139 -70.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.139"^^xsd:decimal ;
  dwc:decimalLongitude "-70.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.139 -70.083)"^^geo:wktLiteral ;
  geo-pos:lat "43.139"^^xsd:decimal ;
  geo-pos:long "-70.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1116'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1116'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-70.083'^^xsd:double;
  dwc:startLongitude '-70.083'^^xsd:double;
  dwc:endLongitude '-70.083'^^xsd:double;
  dwc:latitude '43.139'^^xsd:double;
  dwc:startLatitude '43.139'^^xsd:double;
  dwc:endLatitude '43.139'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.083 43.139, -70.083 43.139, -70.083 43.139, -70.083 43.139, -70.083 43.139))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1116'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.105"^^xsd:decimal ;
  dwc:decimalLongitude "-70.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.105 -70.08)"^^geo:wktLiteral ;
  geo-pos:lat "43.105"^^xsd:decimal ;
  geo-pos:long "-70.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_410'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_410'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.08'^^xsd:double;
  dwc:startLongitude '-70.08'^^xsd:double;
  dwc:endLongitude '-70.08'^^xsd:double;
  dwc:latitude '43.105'^^xsd:double;
  dwc:startLatitude '43.105'^^xsd:double;
  dwc:endLatitude '43.105'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.08 43.105, -70.08 43.105, -70.08 43.105, -70.08 43.105, -70.08 43.105))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_410'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "-70.069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.069)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "-70.069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_429'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_429'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.069'^^xsd:double;
  dwc:startLongitude '-70.069'^^xsd:double;
  dwc:endLongitude '-70.069'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:startLatitude '43.11'^^xsd:double;
  dwc:endLatitude '43.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.069 43.11, -70.069 43.11, -70.069 43.11, -70.069 43.11, -70.069 43.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_429'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "-70.069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.069)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "-70.069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_427'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_427'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.069'^^xsd:double;
  dwc:startLongitude '-70.069'^^xsd:double;
  dwc:endLongitude '-70.069'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:startLatitude '43.11'^^xsd:double;
  dwc:endLatitude '43.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.069 43.11, -70.069 43.11, -70.069 43.11, -70.069 43.11, -70.069 43.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_427'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0667 -70.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.0667 -70.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.0667"^^xsd:decimal ;
  geo-pos:long "-70.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2535'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2535'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-70.0667'^^xsd:double;
  dwc:startLongitude '-70.0667'^^xsd:double;
  dwc:endLongitude '-70.0667'^^xsd:double;
  dwc:latitude '43.0667'^^xsd:double;
  dwc:startLatitude '43.0667'^^xsd:double;
  dwc:endLatitude '43.0667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0667 43.0667, -70.0667 43.0667, -70.0667 43.0667, -70.0667 43.0667, -70.0667 43.0667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2535'^^xsd:string;
  dwc:observationDate '1995-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1777> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -70.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -70.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.1"^^xsd:decimal ;
  geo-pos:long "-70.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1777'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1777'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.0667'^^xsd:double;
  dwc:startLongitude '-70.0667'^^xsd:double;
  dwc:endLongitude '-70.0667'^^xsd:double;
  dwc:latitude '43.1'^^xsd:double;
  dwc:startLatitude '43.1'^^xsd:double;
  dwc:endLatitude '43.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0667 43.1, -70.0667 43.1, -70.0667 43.1, -70.0667 43.1, -70.0667 43.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1777'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -70.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -70.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.1"^^xsd:decimal ;
  geo-pos:long "-70.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1776'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1776'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.0667'^^xsd:double;
  dwc:startLongitude '-70.0667'^^xsd:double;
  dwc:endLongitude '-70.0667'^^xsd:double;
  dwc:latitude '43.1'^^xsd:double;
  dwc:startLatitude '43.1'^^xsd:double;
  dwc:endLatitude '43.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0667 43.1, -70.0667 43.1, -70.0667 43.1, -70.0667 43.1, -70.0667 43.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1776'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-70.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1327'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1327'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.0667'^^xsd:double;
  dwc:startLongitude '-70.0667'^^xsd:double;
  dwc:endLongitude '-70.0667'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0667 43.1333, -70.0667 43.1333, -70.0667 43.1333, -70.0667 43.1333, -70.0667 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1327'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.051 -70.066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.051"^^xsd:decimal ;
  dwc:decimalLongitude "-70.066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.051 -70.066)"^^geo:wktLiteral ;
  geo-pos:lat "43.051"^^xsd:decimal ;
  geo-pos:long "-70.066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2863'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2863'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-70.066'^^xsd:double;
  dwc:startLongitude '-70.066'^^xsd:double;
  dwc:endLongitude '-70.066'^^xsd:double;
  dwc:latitude '43.051'^^xsd:double;
  dwc:startLatitude '43.051'^^xsd:double;
  dwc:endLatitude '43.051'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.066 43.051, -70.066 43.051, -70.066 43.051, -70.066 43.051, -70.066 43.051))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2863'^^xsd:string;
  dwc:observationDate '1988-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.138 -70.059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.138"^^xsd:decimal ;
  dwc:decimalLongitude "-70.059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.138 -70.059)"^^geo:wktLiteral ;
  geo-pos:lat "43.138"^^xsd:decimal ;
  geo-pos:long "-70.059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_480'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_480'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.059'^^xsd:double;
  dwc:startLongitude '-70.059'^^xsd:double;
  dwc:endLongitude '-70.059'^^xsd:double;
  dwc:latitude '43.138'^^xsd:double;
  dwc:startLatitude '43.138'^^xsd:double;
  dwc:endLatitude '43.138'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.059 43.138, -70.059 43.138, -70.059 43.138, -70.059 43.138, -70.059 43.138))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_480'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.061 -70.057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.061"^^xsd:decimal ;
  dwc:decimalLongitude "-70.057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.061 -70.057)"^^geo:wktLiteral ;
  geo-pos:lat "43.061"^^xsd:decimal ;
  geo-pos:long "-70.057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1025'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1025'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.057'^^xsd:double;
  dwc:startLongitude '-70.057'^^xsd:double;
  dwc:endLongitude '-70.057'^^xsd:double;
  dwc:latitude '43.061'^^xsd:double;
  dwc:startLatitude '43.061'^^xsd:double;
  dwc:endLatitude '43.061'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.057 43.061, -70.057 43.061, -70.057 43.061, -70.057 43.061, -70.057 43.061))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1025'^^xsd:string;
  dwc:observationDate '1991-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.847"^^xsd:decimal ;
  dwc:decimalLongitude "-70.054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.847 -70.054)"^^geo:wktLiteral ;
  geo-pos:lat "42.847"^^xsd:decimal ;
  geo-pos:long "-70.054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_587'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_587'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.054'^^xsd:double;
  dwc:startLongitude '-70.054'^^xsd:double;
  dwc:endLongitude '-70.054'^^xsd:double;
  dwc:latitude '42.847'^^xsd:double;
  dwc:startLatitude '42.847'^^xsd:double;
  dwc:endLatitude '42.847'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.054 42.847, -70.054 42.847, -70.054 42.847, -70.054 42.847, -70.054 42.847))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_587'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.169 -70.054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.169"^^xsd:decimal ;
  dwc:decimalLongitude "-70.054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.169 -70.054)"^^geo:wktLiteral ;
  geo-pos:lat "43.169"^^xsd:decimal ;
  geo-pos:long "-70.054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_479'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_479'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.054'^^xsd:double;
  dwc:startLongitude '-70.054'^^xsd:double;
  dwc:endLongitude '-70.054'^^xsd:double;
  dwc:latitude '43.169'^^xsd:double;
  dwc:startLatitude '43.169'^^xsd:double;
  dwc:endLatitude '43.169'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.054 43.169, -70.054 43.169, -70.054 43.169, -70.054 43.169, -70.054 43.169))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_479'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1667 -70.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.1667"^^xsd:decimal ;
  geo-pos:long "-70.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3653'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3653'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-70.05'^^xsd:double;
  dwc:startLongitude '-70.05'^^xsd:double;
  dwc:endLongitude '-70.05'^^xsd:double;
  dwc:latitude '42.1667'^^xsd:double;
  dwc:startLatitude '42.1667'^^xsd:double;
  dwc:endLatitude '42.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.05 42.1667, -70.05 42.1667, -70.05 42.1667, -70.05 42.1667, -70.05 42.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3653'^^xsd:string;
  dwc:observationDate '1980-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -70.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2"^^xsd:decimal ;
  dwc:decimalLongitude "-70.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -70.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.2"^^xsd:decimal ;
  geo-pos:long "-70.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_59'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_59'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-70.05'^^xsd:double;
  dwc:startLongitude '-70.05'^^xsd:double;
  dwc:endLongitude '-70.05'^^xsd:double;
  dwc:latitude '42.2'^^xsd:double;
  dwc:startLatitude '42.2'^^xsd:double;
  dwc:endLatitude '42.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.05 42.2, -70.05 42.2, -70.05 42.2, -70.05 42.2, -70.05 42.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_59'^^xsd:string;
  dwc:observationDate '1980-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.85"^^xsd:decimal ;
  dwc:decimalLongitude "-70.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.85 -70.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.85"^^xsd:decimal ;
  geo-pos:long "-70.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_588'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_588'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.05'^^xsd:double;
  dwc:startLongitude '-70.05'^^xsd:double;
  dwc:endLongitude '-70.05'^^xsd:double;
  dwc:latitude '42.85'^^xsd:double;
  dwc:startLatitude '42.85'^^xsd:double;
  dwc:endLatitude '42.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.05 42.85, -70.05 42.85, -70.05 42.85, -70.05 42.85, -70.05 42.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_588'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.131 -70.047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.131"^^xsd:decimal ;
  dwc:decimalLongitude "-70.047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.131 -70.047)"^^geo:wktLiteral ;
  geo-pos:lat "43.131"^^xsd:decimal ;
  geo-pos:long "-70.047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1026'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1026'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.047'^^xsd:double;
  dwc:startLongitude '-70.047'^^xsd:double;
  dwc:endLongitude '-70.047'^^xsd:double;
  dwc:latitude '43.131'^^xsd:double;
  dwc:startLatitude '43.131'^^xsd:double;
  dwc:endLatitude '43.131'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.047 43.131, -70.047 43.131, -70.047 43.131, -70.047 43.131, -70.047 43.131))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1026'^^xsd:string;
  dwc:observationDate '1991-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.131 -70.047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.131"^^xsd:decimal ;
  dwc:decimalLongitude "-70.047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.131 -70.047)"^^geo:wktLiteral ;
  geo-pos:lat "43.131"^^xsd:decimal ;
  geo-pos:long "-70.047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1024'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1024'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-70.047'^^xsd:double;
  dwc:startLongitude '-70.047'^^xsd:double;
  dwc:endLongitude '-70.047'^^xsd:double;
  dwc:latitude '43.131'^^xsd:double;
  dwc:startLatitude '43.131'^^xsd:double;
  dwc:endLatitude '43.131'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.047 43.131, -70.047 43.131, -70.047 43.131, -70.047 43.131, -70.047 43.131))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1024'^^xsd:string;
  dwc:observationDate '1991-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 -70.047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.14"^^xsd:decimal ;
  dwc:decimalLongitude "-70.047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.14 -70.047)"^^geo:wktLiteral ;
  geo-pos:lat "43.14"^^xsd:decimal ;
  geo-pos:long "-70.047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_135'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_135'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-70.047'^^xsd:double;
  dwc:startLongitude '-70.047'^^xsd:double;
  dwc:endLongitude '-70.047'^^xsd:double;
  dwc:latitude '43.14'^^xsd:double;
  dwc:startLatitude '43.14'^^xsd:double;
  dwc:endLatitude '43.14'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.047 43.14, -70.047 43.14, -70.047 43.14, -70.047 43.14, -70.047 43.14))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_135'^^xsd:string;
  dwc:observationDate '1989-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.169 -70.046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.169"^^xsd:decimal ;
  dwc:decimalLongitude "-70.046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.169 -70.046)"^^geo:wktLiteral ;
  geo-pos:lat "43.169"^^xsd:decimal ;
  geo-pos:long "-70.046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_476'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_476'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.046'^^xsd:double;
  dwc:startLongitude '-70.046'^^xsd:double;
  dwc:endLongitude '-70.046'^^xsd:double;
  dwc:latitude '43.169'^^xsd:double;
  dwc:startLatitude '43.169'^^xsd:double;
  dwc:endLatitude '43.169'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.046 43.169, -70.046 43.169, -70.046 43.169, -70.046 43.169, -70.046 43.169))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_476'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.246 -70.046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.246"^^xsd:decimal ;
  dwc:decimalLongitude "-70.046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.246 -70.046)"^^geo:wktLiteral ;
  geo-pos:lat "43.246"^^xsd:decimal ;
  geo-pos:long "-70.046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_244'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_244'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-70.046'^^xsd:double;
  dwc:startLongitude '-70.046'^^xsd:double;
  dwc:endLongitude '-70.046'^^xsd:double;
  dwc:latitude '43.246'^^xsd:double;
  dwc:startLatitude '43.246'^^xsd:double;
  dwc:endLatitude '43.246'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.046 43.246, -70.046 43.246, -70.046 43.246, -70.046 43.246, -70.046 43.246))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_244'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.119"^^xsd:decimal ;
  dwc:decimalLongitude "-70.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  geo-pos:lat "43.119"^^xsd:decimal ;
  geo-pos:long "-70.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1559'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1559'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.045'^^xsd:double;
  dwc:startLongitude '-70.045'^^xsd:double;
  dwc:endLongitude '-70.045'^^xsd:double;
  dwc:latitude '43.119'^^xsd:double;
  dwc:startLatitude '43.119'^^xsd:double;
  dwc:endLatitude '43.119'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1559'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.119"^^xsd:decimal ;
  dwc:decimalLongitude "-70.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  geo-pos:lat "43.119"^^xsd:decimal ;
  geo-pos:long "-70.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1560'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1560'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.045'^^xsd:double;
  dwc:startLongitude '-70.045'^^xsd:double;
  dwc:endLongitude '-70.045'^^xsd:double;
  dwc:latitude '43.119'^^xsd:double;
  dwc:startLatitude '43.119'^^xsd:double;
  dwc:endLatitude '43.119'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1560'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.119"^^xsd:decimal ;
  dwc:decimalLongitude "-70.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  geo-pos:lat "43.119"^^xsd:decimal ;
  geo-pos:long "-70.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1563'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1563'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.045'^^xsd:double;
  dwc:startLongitude '-70.045'^^xsd:double;
  dwc:endLongitude '-70.045'^^xsd:double;
  dwc:latitude '43.119'^^xsd:double;
  dwc:startLatitude '43.119'^^xsd:double;
  dwc:endLatitude '43.119'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1563'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.119"^^xsd:decimal ;
  dwc:decimalLongitude "-70.045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.119 -70.045)"^^geo:wktLiteral ;
  geo-pos:lat "43.119"^^xsd:decimal ;
  geo-pos:long "-70.045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1562'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1562'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-70.045'^^xsd:double;
  dwc:startLongitude '-70.045'^^xsd:double;
  dwc:endLongitude '-70.045'^^xsd:double;
  dwc:latitude '43.119'^^xsd:double;
  dwc:startLatitude '43.119'^^xsd:double;
  dwc:endLatitude '43.119'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119, -70.045 43.119))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1562'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "-70.042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.042)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "-70.042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_428'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_428'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.042'^^xsd:double;
  dwc:startLongitude '-70.042'^^xsd:double;
  dwc:endLongitude '-70.042'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:startLatitude '43.11'^^xsd:double;
  dwc:endLatitude '43.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.042 43.11, -70.042 43.11, -70.042 43.11, -70.042 43.11, -70.042 43.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_428'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.11"^^xsd:decimal ;
  dwc:decimalLongitude "-70.042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.11 -70.042)"^^geo:wktLiteral ;
  geo-pos:lat "43.11"^^xsd:decimal ;
  geo-pos:long "-70.042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_426'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_426'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-70.042'^^xsd:double;
  dwc:startLongitude '-70.042'^^xsd:double;
  dwc:endLongitude '-70.042'^^xsd:double;
  dwc:latitude '43.11'^^xsd:double;
  dwc:startLatitude '43.11'^^xsd:double;
  dwc:endLatitude '43.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.042 43.11, -70.042 43.11, -70.042 43.11, -70.042 43.11, -70.042 43.11))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_426'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 -70.037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "-70.037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 -70.037)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "-70.037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_965'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_965'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.037'^^xsd:double;
  dwc:startLongitude '-70.037'^^xsd:double;
  dwc:endLongitude '-70.037'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:startLatitude '43.06'^^xsd:double;
  dwc:endLatitude '43.06'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.037 43.06, -70.037 43.06, -70.037 43.06, -70.037 43.06, -70.037 43.06))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_965'^^xsd:string;
  dwc:observationDate '1987-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1778> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-70.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1778'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1778'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.0333'^^xsd:double;
  dwc:startLongitude '-70.0333'^^xsd:double;
  dwc:endLongitude '-70.0333'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1778'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1779> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-70.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1779'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1779'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.0333'^^xsd:double;
  dwc:startLongitude '-70.0333'^^xsd:double;
  dwc:endLongitude '-70.0333'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1779'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-70.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1781'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1781'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.0333'^^xsd:double;
  dwc:startLongitude '-70.0333'^^xsd:double;
  dwc:endLongitude '-70.0333'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1781'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1780> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-70.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1780'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1780'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.0333'^^xsd:double;
  dwc:startLongitude '-70.0333'^^xsd:double;
  dwc:endLongitude '-70.0333'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1780'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -70.0333)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-70.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1782'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1782'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-70.0333'^^xsd:double;
  dwc:startLongitude '-70.0333'^^xsd:double;
  dwc:endLongitude '-70.0333'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333, -70.0333 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1782'^^xsd:string;
  dwc:observationDate '1995-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.069 -70.032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.069"^^xsd:decimal ;
  dwc:decimalLongitude "-70.032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.069 -70.032)"^^geo:wktLiteral ;
  geo-pos:lat "43.069"^^xsd:decimal ;
  geo-pos:long "-70.032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1471'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1471'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-70.032'^^xsd:double;
  dwc:startLongitude '-70.032'^^xsd:double;
  dwc:endLongitude '-70.032'^^xsd:double;
  dwc:latitude '43.069'^^xsd:double;
  dwc:startLatitude '43.069'^^xsd:double;
  dwc:endLatitude '43.069'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.032 43.069, -70.032 43.069, -70.032 43.069, -70.032 43.069, -70.032 43.069))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1471'^^xsd:string;
  dwc:observationDate '1987-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.168 -70.029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.168"^^xsd:decimal ;
  dwc:decimalLongitude "-70.029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.168 -70.029)"^^geo:wktLiteral ;
  geo-pos:lat "43.168"^^xsd:decimal ;
  geo-pos:long "-70.029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_477'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_477'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.029'^^xsd:double;
  dwc:startLongitude '-70.029'^^xsd:double;
  dwc:endLongitude '-70.029'^^xsd:double;
  dwc:latitude '43.168'^^xsd:double;
  dwc:startLatitude '43.168'^^xsd:double;
  dwc:endLatitude '43.168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.029 43.168, -70.029 43.168, -70.029 43.168, -70.029 43.168, -70.029 43.168))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_477'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.168 -70.029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.168"^^xsd:decimal ;
  dwc:decimalLongitude "-70.029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.168 -70.029)"^^geo:wktLiteral ;
  geo-pos:lat "43.168"^^xsd:decimal ;
  geo-pos:long "-70.029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_475'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_475'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.029'^^xsd:double;
  dwc:startLongitude '-70.029'^^xsd:double;
  dwc:endLongitude '-70.029'^^xsd:double;
  dwc:latitude '43.168'^^xsd:double;
  dwc:startLatitude '43.168'^^xsd:double;
  dwc:endLatitude '43.168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.029 43.168, -70.029 43.168, -70.029 43.168, -70.029 43.168, -70.029 43.168))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_475'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.194 -70.028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.194"^^xsd:decimal ;
  dwc:decimalLongitude "-70.028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.194 -70.028)"^^geo:wktLiteral ;
  geo-pos:lat "43.194"^^xsd:decimal ;
  geo-pos:long "-70.028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_396'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_396'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-70.028'^^xsd:double;
  dwc:startLongitude '-70.028'^^xsd:double;
  dwc:endLongitude '-70.028'^^xsd:double;
  dwc:latitude '43.194'^^xsd:double;
  dwc:startLatitude '43.194'^^xsd:double;
  dwc:endLatitude '43.194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.028 43.194, -70.028 43.194, -70.028 43.194, -70.028 43.194, -70.028 43.194))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_396'^^xsd:string;
  dwc:observationDate '1991-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.849 -70.024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.849"^^xsd:decimal ;
  dwc:decimalLongitude "-70.024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.849 -70.024)"^^geo:wktLiteral ;
  geo-pos:lat "42.849"^^xsd:decimal ;
  geo-pos:long "-70.024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_381'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_381'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-70.024'^^xsd:double;
  dwc:startLongitude '-70.024'^^xsd:double;
  dwc:endLongitude '-70.024'^^xsd:double;
  dwc:latitude '42.849'^^xsd:double;
  dwc:startLatitude '42.849'^^xsd:double;
  dwc:endLatitude '42.849'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.024 42.849, -70.024 42.849, -70.024 42.849, -70.024 42.849, -70.024 42.849))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_381'^^xsd:string;
  dwc:observationDate '1994-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -70.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-70.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -70.0167)"^^geo:wktLiteral ;
  geo-pos:lat "43.1667"^^xsd:decimal ;
  geo-pos:long "-70.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_484'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_484'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-70.0167'^^xsd:double;
  dwc:startLongitude '-70.0167'^^xsd:double;
  dwc:endLongitude '-70.0167'^^xsd:double;
  dwc:latitude '43.1667'^^xsd:double;
  dwc:startLatitude '43.1667'^^xsd:double;
  dwc:endLatitude '43.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.0167 43.1667, -70.0167 43.1667, -70.0167 43.1667, -70.0167 43.1667, -70.0167 43.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_484'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.81 -70.009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.81"^^xsd:decimal ;
  dwc:decimalLongitude "-70.009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.81 -70.009)"^^geo:wktLiteral ;
  geo-pos:lat "42.81"^^xsd:decimal ;
  geo-pos:long "-70.009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_586'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_586'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-70.009'^^xsd:double;
  dwc:startLongitude '-70.009'^^xsd:double;
  dwc:endLongitude '-70.009'^^xsd:double;
  dwc:latitude '42.81'^^xsd:double;
  dwc:startLatitude '42.81'^^xsd:double;
  dwc:endLatitude '42.81'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.009 42.81, -70.009 42.81, -70.009 42.81, -70.009 42.81, -70.009 42.81))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_586'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.166 -70.006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.166"^^xsd:decimal ;
  dwc:decimalLongitude "-70.006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.166 -70.006)"^^geo:wktLiteral ;
  geo-pos:lat "43.166"^^xsd:decimal ;
  geo-pos:long "-70.006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_357'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_357'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-70.006'^^xsd:double;
  dwc:startLongitude '-70.006'^^xsd:double;
  dwc:endLongitude '-70.006'^^xsd:double;
  dwc:latitude '43.166'^^xsd:double;
  dwc:startLatitude '43.166'^^xsd:double;
  dwc:endLatitude '43.166'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-70.006 43.166, -70.006 43.166, -70.006 43.166, -70.006 43.166, -70.006 43.166))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_357'^^xsd:string;
  dwc:observationDate '1991-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -69.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -69.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-69.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1323'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1323'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.95'^^xsd:double;
  dwc:startLongitude '-69.95'^^xsd:double;
  dwc:endLongitude '-69.95'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.95 43.1333, -69.95 43.1333, -69.95 43.1333, -69.95 43.1333, -69.95 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1323'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.088 -69.938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.088"^^xsd:decimal ;
  dwc:decimalLongitude "-69.938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.088 -69.938)"^^geo:wktLiteral ;
  geo-pos:lat "43.088"^^xsd:decimal ;
  geo-pos:long "-69.938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_252'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_252'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.938'^^xsd:double;
  dwc:startLongitude '-69.938'^^xsd:double;
  dwc:endLongitude '-69.938'^^xsd:double;
  dwc:latitude '43.088'^^xsd:double;
  dwc:startLatitude '43.088'^^xsd:double;
  dwc:endLatitude '43.088'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.938 43.088, -69.938 43.088, -69.938 43.088, -69.938 43.088, -69.938 43.088))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_252'^^xsd:string;
  dwc:observationDate '1994-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.088 -69.938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.088"^^xsd:decimal ;
  dwc:decimalLongitude "-69.938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.088 -69.938)"^^geo:wktLiteral ;
  geo-pos:lat "43.088"^^xsd:decimal ;
  geo-pos:long "-69.938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_249'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_249'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.938'^^xsd:double;
  dwc:startLongitude '-69.938'^^xsd:double;
  dwc:endLongitude '-69.938'^^xsd:double;
  dwc:latitude '43.088'^^xsd:double;
  dwc:startLatitude '43.088'^^xsd:double;
  dwc:endLatitude '43.088'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.938 43.088, -69.938 43.088, -69.938 43.088, -69.938 43.088, -69.938 43.088))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_249'^^xsd:string;
  dwc:observationDate '1994-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09 -69.931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.09"^^xsd:decimal ;
  dwc:decimalLongitude "-69.931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.09 -69.931)"^^geo:wktLiteral ;
  geo-pos:lat "43.09"^^xsd:decimal ;
  geo-pos:long "-69.931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1153'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1153'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-69.931'^^xsd:double;
  dwc:startLongitude '-69.931'^^xsd:double;
  dwc:endLongitude '-69.931'^^xsd:double;
  dwc:latitude '43.09'^^xsd:double;
  dwc:startLatitude '43.09'^^xsd:double;
  dwc:endLatitude '43.09'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.931 43.09, -69.931 43.09, -69.931 43.09, -69.931 43.09, -69.931 43.09))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1153'^^xsd:string;
  dwc:observationDate '1994-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.093 -69.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.093"^^xsd:decimal ;
  dwc:decimalLongitude "-69.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.093 -69.92)"^^geo:wktLiteral ;
  geo-pos:lat "43.093"^^xsd:decimal ;
  geo-pos:long "-69.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_323'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_323'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.92'^^xsd:double;
  dwc:startLongitude '-69.92'^^xsd:double;
  dwc:endLongitude '-69.92'^^xsd:double;
  dwc:latitude '43.093'^^xsd:double;
  dwc:startLatitude '43.093'^^xsd:double;
  dwc:endLatitude '43.093'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.92 43.093, -69.92 43.093, -69.92 43.093, -69.92 43.093, -69.92 43.093))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_323'^^xsd:string;
  dwc:observationDate '1994-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.099 -69.893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.099"^^xsd:decimal ;
  dwc:decimalLongitude "-69.893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.099 -69.893)"^^geo:wktLiteral ;
  geo-pos:lat "43.099"^^xsd:decimal ;
  geo-pos:long "-69.893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_248'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_248'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.893'^^xsd:double;
  dwc:startLongitude '-69.893'^^xsd:double;
  dwc:endLongitude '-69.893'^^xsd:double;
  dwc:latitude '43.099'^^xsd:double;
  dwc:startLatitude '43.099'^^xsd:double;
  dwc:endLatitude '43.099'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.893 43.099, -69.893 43.099, -69.893 43.099, -69.893 43.099, -69.893 43.099))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_248'^^xsd:string;
  dwc:observationDate '1994-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.8833)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "-69.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2478'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2478'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.8833'^^xsd:double;
  dwc:startLongitude '-69.8833'^^xsd:double;
  dwc:endLongitude '-69.8833'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:startLatitude '41.9'^^xsd:double;
  dwc:endLatitude '41.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.8833 41.9, -69.8833 41.9, -69.8833 41.9, -69.8833 41.9, -69.8833 41.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2478'^^xsd:string;
  dwc:observationDate '1987-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.8667)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "-69.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2654'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2654'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.8667'^^xsd:double;
  dwc:startLongitude '-69.8667'^^xsd:double;
  dwc:endLongitude '-69.8667'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:startLatitude '41.9'^^xsd:double;
  dwc:endLatitude '41.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.8667 41.9, -69.8667 41.9, -69.8667 41.9, -69.8667 41.9, -69.8667 41.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2654'^^xsd:string;
  dwc:observationDate '1987-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.088 -69.844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.088"^^xsd:decimal ;
  dwc:decimalLongitude "-69.844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.088 -69.844)"^^geo:wktLiteral ;
  geo-pos:lat "42.088"^^xsd:decimal ;
  geo-pos:long "-69.844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3553'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_3553'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-69.844'^^xsd:double;
  dwc:startLongitude '-69.844'^^xsd:double;
  dwc:endLongitude '-69.844'^^xsd:double;
  dwc:latitude '42.088'^^xsd:double;
  dwc:startLatitude '42.088'^^xsd:double;
  dwc:endLatitude '42.088'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.844 42.088, -69.844 42.088, -69.844 42.088, -69.844 42.088, -69.844 42.088))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3553'^^xsd:string;
  dwc:observationDate '1994-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.088 -69.844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.088"^^xsd:decimal ;
  dwc:decimalLongitude "-69.844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.088 -69.844)"^^geo:wktLiteral ;
  geo-pos:lat "42.088"^^xsd:decimal ;
  geo-pos:long "-69.844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3551'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_3551'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-69.844'^^xsd:double;
  dwc:startLongitude '-69.844'^^xsd:double;
  dwc:endLongitude '-69.844'^^xsd:double;
  dwc:latitude '42.088'^^xsd:double;
  dwc:startLatitude '42.088'^^xsd:double;
  dwc:endLatitude '42.088'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.844 42.088, -69.844 42.088, -69.844 42.088, -69.844 42.088, -69.844 42.088))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3551'^^xsd:string;
  dwc:observationDate '1994-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8333 -69.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8333 -69.8333)"^^geo:wktLiteral ;
  geo-pos:lat "41.8333"^^xsd:decimal ;
  geo-pos:long "-69.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2658'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2658'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.8333'^^xsd:double;
  dwc:startLongitude '-69.8333'^^xsd:double;
  dwc:endLongitude '-69.8333'^^xsd:double;
  dwc:latitude '41.8333'^^xsd:double;
  dwc:startLatitude '41.8333'^^xsd:double;
  dwc:endLatitude '41.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.8333 41.8333, -69.8333 41.8333, -69.8333 41.8333, -69.8333 41.8333, -69.8333 41.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2658'^^xsd:string;
  dwc:observationDate '1987-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.85 -69.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.85"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.85 -69.8333)"^^geo:wktLiteral ;
  geo-pos:lat "41.85"^^xsd:decimal ;
  geo-pos:long "-69.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2657'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2657'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.8333'^^xsd:double;
  dwc:startLongitude '-69.8333'^^xsd:double;
  dwc:endLongitude '-69.8333'^^xsd:double;
  dwc:latitude '41.85'^^xsd:double;
  dwc:startLatitude '41.85'^^xsd:double;
  dwc:endLatitude '41.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.8333 41.85, -69.8333 41.85, -69.8333 41.85, -69.8333 41.85, -69.8333 41.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2657'^^xsd:string;
  dwc:observationDate '1987-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.8333)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "-69.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2477'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2477'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.8333'^^xsd:double;
  dwc:startLongitude '-69.8333'^^xsd:double;
  dwc:endLongitude '-69.8333'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:startLatitude '41.9'^^xsd:double;
  dwc:endLatitude '41.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.8333 41.9, -69.8333 41.9, -69.8333 41.9, -69.8333 41.9, -69.8333 41.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2477'^^xsd:string;
  dwc:observationDate '1987-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1167 -69.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1167 -69.8167)"^^geo:wktLiteral ;
  geo-pos:lat "43.1167"^^xsd:decimal ;
  geo-pos:long "-69.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2283'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2283'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.8167'^^xsd:double;
  dwc:startLongitude '-69.8167'^^xsd:double;
  dwc:endLongitude '-69.8167'^^xsd:double;
  dwc:latitude '43.1167'^^xsd:double;
  dwc:startLatitude '43.1167'^^xsd:double;
  dwc:endLatitude '43.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.8167 43.1167, -69.8167 43.1167, -69.8167 43.1167, -69.8167 43.1167, -69.8167 43.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2283'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7167 -69.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7167 -69.75)"^^geo:wktLiteral ;
  geo-pos:lat "41.7167"^^xsd:decimal ;
  geo-pos:long "-69.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3723'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3723'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-69.75'^^xsd:double;
  dwc:startLongitude '-69.75'^^xsd:double;
  dwc:endLongitude '-69.75'^^xsd:double;
  dwc:latitude '41.7167'^^xsd:double;
  dwc:startLatitude '41.7167'^^xsd:double;
  dwc:endLatitude '41.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.75 41.7167, -69.75 41.7167, -69.75 41.7167, -69.75 41.7167, -69.75 41.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3723'^^xsd:string;
  dwc:observationDate '1980-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3833> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7333"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3833'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3833'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.7333'^^xsd:double;
  dwc:startLatitude '41.7333'^^xsd:double;
  dwc:endLatitude '41.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3833'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3834> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7333"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3834'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3834'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.7333'^^xsd:double;
  dwc:startLatitude '41.7333'^^xsd:double;
  dwc:endLatitude '41.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3834'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7333"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3840'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3840'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.7333'^^xsd:double;
  dwc:startLatitude '41.7333'^^xsd:double;
  dwc:endLatitude '41.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3840'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7333"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3836'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3836'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.7333'^^xsd:double;
  dwc:startLatitude '41.7333'^^xsd:double;
  dwc:endLatitude '41.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3836'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7333"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3837'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3837'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.7333'^^xsd:double;
  dwc:startLatitude '41.7333'^^xsd:double;
  dwc:endLatitude '41.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3837'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7333"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3842'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3842'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.7333'^^xsd:double;
  dwc:startLatitude '41.7333'^^xsd:double;
  dwc:endLatitude '41.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3842'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7333 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7333"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3838'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3838'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.7333'^^xsd:double;
  dwc:startLatitude '41.7333'^^xsd:double;
  dwc:endLatitude '41.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333, -69.7333 41.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3838'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3835> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.75"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.75"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3835'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3835'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.75'^^xsd:double;
  dwc:startLatitude '41.75'^^xsd:double;
  dwc:endLatitude '41.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.75, -69.7333 41.75, -69.7333 41.75, -69.7333 41.75, -69.7333 41.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3835'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75 -69.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.75"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75 -69.7333)"^^geo:wktLiteral ;
  geo-pos:lat "41.75"^^xsd:decimal ;
  geo-pos:long "-69.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3839'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3839'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-69.7333'^^xsd:double;
  dwc:startLongitude '-69.7333'^^xsd:double;
  dwc:endLongitude '-69.7333'^^xsd:double;
  dwc:latitude '41.75'^^xsd:double;
  dwc:startLatitude '41.75'^^xsd:double;
  dwc:endLatitude '41.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7333 41.75, -69.7333 41.75, -69.7333 41.75, -69.7333 41.75, -69.7333 41.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3839'^^xsd:string;
  dwc:observationDate '1980-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7167 -69.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7167 -69.7167)"^^geo:wktLiteral ;
  geo-pos:lat "41.7167"^^xsd:decimal ;
  geo-pos:long "-69.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3722'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3722'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-69.7167'^^xsd:double;
  dwc:startLongitude '-69.7167'^^xsd:double;
  dwc:endLongitude '-69.7167'^^xsd:double;
  dwc:latitude '41.7167'^^xsd:double;
  dwc:startLatitude '41.7167'^^xsd:double;
  dwc:endLatitude '41.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7167 41.7167, -69.7167 41.7167, -69.7167 41.7167, -69.7167 41.7167, -69.7167 41.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3722'^^xsd:string;
  dwc:observationDate '1980-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.657 -69.713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.657"^^xsd:decimal ;
  dwc:decimalLongitude "-69.713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.657 -69.713)"^^geo:wktLiteral ;
  geo-pos:lat "41.657"^^xsd:decimal ;
  geo-pos:long "-69.713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1344'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1344'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.713'^^xsd:double;
  dwc:startLongitude '-69.713'^^xsd:double;
  dwc:endLongitude '-69.713'^^xsd:double;
  dwc:latitude '41.657'^^xsd:double;
  dwc:startLatitude '41.657'^^xsd:double;
  dwc:endLatitude '41.657'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.713 41.657, -69.713 41.657, -69.713 41.657, -69.713 41.657, -69.713 41.657))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1344'^^xsd:string;
  dwc:observationDate '1989-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3739'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3739'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3739'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3742'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3742'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3742'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3744'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3744'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3744'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3734'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3734'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3734'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3743'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3743'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3743'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3735'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3735'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3735'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3741'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3741'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3741'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3754'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3754'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3754'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3740'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3740'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3740'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3736'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3736'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3736'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3737'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3737'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3737'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3738'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3738'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3738'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3733'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3733'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:startLongitude '-69.7'^^xsd:double;
  dwc:endLongitude '-69.7'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7, -69.7 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3733'^^xsd:string;
  dwc:observationDate '1980-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.709 -69.693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.709"^^xsd:decimal ;
  dwc:decimalLongitude "-69.693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.709 -69.693)"^^geo:wktLiteral ;
  geo-pos:lat "41.709"^^xsd:decimal ;
  geo-pos:long "-69.693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_228'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_228'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.693'^^xsd:double;
  dwc:startLongitude '-69.693'^^xsd:double;
  dwc:endLongitude '-69.693'^^xsd:double;
  dwc:latitude '41.709'^^xsd:double;
  dwc:startLatitude '41.709'^^xsd:double;
  dwc:endLatitude '41.709'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.693 41.709, -69.693 41.709, -69.693 41.709, -69.693 41.709, -69.693 41.709))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_228'^^xsd:string;
  dwc:observationDate '1991-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.651 -69.688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.651"^^xsd:decimal ;
  dwc:decimalLongitude "-69.688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.651 -69.688)"^^geo:wktLiteral ;
  geo-pos:lat "41.651"^^xsd:decimal ;
  geo-pos:long "-69.688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1639'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1639'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-69.688'^^xsd:double;
  dwc:startLongitude '-69.688'^^xsd:double;
  dwc:endLongitude '-69.688'^^xsd:double;
  dwc:latitude '41.651'^^xsd:double;
  dwc:startLatitude '41.651'^^xsd:double;
  dwc:endLatitude '41.651'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.688 41.651, -69.688 41.651, -69.688 41.651, -69.688 41.651, -69.688 41.651))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1639'^^xsd:string;
  dwc:observationDate '1991-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1618> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.645 -69.677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.645"^^xsd:decimal ;
  dwc:decimalLongitude "-69.677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.645 -69.677)"^^geo:wktLiteral ;
  geo-pos:lat "41.645"^^xsd:decimal ;
  geo-pos:long "-69.677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1618'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1618'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.677'^^xsd:double;
  dwc:startLongitude '-69.677'^^xsd:double;
  dwc:endLongitude '-69.677'^^xsd:double;
  dwc:latitude '41.645'^^xsd:double;
  dwc:startLatitude '41.645'^^xsd:double;
  dwc:endLatitude '41.645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.677 41.645, -69.677 41.645, -69.677 41.645, -69.677 41.645, -69.677 41.645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1618'^^xsd:string;
  dwc:observationDate '1991-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6 -69.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6 -69.6667)"^^geo:wktLiteral ;
  geo-pos:lat "41.6"^^xsd:decimal ;
  geo-pos:long "-69.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2479'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2479'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.6667'^^xsd:double;
  dwc:startLongitude '-69.6667'^^xsd:double;
  dwc:endLongitude '-69.6667'^^xsd:double;
  dwc:latitude '41.6'^^xsd:double;
  dwc:startLatitude '41.6'^^xsd:double;
  dwc:endLatitude '41.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6667 41.6, -69.6667 41.6, -69.6667 41.6, -69.6667 41.6, -69.6667 41.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2479'^^xsd:string;
  dwc:observationDate '1987-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "41.6333"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3758'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3758'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '41.6333'^^xsd:double;
  dwc:startLatitude '41.6333'^^xsd:double;
  dwc:endLatitude '41.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3758'^^xsd:string;
  dwc:observationDate '1980-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "41.6333"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3757'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3757'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '41.6333'^^xsd:double;
  dwc:startLatitude '41.6333'^^xsd:double;
  dwc:endLatitude '41.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3757'^^xsd:string;
  dwc:observationDate '1980-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "41.6333"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3759'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3759'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '41.6333'^^xsd:double;
  dwc:startLatitude '41.6333'^^xsd:double;
  dwc:endLatitude '41.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3759'^^xsd:string;
  dwc:observationDate '1980-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "41.6333"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3755'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3755'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '41.6333'^^xsd:double;
  dwc:startLatitude '41.6333'^^xsd:double;
  dwc:endLatitude '41.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3755'^^xsd:string;
  dwc:observationDate '1980-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "41.6333"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3756'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3756'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '41.6333'^^xsd:double;
  dwc:startLatitude '41.6333'^^xsd:double;
  dwc:endLatitude '41.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333, -69.65 41.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3756'^^xsd:string;
  dwc:observationDate '1980-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "41.8"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3760'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3760'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '41.8'^^xsd:double;
  dwc:startLatitude '41.8'^^xsd:double;
  dwc:endLatitude '41.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 41.8, -69.65 41.8, -69.65 41.8, -69.65 41.8, -69.65 41.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3760'^^xsd:string;
  dwc:observationDate '1980-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.1"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1328'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1328'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '43.1'^^xsd:double;
  dwc:startLatitude '43.1'^^xsd:double;
  dwc:endLatitude '43.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 43.1, -69.65 43.1, -69.65 43.1, -69.65 43.1, -69.65 43.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1328'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.1"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2279'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2279'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '43.1'^^xsd:double;
  dwc:startLatitude '43.1'^^xsd:double;
  dwc:endLatitude '43.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 43.1, -69.65 43.1, -69.65 43.1, -69.65 43.1, -69.65 43.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2279'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -69.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1"^^xsd:decimal ;
  dwc:decimalLongitude "-69.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1 -69.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.1"^^xsd:decimal ;
  geo-pos:long "-69.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2280'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2280'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.65'^^xsd:double;
  dwc:startLongitude '-69.65'^^xsd:double;
  dwc:endLongitude '-69.65'^^xsd:double;
  dwc:latitude '43.1'^^xsd:double;
  dwc:startLatitude '43.1'^^xsd:double;
  dwc:endLatitude '43.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.65 43.1, -69.65 43.1, -69.65 43.1, -69.65 43.1, -69.65 43.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2280'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.627 -69.644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.627"^^xsd:decimal ;
  dwc:decimalLongitude "-69.644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.627 -69.644)"^^geo:wktLiteral ;
  geo-pos:lat "41.627"^^xsd:decimal ;
  geo-pos:long "-69.644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2555'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2555'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.644'^^xsd:double;
  dwc:startLongitude '-69.644'^^xsd:double;
  dwc:endLongitude '-69.644'^^xsd:double;
  dwc:latitude '41.627'^^xsd:double;
  dwc:startLatitude '41.627'^^xsd:double;
  dwc:endLatitude '41.627'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.644 41.627, -69.644 41.627, -69.644 41.627, -69.644 41.627, -69.644 41.627))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2555'^^xsd:string;
  dwc:observationDate '1989-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.627 -69.644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.627"^^xsd:decimal ;
  dwc:decimalLongitude "-69.644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.627 -69.644)"^^geo:wktLiteral ;
  geo-pos:lat "41.627"^^xsd:decimal ;
  geo-pos:long "-69.644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2551'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2551'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.644'^^xsd:double;
  dwc:startLongitude '-69.644'^^xsd:double;
  dwc:endLongitude '-69.644'^^xsd:double;
  dwc:latitude '41.627'^^xsd:double;
  dwc:startLatitude '41.627'^^xsd:double;
  dwc:endLatitude '41.627'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.644 41.627, -69.644 41.627, -69.644 41.627, -69.644 41.627, -69.644 41.627))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2551'^^xsd:string;
  dwc:observationDate '1989-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.637)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2342'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2342'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.637'^^xsd:double;
  dwc:startLongitude '-69.637'^^xsd:double;
  dwc:endLongitude '-69.637'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.637 41.598, -69.637 41.598, -69.637 41.598, -69.637 41.598, -69.637 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2342'^^xsd:string;
  dwc:observationDate '1989-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_619> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.596"^^xsd:decimal ;
  dwc:decimalLongitude "-69.635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.635)"^^geo:wktLiteral ;
  geo-pos:lat "41.596"^^xsd:decimal ;
  geo-pos:long "-69.635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_619'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_619'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.635'^^xsd:double;
  dwc:startLongitude '-69.635'^^xsd:double;
  dwc:endLongitude '-69.635'^^xsd:double;
  dwc:latitude '41.596'^^xsd:double;
  dwc:startLatitude '41.596'^^xsd:double;
  dwc:endLatitude '41.596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.635 41.596, -69.635 41.596, -69.635 41.596, -69.635 41.596, -69.635 41.596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_619'^^xsd:string;
  dwc:observationDate '1989-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6333 -69.6333)"^^geo:wktLiteral ;
  geo-pos:lat "41.6333"^^xsd:decimal ;
  geo-pos:long "-69.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3761'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3761'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.6333'^^xsd:double;
  dwc:startLongitude '-69.6333'^^xsd:double;
  dwc:endLongitude '-69.6333'^^xsd:double;
  dwc:latitude '41.6333'^^xsd:double;
  dwc:startLatitude '41.6333'^^xsd:double;
  dwc:endLatitude '41.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6333 41.6333, -69.6333 41.6333, -69.6333 41.6333, -69.6333 41.6333, -69.6333 41.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3761'^^xsd:string;
  dwc:observationDate '1980-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  geo-pos:lat "41.6833"^^xsd:decimal ;
  geo-pos:long "-69.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3667'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3667'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.6333'^^xsd:double;
  dwc:startLongitude '-69.6333'^^xsd:double;
  dwc:endLongitude '-69.6333'^^xsd:double;
  dwc:latitude '41.6833'^^xsd:double;
  dwc:startLatitude '41.6833'^^xsd:double;
  dwc:endLatitude '41.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3667'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  geo-pos:lat "41.6833"^^xsd:decimal ;
  geo-pos:long "-69.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3663'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3663'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.6333'^^xsd:double;
  dwc:startLongitude '-69.6333'^^xsd:double;
  dwc:endLongitude '-69.6333'^^xsd:double;
  dwc:latitude '41.6833'^^xsd:double;
  dwc:startLatitude '41.6833'^^xsd:double;
  dwc:endLatitude '41.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3663'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  geo-pos:lat "41.6833"^^xsd:decimal ;
  geo-pos:long "-69.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3669'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3669'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.6333'^^xsd:double;
  dwc:startLongitude '-69.6333'^^xsd:double;
  dwc:endLongitude '-69.6333'^^xsd:double;
  dwc:latitude '41.6833'^^xsd:double;
  dwc:startLatitude '41.6833'^^xsd:double;
  dwc:endLatitude '41.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3669'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.6333)"^^geo:wktLiteral ;
  geo-pos:lat "41.6833"^^xsd:decimal ;
  geo-pos:long "-69.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3666'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3666'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.6333'^^xsd:double;
  dwc:startLongitude '-69.6333'^^xsd:double;
  dwc:endLongitude '-69.6333'^^xsd:double;
  dwc:latitude '41.6833'^^xsd:double;
  dwc:startLatitude '41.6833'^^xsd:double;
  dwc:endLatitude '41.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833, -69.6333 41.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3666'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.6333)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3668'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3668'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.6333'^^xsd:double;
  dwc:startLongitude '-69.6333'^^xsd:double;
  dwc:endLongitude '-69.6333'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6333 41.7, -69.6333 41.7, -69.6333 41.7, -69.6333 41.7, -69.6333 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3668'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.613 -69.632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.613"^^xsd:decimal ;
  dwc:decimalLongitude "-69.632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.613 -69.632)"^^geo:wktLiteral ;
  geo-pos:lat "41.613"^^xsd:decimal ;
  geo-pos:long "-69.632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1310'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1310'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.632'^^xsd:double;
  dwc:startLongitude '-69.632'^^xsd:double;
  dwc:endLongitude '-69.632'^^xsd:double;
  dwc:latitude '41.613'^^xsd:double;
  dwc:startLatitude '41.613'^^xsd:double;
  dwc:endLatitude '41.613'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.632 41.613, -69.632 41.613, -69.632 41.613, -69.632 41.613, -69.632 41.613))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1310'^^xsd:string;
  dwc:observationDate '1989-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.593 -69.631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.593"^^xsd:decimal ;
  dwc:decimalLongitude "-69.631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.593 -69.631)"^^geo:wktLiteral ;
  geo-pos:lat "41.593"^^xsd:decimal ;
  geo-pos:long "-69.631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2344'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2344'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.631'^^xsd:double;
  dwc:startLongitude '-69.631'^^xsd:double;
  dwc:endLongitude '-69.631'^^xsd:double;
  dwc:latitude '41.593'^^xsd:double;
  dwc:startLatitude '41.593'^^xsd:double;
  dwc:endLatitude '41.593'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.631 41.593, -69.631 41.593, -69.631 41.593, -69.631 41.593, -69.631 41.593))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2344'^^xsd:string;
  dwc:observationDate '1989-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.593 -69.631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.593"^^xsd:decimal ;
  dwc:decimalLongitude "-69.631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.593 -69.631)"^^geo:wktLiteral ;
  geo-pos:lat "41.593"^^xsd:decimal ;
  geo-pos:long "-69.631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2335'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2335'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.631'^^xsd:double;
  dwc:startLongitude '-69.631'^^xsd:double;
  dwc:endLongitude '-69.631'^^xsd:double;
  dwc:latitude '41.593'^^xsd:double;
  dwc:startLatitude '41.593'^^xsd:double;
  dwc:endLatitude '41.593'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.631 41.593, -69.631 41.593, -69.631 41.593, -69.631 41.593, -69.631 41.593))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2335'^^xsd:string;
  dwc:observationDate '1989-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.596"^^xsd:decimal ;
  dwc:decimalLongitude "-69.624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.624)"^^geo:wktLiteral ;
  geo-pos:lat "41.596"^^xsd:decimal ;
  geo-pos:long "-69.624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2338'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2338'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.624'^^xsd:double;
  dwc:startLongitude '-69.624'^^xsd:double;
  dwc:endLongitude '-69.624'^^xsd:double;
  dwc:latitude '41.596'^^xsd:double;
  dwc:startLatitude '41.596'^^xsd:double;
  dwc:endLatitude '41.596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.624 41.596, -69.624 41.596, -69.624 41.596, -69.624 41.596, -69.624 41.596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2338'^^xsd:string;
  dwc:observationDate '1989-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.596"^^xsd:decimal ;
  dwc:decimalLongitude "-69.624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.624)"^^geo:wktLiteral ;
  geo-pos:lat "41.596"^^xsd:decimal ;
  geo-pos:long "-69.624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2336'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2336'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.624'^^xsd:double;
  dwc:startLongitude '-69.624'^^xsd:double;
  dwc:endLongitude '-69.624'^^xsd:double;
  dwc:latitude '41.596'^^xsd:double;
  dwc:startLatitude '41.596'^^xsd:double;
  dwc:endLatitude '41.596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.624 41.596, -69.624 41.596, -69.624 41.596, -69.624 41.596, -69.624 41.596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2336'^^xsd:string;
  dwc:observationDate '1989-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.596"^^xsd:decimal ;
  dwc:decimalLongitude "-69.624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.624)"^^geo:wktLiteral ;
  geo-pos:lat "41.596"^^xsd:decimal ;
  geo-pos:long "-69.624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2337'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2337'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.624'^^xsd:double;
  dwc:startLongitude '-69.624'^^xsd:double;
  dwc:endLongitude '-69.624'^^xsd:double;
  dwc:latitude '41.596'^^xsd:double;
  dwc:startLatitude '41.596'^^xsd:double;
  dwc:endLatitude '41.596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.624 41.596, -69.624 41.596, -69.624 41.596, -69.624 41.596, -69.624 41.596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2337'^^xsd:string;
  dwc:observationDate '1989-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_648'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_648'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_648'^^xsd:string;
  dwc:observationDate '1989-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_647'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_647'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_647'^^xsd:string;
  dwc:observationDate '1989-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2377'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2377'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2377'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2383'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2383'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2383'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2374'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2374'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2374'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2372'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2372'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2372'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2376'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2376'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2376'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2371'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2371'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2371'^^xsd:string;
  dwc:observationDate '1989-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2575'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2575'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2575'^^xsd:string;
  dwc:observationDate '1989-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.565"^^xsd:decimal ;
  dwc:decimalLongitude "-69.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.565 -69.623)"^^geo:wktLiteral ;
  geo-pos:lat "41.565"^^xsd:decimal ;
  geo-pos:long "-69.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_697'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_697'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.623'^^xsd:double;
  dwc:startLongitude '-69.623'^^xsd:double;
  dwc:endLongitude '-69.623'^^xsd:double;
  dwc:latitude '41.565'^^xsd:double;
  dwc:startLatitude '41.565'^^xsd:double;
  dwc:endLatitude '41.565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565, -69.623 41.565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_697'^^xsd:string;
  dwc:observationDate '1989-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.558 -69.619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.558"^^xsd:decimal ;
  dwc:decimalLongitude "-69.619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.558 -69.619)"^^geo:wktLiteral ;
  geo-pos:lat "41.558"^^xsd:decimal ;
  geo-pos:long "-69.619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2317'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2317'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.619'^^xsd:double;
  dwc:startLongitude '-69.619'^^xsd:double;
  dwc:endLongitude '-69.619'^^xsd:double;
  dwc:latitude '41.558'^^xsd:double;
  dwc:startLatitude '41.558'^^xsd:double;
  dwc:endLatitude '41.558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.619 41.558, -69.619 41.558, -69.619 41.558, -69.619 41.558, -69.619 41.558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2317'^^xsd:string;
  dwc:observationDate '1989-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.594 -69.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.594"^^xsd:decimal ;
  dwc:decimalLongitude "-69.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.594 -69.617)"^^geo:wktLiteral ;
  geo-pos:lat "41.594"^^xsd:decimal ;
  geo-pos:long "-69.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_658'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_658'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.617'^^xsd:double;
  dwc:startLongitude '-69.617'^^xsd:double;
  dwc:endLongitude '-69.617'^^xsd:double;
  dwc:latitude '41.594'^^xsd:double;
  dwc:startLatitude '41.594'^^xsd:double;
  dwc:endLatitude '41.594'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.617 41.594, -69.617 41.594, -69.617 41.594, -69.617 41.594, -69.617 41.594))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_658'^^xsd:string;
  dwc:observationDate '1989-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -69.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -69.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.1667"^^xsd:decimal ;
  geo-pos:long "-69.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2272'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2272'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.6167'^^xsd:double;
  dwc:startLongitude '-69.6167'^^xsd:double;
  dwc:endLongitude '-69.6167'^^xsd:double;
  dwc:latitude '43.1667'^^xsd:double;
  dwc:startLatitude '43.1667'^^xsd:double;
  dwc:endLatitude '43.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6167 43.1667, -69.6167 43.1667, -69.6167 43.1667, -69.6167 43.1667, -69.6167 43.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2272'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -69.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -69.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.1667"^^xsd:decimal ;
  geo-pos:long "-69.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2275'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2275'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.6167'^^xsd:double;
  dwc:startLongitude '-69.6167'^^xsd:double;
  dwc:endLongitude '-69.6167'^^xsd:double;
  dwc:latitude '43.1667'^^xsd:double;
  dwc:startLatitude '43.1667'^^xsd:double;
  dwc:endLatitude '43.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6167 43.1667, -69.6167 43.1667, -69.6167 43.1667, -69.6167 43.1667, -69.6167 43.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2275'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 -69.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 -69.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "-69.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2278'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2278'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.6167'^^xsd:double;
  dwc:startLongitude '-69.6167'^^xsd:double;
  dwc:endLongitude '-69.6167'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:startLatitude '43.2'^^xsd:double;
  dwc:endLatitude '43.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6167 43.2, -69.6167 43.2, -69.6167 43.2, -69.6167 43.2, -69.6167 43.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2278'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 -69.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 -69.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "-69.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2277'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2277'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.6167'^^xsd:double;
  dwc:startLongitude '-69.6167'^^xsd:double;
  dwc:endLongitude '-69.6167'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:startLatitude '43.2'^^xsd:double;
  dwc:endLatitude '43.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6167 43.2, -69.6167 43.2, -69.6167 43.2, -69.6167 43.2, -69.6167 43.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2277'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.568 -69.614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.568"^^xsd:decimal ;
  dwc:decimalLongitude "-69.614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.568 -69.614)"^^geo:wktLiteral ;
  geo-pos:lat "41.568"^^xsd:decimal ;
  geo-pos:long "-69.614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2312'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2312'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.614'^^xsd:double;
  dwc:startLongitude '-69.614'^^xsd:double;
  dwc:endLongitude '-69.614'^^xsd:double;
  dwc:latitude '41.568'^^xsd:double;
  dwc:startLatitude '41.568'^^xsd:double;
  dwc:endLatitude '41.568'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.614 41.568, -69.614 41.568, -69.614 41.568, -69.614 41.568, -69.614 41.568))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2312'^^xsd:string;
  dwc:observationDate '1989-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.473 -69.607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.473"^^xsd:decimal ;
  dwc:decimalLongitude "-69.607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.473 -69.607)"^^geo:wktLiteral ;
  geo-pos:lat "41.473"^^xsd:decimal ;
  geo-pos:long "-69.607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_312'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_312'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.607'^^xsd:double;
  dwc:startLongitude '-69.607'^^xsd:double;
  dwc:endLongitude '-69.607'^^xsd:double;
  dwc:latitude '41.473'^^xsd:double;
  dwc:startLatitude '41.473'^^xsd:double;
  dwc:endLatitude '41.473'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.607 41.473, -69.607 41.473, -69.607 41.473, -69.607 41.473, -69.607 41.473))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_312'^^xsd:string;
  dwc:observationDate '1989-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -69.607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.63"^^xsd:decimal ;
  dwc:decimalLongitude "-69.607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -69.607)"^^geo:wktLiteral ;
  geo-pos:lat "41.63"^^xsd:decimal ;
  geo-pos:long "-69.607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1646'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1646'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-69.607'^^xsd:double;
  dwc:startLongitude '-69.607'^^xsd:double;
  dwc:endLongitude '-69.607'^^xsd:double;
  dwc:latitude '41.63'^^xsd:double;
  dwc:startLatitude '41.63'^^xsd:double;
  dwc:endLatitude '41.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.607 41.63, -69.607 41.63, -69.607 41.63, -69.607 41.63, -69.607 41.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1646'^^xsd:string;
  dwc:observationDate '1991-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -69.607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.63"^^xsd:decimal ;
  dwc:decimalLongitude "-69.607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -69.607)"^^geo:wktLiteral ;
  geo-pos:lat "41.63"^^xsd:decimal ;
  geo-pos:long "-69.607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1638'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1638'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-69.607'^^xsd:double;
  dwc:startLongitude '-69.607'^^xsd:double;
  dwc:endLongitude '-69.607'^^xsd:double;
  dwc:latitude '41.63'^^xsd:double;
  dwc:startLatitude '41.63'^^xsd:double;
  dwc:endLatitude '41.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.607 41.63, -69.607 41.63, -69.607 41.63, -69.607 41.63, -69.607 41.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1638'^^xsd:string;
  dwc:observationDate '1991-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -69.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -69.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-69.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2273'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2273'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.6'^^xsd:double;
  dwc:startLongitude '-69.6'^^xsd:double;
  dwc:endLongitude '-69.6'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6 43.1333, -69.6 43.1333, -69.6 43.1333, -69.6 43.1333, -69.6 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2273'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -69.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1333 -69.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.1333"^^xsd:decimal ;
  geo-pos:long "-69.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2274'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2274'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.6'^^xsd:double;
  dwc:startLongitude '-69.6'^^xsd:double;
  dwc:endLongitude '-69.6'^^xsd:double;
  dwc:latitude '43.1333'^^xsd:double;
  dwc:startLatitude '43.1333'^^xsd:double;
  dwc:endLatitude '43.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.6 43.1333, -69.6 43.1333, -69.6 43.1333, -69.6 43.1333, -69.6 43.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2274'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.553 -69.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.553"^^xsd:decimal ;
  dwc:decimalLongitude "-69.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.553 -69.595)"^^geo:wktLiteral ;
  geo-pos:lat "41.553"^^xsd:decimal ;
  geo-pos:long "-69.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1305'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1305'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.595'^^xsd:double;
  dwc:startLongitude '-69.595'^^xsd:double;
  dwc:endLongitude '-69.595'^^xsd:double;
  dwc:latitude '41.553'^^xsd:double;
  dwc:startLatitude '41.553'^^xsd:double;
  dwc:endLatitude '41.553'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.595 41.553, -69.595 41.553, -69.595 41.553, -69.595 41.553, -69.595 41.553))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1305'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1167 -69.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1167 -69.5833)"^^geo:wktLiteral ;
  geo-pos:lat "43.1167"^^xsd:decimal ;
  geo-pos:long "-69.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2281'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2281'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.5833'^^xsd:double;
  dwc:startLongitude '-69.5833'^^xsd:double;
  dwc:endLongitude '-69.5833'^^xsd:double;
  dwc:latitude '43.1167'^^xsd:double;
  dwc:startLatitude '43.1167'^^xsd:double;
  dwc:endLatitude '43.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.5833 43.1167, -69.5833 43.1167, -69.5833 43.1167, -69.5833 43.1167, -69.5833 43.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2281'^^xsd:string;
  dwc:observationDate '1993-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.616"^^xsd:decimal ;
  dwc:decimalLongitude "-69.581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.581)"^^geo:wktLiteral ;
  geo-pos:lat "41.616"^^xsd:decimal ;
  geo-pos:long "-69.581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1148'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1148'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.581'^^xsd:double;
  dwc:startLongitude '-69.581'^^xsd:double;
  dwc:endLongitude '-69.581'^^xsd:double;
  dwc:latitude '41.616'^^xsd:double;
  dwc:startLatitude '41.616'^^xsd:double;
  dwc:endLatitude '41.616'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.581 41.616, -69.581 41.616, -69.581 41.616, -69.581 41.616, -69.581 41.616))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1148'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1146> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.61 -69.569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.61"^^xsd:decimal ;
  dwc:decimalLongitude "-69.569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.61 -69.569)"^^geo:wktLiteral ;
  geo-pos:lat "41.61"^^xsd:decimal ;
  geo-pos:long "-69.569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1146'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1146'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.569'^^xsd:double;
  dwc:startLongitude '-69.569'^^xsd:double;
  dwc:endLongitude '-69.569'^^xsd:double;
  dwc:latitude '41.61'^^xsd:double;
  dwc:startLatitude '41.61'^^xsd:double;
  dwc:endLatitude '41.61'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.569 41.61, -69.569 41.61, -69.569 41.61, -69.569 41.61, -69.569 41.61))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1146'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.599 -69.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.599"^^xsd:decimal ;
  dwc:decimalLongitude "-69.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.599 -69.567)"^^geo:wktLiteral ;
  geo-pos:lat "41.599"^^xsd:decimal ;
  geo-pos:long "-69.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1265'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1265'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.567'^^xsd:double;
  dwc:startLongitude '-69.567'^^xsd:double;
  dwc:endLongitude '-69.567'^^xsd:double;
  dwc:latitude '41.599'^^xsd:double;
  dwc:startLatitude '41.599'^^xsd:double;
  dwc:endLatitude '41.599'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.567 41.599, -69.567 41.599, -69.567 41.599, -69.567 41.599, -69.567 41.599))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1265'^^xsd:string;
  dwc:observationDate '1991-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.616"^^xsd:decimal ;
  dwc:decimalLongitude "-69.566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.566)"^^geo:wktLiteral ;
  geo-pos:lat "41.616"^^xsd:decimal ;
  geo-pos:long "-69.566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1267'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1267'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.566'^^xsd:double;
  dwc:startLongitude '-69.566'^^xsd:double;
  dwc:endLongitude '-69.566'^^xsd:double;
  dwc:latitude '41.616'^^xsd:double;
  dwc:startLatitude '41.616'^^xsd:double;
  dwc:endLatitude '41.616'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.566 41.616, -69.566 41.616, -69.566 41.616, -69.566 41.616, -69.566 41.616))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1267'^^xsd:string;
  dwc:observationDate '1991-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.616"^^xsd:decimal ;
  dwc:decimalLongitude "-69.566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.566)"^^geo:wktLiteral ;
  geo-pos:lat "41.616"^^xsd:decimal ;
  geo-pos:long "-69.566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1266'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1266'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.566'^^xsd:double;
  dwc:startLongitude '-69.566'^^xsd:double;
  dwc:endLongitude '-69.566'^^xsd:double;
  dwc:latitude '41.616'^^xsd:double;
  dwc:startLatitude '41.616'^^xsd:double;
  dwc:endLatitude '41.616'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.566 41.616, -69.566 41.616, -69.566 41.616, -69.566 41.616, -69.566 41.616))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1266'^^xsd:string;
  dwc:observationDate '1991-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.616"^^xsd:decimal ;
  dwc:decimalLongitude "-69.566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.616 -69.566)"^^geo:wktLiteral ;
  geo-pos:lat "41.616"^^xsd:decimal ;
  geo-pos:long "-69.566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1268'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1268'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.566'^^xsd:double;
  dwc:startLongitude '-69.566'^^xsd:double;
  dwc:endLongitude '-69.566'^^xsd:double;
  dwc:latitude '41.616'^^xsd:double;
  dwc:startLatitude '41.616'^^xsd:double;
  dwc:endLatitude '41.616'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.566 41.616, -69.566 41.616, -69.566 41.616, -69.566 41.616, -69.566 41.616))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1268'^^xsd:string;
  dwc:observationDate '1991-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.631 -69.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.631"^^xsd:decimal ;
  dwc:decimalLongitude "-69.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.631 -69.565)"^^geo:wktLiteral ;
  geo-pos:lat "42.631"^^xsd:decimal ;
  geo-pos:long "-69.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_478'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_478'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-69.565'^^xsd:double;
  dwc:startLongitude '-69.565'^^xsd:double;
  dwc:endLongitude '-69.565'^^xsd:double;
  dwc:latitude '42.631'^^xsd:double;
  dwc:startLatitude '42.631'^^xsd:double;
  dwc:endLatitude '42.631'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.565 42.631, -69.565 42.631, -69.565 42.631, -69.565 42.631, -69.565 42.631))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_478'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.064 -69.564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.064"^^xsd:decimal ;
  dwc:decimalLongitude "-69.564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.064 -69.564)"^^geo:wktLiteral ;
  geo-pos:lat "41.064"^^xsd:decimal ;
  geo-pos:long "-69.564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2048'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2048'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-69.564'^^xsd:double;
  dwc:startLongitude '-69.564'^^xsd:double;
  dwc:endLongitude '-69.564'^^xsd:double;
  dwc:latitude '41.064'^^xsd:double;
  dwc:startLatitude '41.064'^^xsd:double;
  dwc:endLatitude '41.064'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.564 41.064, -69.564 41.064, -69.564 41.064, -69.564 41.064, -69.564 41.064))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2048'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.611 -69.564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.611"^^xsd:decimal ;
  dwc:decimalLongitude "-69.564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.611 -69.564)"^^geo:wktLiteral ;
  geo-pos:lat "41.611"^^xsd:decimal ;
  geo-pos:long "-69.564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1149'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1149'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.564'^^xsd:double;
  dwc:startLongitude '-69.564'^^xsd:double;
  dwc:endLongitude '-69.564'^^xsd:double;
  dwc:latitude '41.611'^^xsd:double;
  dwc:startLatitude '41.611'^^xsd:double;
  dwc:endLatitude '41.611'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.564 41.611, -69.564 41.611, -69.564 41.611, -69.564 41.611, -69.564 41.611))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1149'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.606"^^xsd:decimal ;
  dwc:decimalLongitude "-69.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  geo-pos:lat "41.606"^^xsd:decimal ;
  geo-pos:long "-69.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1154'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1154'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.56'^^xsd:double;
  dwc:startLongitude '-69.56'^^xsd:double;
  dwc:endLongitude '-69.56'^^xsd:double;
  dwc:latitude '41.606'^^xsd:double;
  dwc:startLatitude '41.606'^^xsd:double;
  dwc:endLatitude '41.606'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1154'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.606"^^xsd:decimal ;
  dwc:decimalLongitude "-69.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  geo-pos:lat "41.606"^^xsd:decimal ;
  geo-pos:long "-69.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1147'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1147'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.56'^^xsd:double;
  dwc:startLongitude '-69.56'^^xsd:double;
  dwc:endLongitude '-69.56'^^xsd:double;
  dwc:latitude '41.606'^^xsd:double;
  dwc:startLatitude '41.606'^^xsd:double;
  dwc:endLatitude '41.606'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1147'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.606"^^xsd:decimal ;
  dwc:decimalLongitude "-69.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  geo-pos:lat "41.606"^^xsd:decimal ;
  geo-pos:long "-69.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1150'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1150'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.56'^^xsd:double;
  dwc:startLongitude '-69.56'^^xsd:double;
  dwc:endLongitude '-69.56'^^xsd:double;
  dwc:latitude '41.606'^^xsd:double;
  dwc:startLatitude '41.606'^^xsd:double;
  dwc:endLatitude '41.606'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1150'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.606"^^xsd:decimal ;
  dwc:decimalLongitude "-69.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  geo-pos:lat "41.606"^^xsd:decimal ;
  geo-pos:long "-69.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1151'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1151'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.56'^^xsd:double;
  dwc:startLongitude '-69.56'^^xsd:double;
  dwc:endLongitude '-69.56'^^xsd:double;
  dwc:latitude '41.606'^^xsd:double;
  dwc:startLatitude '41.606'^^xsd:double;
  dwc:endLatitude '41.606'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1151'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.606"^^xsd:decimal ;
  dwc:decimalLongitude "-69.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.606 -69.56)"^^geo:wktLiteral ;
  geo-pos:lat "41.606"^^xsd:decimal ;
  geo-pos:long "-69.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1155'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1155'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.56'^^xsd:double;
  dwc:startLongitude '-69.56'^^xsd:double;
  dwc:endLongitude '-69.56'^^xsd:double;
  dwc:latitude '41.606'^^xsd:double;
  dwc:startLatitude '41.606'^^xsd:double;
  dwc:endLatitude '41.606'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606, -69.56 41.606))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1155'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.612 -69.559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.612"^^xsd:decimal ;
  dwc:decimalLongitude "-69.559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.612 -69.559)"^^geo:wktLiteral ;
  geo-pos:lat "41.612"^^xsd:decimal ;
  geo-pos:long "-69.559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1145'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1145'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.559'^^xsd:double;
  dwc:startLongitude '-69.559'^^xsd:double;
  dwc:endLongitude '-69.559'^^xsd:double;
  dwc:latitude '41.612'^^xsd:double;
  dwc:startLatitude '41.612'^^xsd:double;
  dwc:endLatitude '41.612'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.559 41.612, -69.559 41.612, -69.559 41.612, -69.559 41.612, -69.559 41.612))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1145'^^xsd:string;
  dwc:observationDate '1991-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1217'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1217'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.557'^^xsd:double;
  dwc:startLongitude '-69.557'^^xsd:double;
  dwc:endLongitude '-69.557'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1217'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1212'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1212'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.557'^^xsd:double;
  dwc:startLongitude '-69.557'^^xsd:double;
  dwc:endLongitude '-69.557'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1212'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1219'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1219'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.557'^^xsd:double;
  dwc:startLongitude '-69.557'^^xsd:double;
  dwc:endLongitude '-69.557'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1219'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1215'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1215'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.557'^^xsd:double;
  dwc:startLongitude '-69.557'^^xsd:double;
  dwc:endLongitude '-69.557'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1215'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.557)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1213'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1213'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.557'^^xsd:double;
  dwc:startLongitude '-69.557'^^xsd:double;
  dwc:endLongitude '-69.557'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598, -69.557 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1213'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.602"^^xsd:decimal ;
  dwc:decimalLongitude "-69.554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  geo-pos:lat "41.602"^^xsd:decimal ;
  geo-pos:long "-69.554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1214'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1214'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.554'^^xsd:double;
  dwc:startLongitude '-69.554'^^xsd:double;
  dwc:endLongitude '-69.554'^^xsd:double;
  dwc:latitude '41.602'^^xsd:double;
  dwc:startLatitude '41.602'^^xsd:double;
  dwc:endLatitude '41.602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1214'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.602"^^xsd:decimal ;
  dwc:decimalLongitude "-69.554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  geo-pos:lat "41.602"^^xsd:decimal ;
  geo-pos:long "-69.554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1210'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1210'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.554'^^xsd:double;
  dwc:startLongitude '-69.554'^^xsd:double;
  dwc:endLongitude '-69.554'^^xsd:double;
  dwc:latitude '41.602'^^xsd:double;
  dwc:startLatitude '41.602'^^xsd:double;
  dwc:endLatitude '41.602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1210'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.602"^^xsd:decimal ;
  dwc:decimalLongitude "-69.554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  geo-pos:lat "41.602"^^xsd:decimal ;
  geo-pos:long "-69.554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1211'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1211'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.554'^^xsd:double;
  dwc:startLongitude '-69.554'^^xsd:double;
  dwc:endLongitude '-69.554'^^xsd:double;
  dwc:latitude '41.602'^^xsd:double;
  dwc:startLatitude '41.602'^^xsd:double;
  dwc:endLatitude '41.602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1211'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.602"^^xsd:decimal ;
  dwc:decimalLongitude "-69.554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.602 -69.554)"^^geo:wktLiteral ;
  geo-pos:lat "41.602"^^xsd:decimal ;
  geo-pos:long "-69.554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1216'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1216'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.554'^^xsd:double;
  dwc:startLongitude '-69.554'^^xsd:double;
  dwc:endLongitude '-69.554'^^xsd:double;
  dwc:latitude '41.602'^^xsd:double;
  dwc:startLatitude '41.602'^^xsd:double;
  dwc:endLatitude '41.602'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602, -69.554 41.602))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1216'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.597 -69.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.597"^^xsd:decimal ;
  dwc:decimalLongitude "-69.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.597 -69.55)"^^geo:wktLiteral ;
  geo-pos:lat "41.597"^^xsd:decimal ;
  geo-pos:long "-69.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1218'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1218'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.55'^^xsd:double;
  dwc:startLongitude '-69.55'^^xsd:double;
  dwc:endLongitude '-69.55'^^xsd:double;
  dwc:latitude '41.597'^^xsd:double;
  dwc:startLatitude '41.597'^^xsd:double;
  dwc:endLatitude '41.597'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.55 41.597, -69.55 41.597, -69.55 41.597, -69.55 41.597, -69.55 41.597))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1218'^^xsd:string;
  dwc:observationDate '1991-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.499"^^xsd:decimal ;
  dwc:decimalLongitude "-69.539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.539)"^^geo:wktLiteral ;
  geo-pos:lat "41.499"^^xsd:decimal ;
  geo-pos:long "-69.539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1629'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1629'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-69.539'^^xsd:double;
  dwc:startLongitude '-69.539'^^xsd:double;
  dwc:endLongitude '-69.539'^^xsd:double;
  dwc:latitude '41.499'^^xsd:double;
  dwc:startLatitude '41.499'^^xsd:double;
  dwc:endLatitude '41.499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.539 41.499, -69.539 41.499, -69.539 41.499, -69.539 41.499, -69.539 41.499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1629'^^xsd:string;
  dwc:observationDate '1987-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6667 -69.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6667 -69.5333)"^^geo:wktLiteral ;
  geo-pos:lat "41.6667"^^xsd:decimal ;
  geo-pos:long "-69.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3665'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3665'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.5333'^^xsd:double;
  dwc:startLongitude '-69.5333'^^xsd:double;
  dwc:endLongitude '-69.5333'^^xsd:double;
  dwc:latitude '41.6667'^^xsd:double;
  dwc:startLatitude '41.6667'^^xsd:double;
  dwc:endLatitude '41.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.5333 41.6667, -69.5333 41.6667, -69.5333 41.6667, -69.5333 41.6667, -69.5333 41.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3665'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -69.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.1667 -69.5167)"^^geo:wktLiteral ;
  geo-pos:lat "43.1667"^^xsd:decimal ;
  geo-pos:long "-69.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1326'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1326'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.5167'^^xsd:double;
  dwc:startLongitude '-69.5167'^^xsd:double;
  dwc:endLongitude '-69.5167'^^xsd:double;
  dwc:latitude '43.1667'^^xsd:double;
  dwc:startLatitude '43.1667'^^xsd:double;
  dwc:endLatitude '43.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.5167 43.1667, -69.5167 43.1667, -69.5167 43.1667, -69.5167 43.1667, -69.5167 43.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1326'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4 -69.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4"^^xsd:decimal ;
  dwc:decimalLongitude "-69.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4 -69.51)"^^geo:wktLiteral ;
  geo-pos:lat "41.4"^^xsd:decimal ;
  geo-pos:long "-69.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1298'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1298'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.51'^^xsd:double;
  dwc:startLongitude '-69.51'^^xsd:double;
  dwc:endLongitude '-69.51'^^xsd:double;
  dwc:latitude '41.4'^^xsd:double;
  dwc:startLatitude '41.4'^^xsd:double;
  dwc:endLatitude '41.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.51 41.4, -69.51 41.4, -69.51 41.4, -69.51 41.4, -69.51 41.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1298'^^xsd:string;
  dwc:observationDate '1989-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.585 -69.501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.585"^^xsd:decimal ;
  dwc:decimalLongitude "-69.501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.585 -69.501)"^^geo:wktLiteral ;
  geo-pos:lat "41.585"^^xsd:decimal ;
  geo-pos:long "-69.501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1485'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1485'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.501'^^xsd:double;
  dwc:startLongitude '-69.501'^^xsd:double;
  dwc:endLongitude '-69.501'^^xsd:double;
  dwc:latitude '41.585'^^xsd:double;
  dwc:startLatitude '41.585'^^xsd:double;
  dwc:endLatitude '41.585'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.501 41.585, -69.501 41.585, -69.501 41.585, -69.501 41.585, -69.501 41.585))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1485'^^xsd:string;
  dwc:observationDate '1989-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6833 -69.5)"^^geo:wktLiteral ;
  geo-pos:lat "41.6833"^^xsd:decimal ;
  geo-pos:long "-69.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2007'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2007'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^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:longitude '-69.5'^^xsd:double;
  dwc:startLongitude '-69.5'^^xsd:double;
  dwc:endLongitude '-69.5'^^xsd:double;
  dwc:latitude '41.6833'^^xsd:double;
  dwc:startLatitude '41.6833'^^xsd:double;
  dwc:endLatitude '41.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.5 41.6833, -69.5 41.6833, -69.5 41.6833, -69.5 41.6833, -69.5 41.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2007'^^xsd:string;
  dwc:observationDate '1979-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.07 -69.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.07"^^xsd:decimal ;
  dwc:decimalLongitude "-69.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.07 -69.497)"^^geo:wktLiteral ;
  geo-pos:lat "41.07"^^xsd:decimal ;
  geo-pos:long "-69.497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_843'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_843'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.497'^^xsd:double;
  dwc:startLongitude '-69.497'^^xsd:double;
  dwc:endLongitude '-69.497'^^xsd:double;
  dwc:latitude '41.07'^^xsd:double;
  dwc:startLatitude '41.07'^^xsd:double;
  dwc:endLatitude '41.07'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.497 41.07, -69.497 41.07, -69.497 41.07, -69.497 41.07, -69.497 41.07))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_843'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.548 -69.493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.548"^^xsd:decimal ;
  dwc:decimalLongitude "-69.493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.548 -69.493)"^^geo:wktLiteral ;
  geo-pos:lat "41.548"^^xsd:decimal ;
  geo-pos:long "-69.493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_969'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_969'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.493'^^xsd:double;
  dwc:startLongitude '-69.493'^^xsd:double;
  dwc:endLongitude '-69.493'^^xsd:double;
  dwc:latitude '41.548'^^xsd:double;
  dwc:startLatitude '41.548'^^xsd:double;
  dwc:endLatitude '41.548'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.493 41.548, -69.493 41.548, -69.493 41.548, -69.493 41.548, -69.493 41.548))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_969'^^xsd:string;
  dwc:observationDate '1989-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.548 -69.493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.548"^^xsd:decimal ;
  dwc:decimalLongitude "-69.493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.548 -69.493)"^^geo:wktLiteral ;
  geo-pos:lat "41.548"^^xsd:decimal ;
  geo-pos:long "-69.493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_967'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_967'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.493'^^xsd:double;
  dwc:startLongitude '-69.493'^^xsd:double;
  dwc:endLongitude '-69.493'^^xsd:double;
  dwc:latitude '41.548'^^xsd:double;
  dwc:startLatitude '41.548'^^xsd:double;
  dwc:endLatitude '41.548'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.493 41.548, -69.493 41.548, -69.493 41.548, -69.493 41.548, -69.493 41.548))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_967'^^xsd:string;
  dwc:observationDate '1989-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1707> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.595 -69.493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.595"^^xsd:decimal ;
  dwc:decimalLongitude "-69.493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.595 -69.493)"^^geo:wktLiteral ;
  geo-pos:lat "41.595"^^xsd:decimal ;
  geo-pos:long "-69.493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1707'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1707'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.493'^^xsd:double;
  dwc:startLongitude '-69.493'^^xsd:double;
  dwc:endLongitude '-69.493'^^xsd:double;
  dwc:latitude '41.595'^^xsd:double;
  dwc:startLatitude '41.595'^^xsd:double;
  dwc:endLatitude '41.595'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.493 41.595, -69.493 41.595, -69.493 41.595, -69.493 41.595, -69.493 41.595))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1707'^^xsd:string;
  dwc:observationDate '1991-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.561 -69.492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.561"^^xsd:decimal ;
  dwc:decimalLongitude "-69.492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.561 -69.492)"^^geo:wktLiteral ;
  geo-pos:lat "41.561"^^xsd:decimal ;
  geo-pos:long "-69.492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1746'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1746'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.492'^^xsd:double;
  dwc:startLongitude '-69.492'^^xsd:double;
  dwc:endLongitude '-69.492'^^xsd:double;
  dwc:latitude '41.561'^^xsd:double;
  dwc:startLatitude '41.561'^^xsd:double;
  dwc:endLatitude '41.561'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.492 41.561, -69.492 41.561, -69.492 41.561, -69.492 41.561, -69.492 41.561))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1746'^^xsd:string;
  dwc:observationDate '1989-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.133 -69.491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.133"^^xsd:decimal ;
  dwc:decimalLongitude "-69.491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.133 -69.491)"^^geo:wktLiteral ;
  geo-pos:lat "41.133"^^xsd:decimal ;
  geo-pos:long "-69.491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2084'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2084'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-69.491'^^xsd:double;
  dwc:startLongitude '-69.491'^^xsd:double;
  dwc:endLongitude '-69.491'^^xsd:double;
  dwc:latitude '41.133'^^xsd:double;
  dwc:startLatitude '41.133'^^xsd:double;
  dwc:endLatitude '41.133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.491 41.133, -69.491 41.133, -69.491 41.133, -69.491 41.133, -69.491 41.133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2084'^^xsd:string;
  dwc:observationDate '1990-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1709> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.596"^^xsd:decimal ;
  dwc:decimalLongitude "-69.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.596 -69.49)"^^geo:wktLiteral ;
  geo-pos:lat "41.596"^^xsd:decimal ;
  geo-pos:long "-69.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1709'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1709'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.49'^^xsd:double;
  dwc:startLongitude '-69.49'^^xsd:double;
  dwc:endLongitude '-69.49'^^xsd:double;
  dwc:latitude '41.596'^^xsd:double;
  dwc:startLatitude '41.596'^^xsd:double;
  dwc:endLatitude '41.596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.49 41.596, -69.49 41.596, -69.49 41.596, -69.49 41.596, -69.49 41.596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1709'^^xsd:string;
  dwc:observationDate '1991-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.501"^^xsd:decimal ;
  dwc:decimalLongitude "-69.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.488)"^^geo:wktLiteral ;
  geo-pos:lat "41.501"^^xsd:decimal ;
  geo-pos:long "-69.488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1250'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1250'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-69.488'^^xsd:double;
  dwc:startLongitude '-69.488'^^xsd:double;
  dwc:endLongitude '-69.488'^^xsd:double;
  dwc:latitude '41.501'^^xsd:double;
  dwc:startLatitude '41.501'^^xsd:double;
  dwc:endLatitude '41.501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.488 41.501, -69.488 41.501, -69.488 41.501, -69.488 41.501, -69.488 41.501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1250'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.501"^^xsd:decimal ;
  dwc:decimalLongitude "-69.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.488)"^^geo:wktLiteral ;
  geo-pos:lat "41.501"^^xsd:decimal ;
  geo-pos:long "-69.488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1249'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1249'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-69.488'^^xsd:double;
  dwc:startLongitude '-69.488'^^xsd:double;
  dwc:endLongitude '-69.488'^^xsd:double;
  dwc:latitude '41.501'^^xsd:double;
  dwc:startLatitude '41.501'^^xsd:double;
  dwc:endLatitude '41.501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.488 41.501, -69.488 41.501, -69.488 41.501, -69.488 41.501, -69.488 41.501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1249'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.563 -69.488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.563"^^xsd:decimal ;
  dwc:decimalLongitude "-69.488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.563 -69.488)"^^geo:wktLiteral ;
  geo-pos:lat "41.563"^^xsd:decimal ;
  geo-pos:long "-69.488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_238'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_238'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.488'^^xsd:double;
  dwc:startLongitude '-69.488'^^xsd:double;
  dwc:endLongitude '-69.488'^^xsd:double;
  dwc:latitude '41.563'^^xsd:double;
  dwc:startLatitude '41.563'^^xsd:double;
  dwc:endLatitude '41.563'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.488 41.563, -69.488 41.563, -69.488 41.563, -69.488 41.563, -69.488 41.563))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_238'^^xsd:string;
  dwc:observationDate '1989-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.549 -69.484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.549"^^xsd:decimal ;
  dwc:decimalLongitude "-69.484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.549 -69.484)"^^geo:wktLiteral ;
  geo-pos:lat "41.549"^^xsd:decimal ;
  geo-pos:long "-69.484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_968'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_968'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.484'^^xsd:double;
  dwc:startLongitude '-69.484'^^xsd:double;
  dwc:endLongitude '-69.484'^^xsd:double;
  dwc:latitude '41.549'^^xsd:double;
  dwc:startLatitude '41.549'^^xsd:double;
  dwc:endLatitude '41.549'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.484 41.549, -69.484 41.549, -69.484 41.549, -69.484 41.549, -69.484 41.549))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_968'^^xsd:string;
  dwc:observationDate '1989-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.56"^^xsd:decimal ;
  dwc:decimalLongitude "-69.479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.479)"^^geo:wktLiteral ;
  geo-pos:lat "41.56"^^xsd:decimal ;
  geo-pos:long "-69.479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1763'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1763'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-69.479'^^xsd:double;
  dwc:startLongitude '-69.479'^^xsd:double;
  dwc:endLongitude '-69.479'^^xsd:double;
  dwc:latitude '41.56'^^xsd:double;
  dwc:startLatitude '41.56'^^xsd:double;
  dwc:endLatitude '41.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.479 41.56, -69.479 41.56, -69.479 41.56, -69.479 41.56, -69.479 41.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1763'^^xsd:string;
  dwc:observationDate '1989-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.467)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_696'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_696'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.467'^^xsd:double;
  dwc:startLongitude '-69.467'^^xsd:double;
  dwc:endLongitude '-69.467'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.467 41.598, -69.467 41.598, -69.467 41.598, -69.467 41.598, -69.467 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_696'^^xsd:string;
  dwc:observationDate '1989-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2333 -69.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2333 -69.4667)"^^geo:wktLiteral ;
  geo-pos:lat "48.2333"^^xsd:decimal ;
  geo-pos:long "-69.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_329'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_329'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.4667'^^xsd:double;
  dwc:startLongitude '-69.4667'^^xsd:double;
  dwc:endLongitude '-69.4667'^^xsd:double;
  dwc:latitude '48.2333'^^xsd:double;
  dwc:startLatitude '48.2333'^^xsd:double;
  dwc:endLatitude '48.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4667 48.2333, -69.4667 48.2333, -69.4667 48.2333, -69.4667 48.2333, -69.4667 48.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_329'^^xsd:string;
  dwc:observationDate '1994-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.505 -69.464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.505"^^xsd:decimal ;
  dwc:decimalLongitude "-69.464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.505 -69.464)"^^geo:wktLiteral ;
  geo-pos:lat "41.505"^^xsd:decimal ;
  geo-pos:long "-69.464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2316'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2316'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-69.464'^^xsd:double;
  dwc:startLongitude '-69.464'^^xsd:double;
  dwc:endLongitude '-69.464'^^xsd:double;
  dwc:latitude '41.505'^^xsd:double;
  dwc:startLatitude '41.505'^^xsd:double;
  dwc:endLatitude '41.505'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.464 41.505, -69.464 41.505, -69.464 41.505, -69.464 41.505, -69.464 41.505))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2316'^^xsd:string;
  dwc:observationDate '1990-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.525 -69.464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.525"^^xsd:decimal ;
  dwc:decimalLongitude "-69.464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.525 -69.464)"^^geo:wktLiteral ;
  geo-pos:lat "41.525"^^xsd:decimal ;
  geo-pos:long "-69.464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1520'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1520'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.464'^^xsd:double;
  dwc:startLongitude '-69.464'^^xsd:double;
  dwc:endLongitude '-69.464'^^xsd:double;
  dwc:latitude '41.525'^^xsd:double;
  dwc:startLatitude '41.525'^^xsd:double;
  dwc:endLatitude '41.525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.464 41.525, -69.464 41.525, -69.464 41.525, -69.464 41.525, -69.464 41.525))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1520'^^xsd:string;
  dwc:observationDate '1990-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.499"^^xsd:decimal ;
  dwc:decimalLongitude "-69.463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.463)"^^geo:wktLiteral ;
  geo-pos:lat "41.499"^^xsd:decimal ;
  geo-pos:long "-69.463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1200'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1200'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-69.463'^^xsd:double;
  dwc:startLongitude '-69.463'^^xsd:double;
  dwc:endLongitude '-69.463'^^xsd:double;
  dwc:latitude '41.499'^^xsd:double;
  dwc:startLatitude '41.499'^^xsd:double;
  dwc:endLatitude '41.499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.463 41.499, -69.463 41.499, -69.463 41.499, -69.463 41.499, -69.463 41.499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1200'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.532"^^xsd:decimal ;
  dwc:decimalLongitude "-69.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.459)"^^geo:wktLiteral ;
  geo-pos:lat "41.532"^^xsd:decimal ;
  geo-pos:long "-69.459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_966'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_966'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.459'^^xsd:double;
  dwc:startLongitude '-69.459'^^xsd:double;
  dwc:endLongitude '-69.459'^^xsd:double;
  dwc:latitude '41.532'^^xsd:double;
  dwc:startLatitude '41.532'^^xsd:double;
  dwc:endLatitude '41.532'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.459 41.532, -69.459 41.532, -69.459 41.532, -69.459 41.532, -69.459 41.532))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_966'^^xsd:string;
  dwc:observationDate '1989-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.598"^^xsd:decimal ;
  dwc:decimalLongitude "-69.454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.598 -69.454)"^^geo:wktLiteral ;
  geo-pos:lat "41.598"^^xsd:decimal ;
  geo-pos:long "-69.454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1486'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1486'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.454'^^xsd:double;
  dwc:startLongitude '-69.454'^^xsd:double;
  dwc:endLongitude '-69.454'^^xsd:double;
  dwc:latitude '41.598'^^xsd:double;
  dwc:startLatitude '41.598'^^xsd:double;
  dwc:endLatitude '41.598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.454 41.598, -69.454 41.598, -69.454 41.598, -69.454 41.598, -69.454 41.598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1486'^^xsd:string;
  dwc:observationDate '1989-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.538 -69.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.538"^^xsd:decimal ;
  dwc:decimalLongitude "-69.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.538 -69.452)"^^geo:wktLiteral ;
  geo-pos:lat "41.538"^^xsd:decimal ;
  geo-pos:long "-69.452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_242'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_242'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.452'^^xsd:double;
  dwc:startLongitude '-69.452'^^xsd:double;
  dwc:endLongitude '-69.452'^^xsd:double;
  dwc:latitude '41.538'^^xsd:double;
  dwc:startLatitude '41.538'^^xsd:double;
  dwc:endLatitude '41.538'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.452 41.538, -69.452 41.538, -69.452 41.538, -69.452 41.538, -69.452 41.538))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_242'^^xsd:string;
  dwc:observationDate '1989-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.45)"^^geo:wktLiteral ;
  geo-pos:lat "41.2167"^^xsd:decimal ;
  geo-pos:long "-69.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2512'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2512'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-69.45'^^xsd:double;
  dwc:startLongitude '-69.45'^^xsd:double;
  dwc:endLongitude '-69.45'^^xsd:double;
  dwc:latitude '41.2167'^^xsd:double;
  dwc:startLatitude '41.2167'^^xsd:double;
  dwc:endLatitude '41.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.45 41.2167, -69.45 41.2167, -69.45 41.2167, -69.45 41.2167, -69.45 41.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2512'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.474 -69.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.474"^^xsd:decimal ;
  dwc:decimalLongitude "-69.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.474 -69.45)"^^geo:wktLiteral ;
  geo-pos:lat "41.474"^^xsd:decimal ;
  geo-pos:long "-69.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1060'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1060'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.45'^^xsd:double;
  dwc:startLongitude '-69.45'^^xsd:double;
  dwc:endLongitude '-69.45'^^xsd:double;
  dwc:latitude '41.474'^^xsd:double;
  dwc:startLatitude '41.474'^^xsd:double;
  dwc:endLatitude '41.474'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.45 41.474, -69.45 41.474, -69.45 41.474, -69.45 41.474, -69.45 41.474))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1060'^^xsd:string;
  dwc:observationDate '1987-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.507"^^xsd:decimal ;
  dwc:decimalLongitude "-69.443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.443)"^^geo:wktLiteral ;
  geo-pos:lat "41.507"^^xsd:decimal ;
  geo-pos:long "-69.443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1199'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1199'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-69.443'^^xsd:double;
  dwc:startLongitude '-69.443'^^xsd:double;
  dwc:endLongitude '-69.443'^^xsd:double;
  dwc:latitude '41.507'^^xsd:double;
  dwc:startLatitude '41.507'^^xsd:double;
  dwc:endLatitude '41.507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.443 41.507, -69.443 41.507, -69.443 41.507, -69.443 41.507, -69.443 41.507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1199'^^xsd:string;
  dwc:observationDate '1990-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5833 -69.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5833 -69.4333)"^^geo:wktLiteral ;
  geo-pos:lat "41.5833"^^xsd:decimal ;
  geo-pos:long "-69.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1059'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1059'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.4333'^^xsd:double;
  dwc:startLongitude '-69.4333'^^xsd:double;
  dwc:endLongitude '-69.4333'^^xsd:double;
  dwc:latitude '41.5833'^^xsd:double;
  dwc:startLatitude '41.5833'^^xsd:double;
  dwc:endLatitude '41.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4333 41.5833, -69.4333 41.5833, -69.4333 41.5833, -69.4333 41.5833, -69.4333 41.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1059'^^xsd:string;
  dwc:observationDate '1986-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.554 -69.433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.554"^^xsd:decimal ;
  dwc:decimalLongitude "-69.433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.554 -69.433)"^^geo:wktLiteral ;
  geo-pos:lat "41.554"^^xsd:decimal ;
  geo-pos:long "-69.433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_220'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_220'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.433'^^xsd:double;
  dwc:startLongitude '-69.433'^^xsd:double;
  dwc:endLongitude '-69.433'^^xsd:double;
  dwc:latitude '41.554'^^xsd:double;
  dwc:startLatitude '41.554'^^xsd:double;
  dwc:endLatitude '41.554'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.433 41.554, -69.433 41.554, -69.433 41.554, -69.433 41.554, -69.433 41.554))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_220'^^xsd:string;
  dwc:observationDate '1989-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.541"^^xsd:decimal ;
  dwc:decimalLongitude "-69.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  geo-pos:lat "41.541"^^xsd:decimal ;
  geo-pos:long "-69.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_915'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_915'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.428'^^xsd:double;
  dwc:startLongitude '-69.428'^^xsd:double;
  dwc:endLongitude '-69.428'^^xsd:double;
  dwc:latitude '41.541'^^xsd:double;
  dwc:startLatitude '41.541'^^xsd:double;
  dwc:endLatitude '41.541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_915'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.541"^^xsd:decimal ;
  dwc:decimalLongitude "-69.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  geo-pos:lat "41.541"^^xsd:decimal ;
  geo-pos:long "-69.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_918'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_918'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.428'^^xsd:double;
  dwc:startLongitude '-69.428'^^xsd:double;
  dwc:endLongitude '-69.428'^^xsd:double;
  dwc:latitude '41.541'^^xsd:double;
  dwc:startLatitude '41.541'^^xsd:double;
  dwc:endLatitude '41.541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_918'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.541"^^xsd:decimal ;
  dwc:decimalLongitude "-69.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  geo-pos:lat "41.541"^^xsd:decimal ;
  geo-pos:long "-69.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_914'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_914'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.428'^^xsd:double;
  dwc:startLongitude '-69.428'^^xsd:double;
  dwc:endLongitude '-69.428'^^xsd:double;
  dwc:latitude '41.541'^^xsd:double;
  dwc:startLatitude '41.541'^^xsd:double;
  dwc:endLatitude '41.541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_914'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.541"^^xsd:decimal ;
  dwc:decimalLongitude "-69.428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.428)"^^geo:wktLiteral ;
  geo-pos:lat "41.541"^^xsd:decimal ;
  geo-pos:long "-69.428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_920'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_920'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.428'^^xsd:double;
  dwc:startLongitude '-69.428'^^xsd:double;
  dwc:endLongitude '-69.428'^^xsd:double;
  dwc:latitude '41.541'^^xsd:double;
  dwc:startLatitude '41.541'^^xsd:double;
  dwc:endLatitude '41.541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541, -69.428 41.541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_920'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.528 -69.427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.528"^^xsd:decimal ;
  dwc:decimalLongitude "-69.427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.528 -69.427)"^^geo:wktLiteral ;
  geo-pos:lat "41.528"^^xsd:decimal ;
  geo-pos:long "-69.427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2046'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2046'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-69.427'^^xsd:double;
  dwc:startLongitude '-69.427'^^xsd:double;
  dwc:endLongitude '-69.427'^^xsd:double;
  dwc:latitude '41.528'^^xsd:double;
  dwc:startLatitude '41.528'^^xsd:double;
  dwc:endLatitude '41.528'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.427 41.528, -69.427 41.528, -69.427 41.528, -69.427 41.528, -69.427 41.528))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2046'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.533 -69.426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.533"^^xsd:decimal ;
  dwc:decimalLongitude "-69.426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.533 -69.426)"^^geo:wktLiteral ;
  geo-pos:lat "41.533"^^xsd:decimal ;
  geo-pos:long "-69.426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1637'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1637'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-69.426'^^xsd:double;
  dwc:startLongitude '-69.426'^^xsd:double;
  dwc:endLongitude '-69.426'^^xsd:double;
  dwc:latitude '41.533'^^xsd:double;
  dwc:startLatitude '41.533'^^xsd:double;
  dwc:endLatitude '41.533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.426 41.533, -69.426 41.533, -69.426 41.533, -69.426 41.533, -69.426 41.533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1637'^^xsd:string;
  dwc:observationDate '1990-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.551 -69.424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.551"^^xsd:decimal ;
  dwc:decimalLongitude "-69.424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.551 -69.424)"^^geo:wktLiteral ;
  geo-pos:lat "41.551"^^xsd:decimal ;
  geo-pos:long "-69.424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1682'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1682'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.424'^^xsd:double;
  dwc:startLongitude '-69.424'^^xsd:double;
  dwc:endLongitude '-69.424'^^xsd:double;
  dwc:latitude '41.551'^^xsd:double;
  dwc:startLatitude '41.551'^^xsd:double;
  dwc:endLatitude '41.551'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.424 41.551, -69.424 41.551, -69.424 41.551, -69.424 41.551, -69.424 41.551))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1682'^^xsd:string;
  dwc:observationDate '1989-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.496 -69.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.496"^^xsd:decimal ;
  dwc:decimalLongitude "-69.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.496 -69.423)"^^geo:wktLiteral ;
  geo-pos:lat "41.496"^^xsd:decimal ;
  geo-pos:long "-69.423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2258'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2258'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.423'^^xsd:double;
  dwc:startLongitude '-69.423'^^xsd:double;
  dwc:endLongitude '-69.423'^^xsd:double;
  dwc:latitude '41.496'^^xsd:double;
  dwc:startLatitude '41.496'^^xsd:double;
  dwc:endLatitude '41.496'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.423 41.496, -69.423 41.496, -69.423 41.496, -69.423 41.496, -69.423 41.496))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2258'^^xsd:string;
  dwc:observationDate '1990-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.496 -69.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.496"^^xsd:decimal ;
  dwc:decimalLongitude "-69.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.496 -69.423)"^^geo:wktLiteral ;
  geo-pos:lat "41.496"^^xsd:decimal ;
  geo-pos:long "-69.423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2044'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2044'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-69.423'^^xsd:double;
  dwc:startLongitude '-69.423'^^xsd:double;
  dwc:endLongitude '-69.423'^^xsd:double;
  dwc:latitude '41.496'^^xsd:double;
  dwc:startLatitude '41.496'^^xsd:double;
  dwc:endLatitude '41.496'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.423 41.496, -69.423 41.496, -69.423 41.496, -69.423 41.496, -69.423 41.496))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2044'^^xsd:string;
  dwc:observationDate '1990-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.423)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_872'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_872'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.423'^^xsd:double;
  dwc:startLongitude '-69.423'^^xsd:double;
  dwc:endLongitude '-69.423'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.423 41.523, -69.423 41.523, -69.423 41.523, -69.423 41.523, -69.423 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_872'^^xsd:string;
  dwc:observationDate '1989-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.522"^^xsd:decimal ;
  dwc:decimalLongitude "-69.422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.422)"^^geo:wktLiteral ;
  geo-pos:lat "41.522"^^xsd:decimal ;
  geo-pos:long "-69.422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_315'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_315'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.422'^^xsd:double;
  dwc:startLongitude '-69.422'^^xsd:double;
  dwc:endLongitude '-69.422'^^xsd:double;
  dwc:latitude '41.522'^^xsd:double;
  dwc:startLatitude '41.522'^^xsd:double;
  dwc:endLatitude '41.522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.422 41.522, -69.422 41.522, -69.422 41.522, -69.422 41.522, -69.422 41.522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_315'^^xsd:string;
  dwc:observationDate '1989-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.541"^^xsd:decimal ;
  dwc:decimalLongitude "-69.417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.541 -69.417)"^^geo:wktLiteral ;
  geo-pos:lat "41.541"^^xsd:decimal ;
  geo-pos:long "-69.417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_913'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_913'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.417'^^xsd:double;
  dwc:startLongitude '-69.417'^^xsd:double;
  dwc:endLongitude '-69.417'^^xsd:double;
  dwc:latitude '41.541'^^xsd:double;
  dwc:startLatitude '41.541'^^xsd:double;
  dwc:endLatitude '41.541'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.417 41.541, -69.417 41.541, -69.417 41.541, -69.417 41.541, -69.417 41.541))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_913'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5667 -69.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5667 -69.4167)"^^geo:wktLiteral ;
  geo-pos:lat "41.5667"^^xsd:decimal ;
  geo-pos:long "-69.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1058'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1058'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.4167'^^xsd:double;
  dwc:startLongitude '-69.4167'^^xsd:double;
  dwc:endLongitude '-69.4167'^^xsd:double;
  dwc:latitude '41.5667'^^xsd:double;
  dwc:startLatitude '41.5667'^^xsd:double;
  dwc:endLatitude '41.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4167 41.5667, -69.4167 41.5667, -69.4167 41.5667, -69.4167 41.5667, -69.4167 41.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1058'^^xsd:string;
  dwc:observationDate '1986-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.499"^^xsd:decimal ;
  dwc:decimalLongitude "-69.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.416)"^^geo:wktLiteral ;
  geo-pos:lat "41.499"^^xsd:decimal ;
  geo-pos:long "-69.416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2082'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2082'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-69.416'^^xsd:double;
  dwc:startLongitude '-69.416'^^xsd:double;
  dwc:endLongitude '-69.416'^^xsd:double;
  dwc:latitude '41.499'^^xsd:double;
  dwc:startLatitude '41.499'^^xsd:double;
  dwc:endLatitude '41.499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.416 41.499, -69.416 41.499, -69.416 41.499, -69.416 41.499, -69.416 41.499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2082'^^xsd:string;
  dwc:observationDate '1990-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.499"^^xsd:decimal ;
  dwc:decimalLongitude "-69.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.499 -69.416)"^^geo:wktLiteral ;
  geo-pos:lat "41.499"^^xsd:decimal ;
  geo-pos:long "-69.416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2087'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2087'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-69.416'^^xsd:double;
  dwc:startLongitude '-69.416'^^xsd:double;
  dwc:endLongitude '-69.416'^^xsd:double;
  dwc:latitude '41.499'^^xsd:double;
  dwc:startLatitude '41.499'^^xsd:double;
  dwc:endLatitude '41.499'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.416 41.499, -69.416 41.499, -69.416 41.499, -69.416 41.499, -69.416 41.499))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2087'^^xsd:string;
  dwc:observationDate '1990-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.542 -69.414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.542"^^xsd:decimal ;
  dwc:decimalLongitude "-69.414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.542 -69.414)"^^geo:wktLiteral ;
  geo-pos:lat "41.542"^^xsd:decimal ;
  geo-pos:long "-69.414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_240'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_240'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.414'^^xsd:double;
  dwc:startLongitude '-69.414'^^xsd:double;
  dwc:endLongitude '-69.414'^^xsd:double;
  dwc:latitude '41.542'^^xsd:double;
  dwc:startLatitude '41.542'^^xsd:double;
  dwc:endLatitude '41.542'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.414 41.542, -69.414 41.542, -69.414 41.542, -69.414 41.542, -69.414 41.542))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_240'^^xsd:string;
  dwc:observationDate '1989-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.545 -69.409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.545"^^xsd:decimal ;
  dwc:decimalLongitude "-69.409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.545 -69.409)"^^geo:wktLiteral ;
  geo-pos:lat "41.545"^^xsd:decimal ;
  geo-pos:long "-69.409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1246'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1246'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-69.409'^^xsd:double;
  dwc:startLongitude '-69.409'^^xsd:double;
  dwc:endLongitude '-69.409'^^xsd:double;
  dwc:latitude '41.545'^^xsd:double;
  dwc:startLatitude '41.545'^^xsd:double;
  dwc:endLatitude '41.545'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.409 41.545, -69.409 41.545, -69.409 41.545, -69.409 41.545, -69.409 41.545))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1246'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.562 -69.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.562"^^xsd:decimal ;
  dwc:decimalLongitude "-69.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.562 -69.408)"^^geo:wktLiteral ;
  geo-pos:lat "41.562"^^xsd:decimal ;
  geo-pos:long "-69.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1306'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1306'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.408'^^xsd:double;
  dwc:startLongitude '-69.408'^^xsd:double;
  dwc:endLongitude '-69.408'^^xsd:double;
  dwc:latitude '41.562'^^xsd:double;
  dwc:startLatitude '41.562'^^xsd:double;
  dwc:endLatitude '41.562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.408 41.562, -69.408 41.562, -69.408 41.562, -69.408 41.562, -69.408 41.562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1306'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.562 -69.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.562"^^xsd:decimal ;
  dwc:decimalLongitude "-69.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.562 -69.408)"^^geo:wktLiteral ;
  geo-pos:lat "41.562"^^xsd:decimal ;
  geo-pos:long "-69.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1309'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1309'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.408'^^xsd:double;
  dwc:startLongitude '-69.408'^^xsd:double;
  dwc:endLongitude '-69.408'^^xsd:double;
  dwc:latitude '41.562'^^xsd:double;
  dwc:startLatitude '41.562'^^xsd:double;
  dwc:endLatitude '41.562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.408 41.562, -69.408 41.562, -69.408 41.562, -69.408 41.562, -69.408 41.562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1309'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.562 -69.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.562"^^xsd:decimal ;
  dwc:decimalLongitude "-69.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.562 -69.408)"^^geo:wktLiteral ;
  geo-pos:lat "41.562"^^xsd:decimal ;
  geo-pos:long "-69.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1307'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1307'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.408'^^xsd:double;
  dwc:startLongitude '-69.408'^^xsd:double;
  dwc:endLongitude '-69.408'^^xsd:double;
  dwc:latitude '41.562'^^xsd:double;
  dwc:startLatitude '41.562'^^xsd:double;
  dwc:endLatitude '41.562'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.408 41.562, -69.408 41.562, -69.408 41.562, -69.408 41.562, -69.408 41.562))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1307'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.524 -69.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.524"^^xsd:decimal ;
  dwc:decimalLongitude "-69.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.524 -69.405)"^^geo:wktLiteral ;
  geo-pos:lat "41.524"^^xsd:decimal ;
  geo-pos:long "-69.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_320'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_320'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.405'^^xsd:double;
  dwc:startLongitude '-69.405'^^xsd:double;
  dwc:endLongitude '-69.405'^^xsd:double;
  dwc:latitude '41.524'^^xsd:double;
  dwc:startLatitude '41.524'^^xsd:double;
  dwc:endLatitude '41.524'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.405 41.524, -69.405 41.524, -69.405 41.524, -69.405 41.524, -69.405 41.524))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_320'^^xsd:string;
  dwc:observationDate '1991-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.547 -69.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.547"^^xsd:decimal ;
  dwc:decimalLongitude "-69.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.547 -69.405)"^^geo:wktLiteral ;
  geo-pos:lat "41.547"^^xsd:decimal ;
  geo-pos:long "-69.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1304'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1304'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.405'^^xsd:double;
  dwc:startLongitude '-69.405'^^xsd:double;
  dwc:endLongitude '-69.405'^^xsd:double;
  dwc:latitude '41.547'^^xsd:double;
  dwc:startLatitude '41.547'^^xsd:double;
  dwc:endLatitude '41.547'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.405 41.547, -69.405 41.547, -69.405 41.547, -69.405 41.547, -69.405 41.547))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1304'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.547 -69.405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.547"^^xsd:decimal ;
  dwc:decimalLongitude "-69.405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.547 -69.405)"^^geo:wktLiteral ;
  geo-pos:lat "41.547"^^xsd:decimal ;
  geo-pos:long "-69.405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1308'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1308'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.405'^^xsd:double;
  dwc:startLongitude '-69.405'^^xsd:double;
  dwc:endLongitude '-69.405'^^xsd:double;
  dwc:latitude '41.547'^^xsd:double;
  dwc:startLatitude '41.547'^^xsd:double;
  dwc:endLatitude '41.547'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.405 41.547, -69.405 41.547, -69.405 41.547, -69.405 41.547, -69.405 41.547))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1308'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.466 -69.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.466"^^xsd:decimal ;
  dwc:decimalLongitude "-69.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.466 -69.402)"^^geo:wktLiteral ;
  geo-pos:lat "41.466"^^xsd:decimal ;
  geo-pos:long "-69.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1700'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1700'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.402'^^xsd:double;
  dwc:startLongitude '-69.402'^^xsd:double;
  dwc:endLongitude '-69.402'^^xsd:double;
  dwc:latitude '41.466'^^xsd:double;
  dwc:startLatitude '41.466'^^xsd:double;
  dwc:endLatitude '41.466'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.402 41.466, -69.402 41.466, -69.402 41.466, -69.402 41.466, -69.402 41.466))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1700'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.466 -69.402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.466"^^xsd:decimal ;
  dwc:decimalLongitude "-69.402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.466 -69.402)"^^geo:wktLiteral ;
  geo-pos:lat "41.466"^^xsd:decimal ;
  geo-pos:long "-69.402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1699'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1699'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.402'^^xsd:double;
  dwc:startLongitude '-69.402'^^xsd:double;
  dwc:endLongitude '-69.402'^^xsd:double;
  dwc:latitude '41.466'^^xsd:double;
  dwc:startLatitude '41.466'^^xsd:double;
  dwc:endLatitude '41.466'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.402 41.466, -69.402 41.466, -69.402 41.466, -69.402 41.466, -69.402 41.466))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1699'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.469 -69.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.469"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.469 -69.4)"^^geo:wktLiteral ;
  geo-pos:lat "41.469"^^xsd:decimal ;
  geo-pos:long "-69.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1703'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1703'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.4'^^xsd:double;
  dwc:startLongitude '-69.4'^^xsd:double;
  dwc:endLongitude '-69.4'^^xsd:double;
  dwc:latitude '41.469'^^xsd:double;
  dwc:startLatitude '41.469'^^xsd:double;
  dwc:endLatitude '41.469'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4 41.469, -69.4 41.469, -69.4 41.469, -69.4 41.469, -69.4 41.469))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1703'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.469 -69.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.469"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.469 -69.4)"^^geo:wktLiteral ;
  geo-pos:lat "41.469"^^xsd:decimal ;
  geo-pos:long "-69.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1702'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1702'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.4'^^xsd:double;
  dwc:startLongitude '-69.4'^^xsd:double;
  dwc:endLongitude '-69.4'^^xsd:double;
  dwc:latitude '41.469'^^xsd:double;
  dwc:startLatitude '41.469'^^xsd:double;
  dwc:endLatitude '41.469'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4 41.469, -69.4 41.469, -69.4 41.469, -69.4 41.469, -69.4 41.469))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1702'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.469 -69.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.469"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.469 -69.4)"^^geo:wktLiteral ;
  geo-pos:lat "41.469"^^xsd:decimal ;
  geo-pos:long "-69.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1701'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1701'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.4'^^xsd:double;
  dwc:startLongitude '-69.4'^^xsd:double;
  dwc:endLongitude '-69.4'^^xsd:double;
  dwc:latitude '41.469'^^xsd:double;
  dwc:startLatitude '41.469'^^xsd:double;
  dwc:endLatitude '41.469'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4 41.469, -69.4 41.469, -69.4 41.469, -69.4 41.469, -69.4 41.469))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1701'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.486 -69.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.486"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.486 -69.4)"^^geo:wktLiteral ;
  geo-pos:lat "41.486"^^xsd:decimal ;
  geo-pos:long "-69.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1680'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1680'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-69.4'^^xsd:double;
  dwc:startLongitude '-69.4'^^xsd:double;
  dwc:endLongitude '-69.4'^^xsd:double;
  dwc:latitude '41.486'^^xsd:double;
  dwc:startLatitude '41.486'^^xsd:double;
  dwc:endLatitude '41.486'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4 41.486, -69.4 41.486, -69.4 41.486, -69.4 41.486, -69.4 41.486))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1680'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5667 -69.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5667 -69.4)"^^geo:wktLiteral ;
  geo-pos:lat "41.5667"^^xsd:decimal ;
  geo-pos:long "-69.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1123'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1123'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.4'^^xsd:double;
  dwc:startLongitude '-69.4'^^xsd:double;
  dwc:endLongitude '-69.4'^^xsd:double;
  dwc:latitude '41.5667'^^xsd:double;
  dwc:startLatitude '41.5667'^^xsd:double;
  dwc:endLatitude '41.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.4 41.5667, -69.4 41.5667, -69.4 41.5667, -69.4 41.5667, -69.4 41.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1123'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.487 -69.398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.487"^^xsd:decimal ;
  dwc:decimalLongitude "-69.398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.487 -69.398)"^^geo:wktLiteral ;
  geo-pos:lat "41.487"^^xsd:decimal ;
  geo-pos:long "-69.398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_881'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_881'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.398'^^xsd:double;
  dwc:startLongitude '-69.398'^^xsd:double;
  dwc:endLongitude '-69.398'^^xsd:double;
  dwc:latitude '41.487'^^xsd:double;
  dwc:startLatitude '41.487'^^xsd:double;
  dwc:endLatitude '41.487'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.398 41.487, -69.398 41.487, -69.398 41.487, -69.398 41.487, -69.398 41.487))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_881'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.511"^^xsd:decimal ;
  dwc:decimalLongitude "-69.398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.398)"^^geo:wktLiteral ;
  geo-pos:lat "41.511"^^xsd:decimal ;
  geo-pos:long "-69.398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_891'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_891'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.398'^^xsd:double;
  dwc:startLongitude '-69.398'^^xsd:double;
  dwc:endLongitude '-69.398'^^xsd:double;
  dwc:latitude '41.511'^^xsd:double;
  dwc:startLatitude '41.511'^^xsd:double;
  dwc:endLatitude '41.511'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.398 41.511, -69.398 41.511, -69.398 41.511, -69.398 41.511, -69.398 41.511))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_891'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.511"^^xsd:decimal ;
  dwc:decimalLongitude "-69.398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.398)"^^geo:wktLiteral ;
  geo-pos:lat "41.511"^^xsd:decimal ;
  geo-pos:long "-69.398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_890'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_890'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.398'^^xsd:double;
  dwc:startLongitude '-69.398'^^xsd:double;
  dwc:endLongitude '-69.398'^^xsd:double;
  dwc:latitude '41.511'^^xsd:double;
  dwc:startLatitude '41.511'^^xsd:double;
  dwc:endLatitude '41.511'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.398 41.511, -69.398 41.511, -69.398 41.511, -69.398 41.511, -69.398 41.511))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_890'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.568 -69.398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.568"^^xsd:decimal ;
  dwc:decimalLongitude "-69.398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.568 -69.398)"^^geo:wktLiteral ;
  geo-pos:lat "41.568"^^xsd:decimal ;
  geo-pos:long "-69.398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1252'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1252'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.398'^^xsd:double;
  dwc:startLongitude '-69.398'^^xsd:double;
  dwc:endLongitude '-69.398'^^xsd:double;
  dwc:latitude '41.568'^^xsd:double;
  dwc:startLatitude '41.568'^^xsd:double;
  dwc:endLatitude '41.568'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.398 41.568, -69.398 41.568, -69.398 41.568, -69.398 41.568, -69.398 41.568))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1252'^^xsd:string;
  dwc:observationDate '1989-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.568 -69.398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.568"^^xsd:decimal ;
  dwc:decimalLongitude "-69.398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.568 -69.398)"^^geo:wktLiteral ;
  geo-pos:lat "41.568"^^xsd:decimal ;
  geo-pos:long "-69.398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1241'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1241'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.398'^^xsd:double;
  dwc:startLongitude '-69.398'^^xsd:double;
  dwc:endLongitude '-69.398'^^xsd:double;
  dwc:latitude '41.568'^^xsd:double;
  dwc:startLatitude '41.568'^^xsd:double;
  dwc:endLatitude '41.568'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.398 41.568, -69.398 41.568, -69.398 41.568, -69.398 41.568, -69.398 41.568))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1241'^^xsd:string;
  dwc:observationDate '1989-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.468"^^xsd:decimal ;
  dwc:decimalLongitude "-69.397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.397)"^^geo:wktLiteral ;
  geo-pos:lat "41.468"^^xsd:decimal ;
  geo-pos:long "-69.397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2083'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2083'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-69.397'^^xsd:double;
  dwc:startLongitude '-69.397'^^xsd:double;
  dwc:endLongitude '-69.397'^^xsd:double;
  dwc:latitude '41.468'^^xsd:double;
  dwc:startLatitude '41.468'^^xsd:double;
  dwc:endLatitude '41.468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.397 41.468, -69.397 41.468, -69.397 41.468, -69.397 41.468, -69.397 41.468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2083'^^xsd:string;
  dwc:observationDate '1990-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.529"^^xsd:decimal ;
  dwc:decimalLongitude "-69.396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.396)"^^geo:wktLiteral ;
  geo-pos:lat "41.529"^^xsd:decimal ;
  geo-pos:long "-69.396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_241'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_241'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.396'^^xsd:double;
  dwc:startLongitude '-69.396'^^xsd:double;
  dwc:endLongitude '-69.396'^^xsd:double;
  dwc:latitude '41.529'^^xsd:double;
  dwc:startLatitude '41.529'^^xsd:double;
  dwc:endLatitude '41.529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.396 41.529, -69.396 41.529, -69.396 41.529, -69.396 41.529, -69.396 41.529))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_241'^^xsd:string;
  dwc:observationDate '1989-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.529"^^xsd:decimal ;
  dwc:decimalLongitude "-69.396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.396)"^^geo:wktLiteral ;
  geo-pos:lat "41.529"^^xsd:decimal ;
  geo-pos:long "-69.396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_243'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_243'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.396'^^xsd:double;
  dwc:startLongitude '-69.396'^^xsd:double;
  dwc:endLongitude '-69.396'^^xsd:double;
  dwc:latitude '41.529'^^xsd:double;
  dwc:startLatitude '41.529'^^xsd:double;
  dwc:endLatitude '41.529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.396 41.529, -69.396 41.529, -69.396 41.529, -69.396 41.529, -69.396 41.529))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_243'^^xsd:string;
  dwc:observationDate '1989-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.501"^^xsd:decimal ;
  dwc:decimalLongitude "-69.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.395)"^^geo:wktLiteral ;
  geo-pos:lat "41.501"^^xsd:decimal ;
  geo-pos:long "-69.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_352'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_352'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.395'^^xsd:double;
  dwc:startLongitude '-69.395'^^xsd:double;
  dwc:endLongitude '-69.395'^^xsd:double;
  dwc:latitude '41.501'^^xsd:double;
  dwc:startLatitude '41.501'^^xsd:double;
  dwc:endLatitude '41.501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.395 41.501, -69.395 41.501, -69.395 41.501, -69.395 41.501, -69.395 41.501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_352'^^xsd:string;
  dwc:observationDate '1990-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.503 -69.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.503"^^xsd:decimal ;
  dwc:decimalLongitude "-69.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.503 -69.395)"^^geo:wktLiteral ;
  geo-pos:lat "41.503"^^xsd:decimal ;
  geo-pos:long "-69.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1678'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1678'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-69.395'^^xsd:double;
  dwc:startLongitude '-69.395'^^xsd:double;
  dwc:endLongitude '-69.395'^^xsd:double;
  dwc:latitude '41.503'^^xsd:double;
  dwc:startLatitude '41.503'^^xsd:double;
  dwc:endLatitude '41.503'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.395 41.503, -69.395 41.503, -69.395 41.503, -69.395 41.503, -69.395 41.503))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1678'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.503 -69.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.503"^^xsd:decimal ;
  dwc:decimalLongitude "-69.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.503 -69.395)"^^geo:wktLiteral ;
  geo-pos:lat "41.503"^^xsd:decimal ;
  geo-pos:long "-69.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1679'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1679'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-69.395'^^xsd:double;
  dwc:startLongitude '-69.395'^^xsd:double;
  dwc:endLongitude '-69.395'^^xsd:double;
  dwc:latitude '41.503'^^xsd:double;
  dwc:startLatitude '41.503'^^xsd:double;
  dwc:endLatitude '41.503'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.395 41.503, -69.395 41.503, -69.395 41.503, -69.395 41.503, -69.395 41.503))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1679'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.512"^^xsd:decimal ;
  dwc:decimalLongitude "-69.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.395)"^^geo:wktLiteral ;
  geo-pos:lat "41.512"^^xsd:decimal ;
  geo-pos:long "-69.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_889'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_889'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.395'^^xsd:double;
  dwc:startLongitude '-69.395'^^xsd:double;
  dwc:endLongitude '-69.395'^^xsd:double;
  dwc:latitude '41.512'^^xsd:double;
  dwc:startLatitude '41.512'^^xsd:double;
  dwc:endLatitude '41.512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.395 41.512, -69.395 41.512, -69.395 41.512, -69.395 41.512, -69.395 41.512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_889'^^xsd:string;
  dwc:observationDate '1991-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.537 -69.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.537"^^xsd:decimal ;
  dwc:decimalLongitude "-69.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.537 -69.395)"^^geo:wktLiteral ;
  geo-pos:lat "41.537"^^xsd:decimal ;
  geo-pos:long "-69.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1544'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1544'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-69.395'^^xsd:double;
  dwc:startLongitude '-69.395'^^xsd:double;
  dwc:endLongitude '-69.395'^^xsd:double;
  dwc:latitude '41.537'^^xsd:double;
  dwc:startLatitude '41.537'^^xsd:double;
  dwc:endLatitude '41.537'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.395 41.537, -69.395 41.537, -69.395 41.537, -69.395 41.537, -69.395 41.537))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1544'^^xsd:string;
  dwc:observationDate '1989-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.549 -69.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.549"^^xsd:decimal ;
  dwc:decimalLongitude "-69.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.549 -69.395)"^^geo:wktLiteral ;
  geo-pos:lat "41.549"^^xsd:decimal ;
  geo-pos:long "-69.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1612'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1612'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.395'^^xsd:double;
  dwc:startLongitude '-69.395'^^xsd:double;
  dwc:endLongitude '-69.395'^^xsd:double;
  dwc:latitude '41.549'^^xsd:double;
  dwc:startLatitude '41.549'^^xsd:double;
  dwc:endLatitude '41.549'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.395 41.549, -69.395 41.549, -69.395 41.549, -69.395 41.549, -69.395 41.549))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1612'^^xsd:string;
  dwc:observationDate '1989-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.549 -69.395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.549"^^xsd:decimal ;
  dwc:decimalLongitude "-69.395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.549 -69.395)"^^geo:wktLiteral ;
  geo-pos:lat "41.549"^^xsd:decimal ;
  geo-pos:long "-69.395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1611'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1611'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.395'^^xsd:double;
  dwc:startLongitude '-69.395'^^xsd:double;
  dwc:endLongitude '-69.395'^^xsd:double;
  dwc:latitude '41.549'^^xsd:double;
  dwc:startLatitude '41.549'^^xsd:double;
  dwc:endLatitude '41.549'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.395 41.549, -69.395 41.549, -69.395 41.549, -69.395 41.549, -69.395 41.549))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1611'^^xsd:string;
  dwc:observationDate '1989-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.48 -69.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.48"^^xsd:decimal ;
  dwc:decimalLongitude "-69.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.48 -69.394)"^^geo:wktLiteral ;
  geo-pos:lat "41.48"^^xsd:decimal ;
  geo-pos:long "-69.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_370'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_370'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-69.394'^^xsd:double;
  dwc:startLongitude '-69.394'^^xsd:double;
  dwc:endLongitude '-69.394'^^xsd:double;
  dwc:latitude '41.48'^^xsd:double;
  dwc:startLatitude '41.48'^^xsd:double;
  dwc:endLatitude '41.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.394 41.48, -69.394 41.48, -69.394 41.48, -69.394 41.48, -69.394 41.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_370'^^xsd:string;
  dwc:observationDate '1989-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.48 -69.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.48"^^xsd:decimal ;
  dwc:decimalLongitude "-69.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.48 -69.394)"^^geo:wktLiteral ;
  geo-pos:lat "41.48"^^xsd:decimal ;
  geo-pos:long "-69.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_371'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_371'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-69.394'^^xsd:double;
  dwc:startLongitude '-69.394'^^xsd:double;
  dwc:endLongitude '-69.394'^^xsd:double;
  dwc:latitude '41.48'^^xsd:double;
  dwc:startLatitude '41.48'^^xsd:double;
  dwc:endLatitude '41.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.394 41.48, -69.394 41.48, -69.394 41.48, -69.394 41.48, -69.394 41.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_371'^^xsd:string;
  dwc:observationDate '1989-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.48 -69.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.48"^^xsd:decimal ;
  dwc:decimalLongitude "-69.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.48 -69.394)"^^geo:wktLiteral ;
  geo-pos:lat "41.48"^^xsd:decimal ;
  geo-pos:long "-69.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_373'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_373'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-69.394'^^xsd:double;
  dwc:startLongitude '-69.394'^^xsd:double;
  dwc:endLongitude '-69.394'^^xsd:double;
  dwc:latitude '41.48'^^xsd:double;
  dwc:startLatitude '41.48'^^xsd:double;
  dwc:endLatitude '41.48'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.394 41.48, -69.394 41.48, -69.394 41.48, -69.394 41.48, -69.394 41.48))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_373'^^xsd:string;
  dwc:observationDate '1989-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.392)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_226'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_226'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-69.392'^^xsd:double;
  dwc:startLongitude '-69.392'^^xsd:double;
  dwc:endLongitude '-69.392'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.392 41.492, -69.392 41.492, -69.392 41.492, -69.392 41.492, -69.392 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_226'^^xsd:string;
  dwc:observationDate '1990-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.392)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_224'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_224'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-69.392'^^xsd:double;
  dwc:startLongitude '-69.392'^^xsd:double;
  dwc:endLongitude '-69.392'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.392 41.492, -69.392 41.492, -69.392 41.492, -69.392 41.492, -69.392 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_224'^^xsd:string;
  dwc:observationDate '1990-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.494 -69.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.494"^^xsd:decimal ;
  dwc:decimalLongitude "-69.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.494 -69.392)"^^geo:wktLiteral ;
  geo-pos:lat "41.494"^^xsd:decimal ;
  geo-pos:long "-69.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_181'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_181'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-69.392'^^xsd:double;
  dwc:startLongitude '-69.392'^^xsd:double;
  dwc:endLongitude '-69.392'^^xsd:double;
  dwc:latitude '41.494'^^xsd:double;
  dwc:startLatitude '41.494'^^xsd:double;
  dwc:endLatitude '41.494'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.392 41.494, -69.392 41.494, -69.392 41.494, -69.392 41.494, -69.392 41.494))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_181'^^xsd:string;
  dwc:observationDate '1990-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.485 -69.391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.485"^^xsd:decimal ;
  dwc:decimalLongitude "-69.391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.485 -69.391)"^^geo:wktLiteral ;
  geo-pos:lat "41.485"^^xsd:decimal ;
  geo-pos:long "-69.391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2097'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2097'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-69.391'^^xsd:double;
  dwc:startLongitude '-69.391'^^xsd:double;
  dwc:endLongitude '-69.391'^^xsd:double;
  dwc:latitude '41.485'^^xsd:double;
  dwc:startLatitude '41.485'^^xsd:double;
  dwc:endLatitude '41.485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.391 41.485, -69.391 41.485, -69.391 41.485, -69.391 41.485, -69.391 41.485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2097'^^xsd:string;
  dwc:observationDate '1990-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.494 -69.391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.494"^^xsd:decimal ;
  dwc:decimalLongitude "-69.391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.494 -69.391)"^^geo:wktLiteral ;
  geo-pos:lat "41.494"^^xsd:decimal ;
  geo-pos:long "-69.391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_350'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_350'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.391'^^xsd:double;
  dwc:startLongitude '-69.391'^^xsd:double;
  dwc:endLongitude '-69.391'^^xsd:double;
  dwc:latitude '41.494'^^xsd:double;
  dwc:startLatitude '41.494'^^xsd:double;
  dwc:endLatitude '41.494'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.391 41.494, -69.391 41.494, -69.391 41.494, -69.391 41.494, -69.391 41.494))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_350'^^xsd:string;
  dwc:observationDate '1990-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.494 -69.391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.494"^^xsd:decimal ;
  dwc:decimalLongitude "-69.391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.494 -69.391)"^^geo:wktLiteral ;
  geo-pos:lat "41.494"^^xsd:decimal ;
  geo-pos:long "-69.391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_353'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_353'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.391'^^xsd:double;
  dwc:startLongitude '-69.391'^^xsd:double;
  dwc:endLongitude '-69.391'^^xsd:double;
  dwc:latitude '41.494'^^xsd:double;
  dwc:startLatitude '41.494'^^xsd:double;
  dwc:endLatitude '41.494'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.391 41.494, -69.391 41.494, -69.391 41.494, -69.391 41.494, -69.391 41.494))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_353'^^xsd:string;
  dwc:observationDate '1990-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.488 -69.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.488"^^xsd:decimal ;
  dwc:decimalLongitude "-69.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.488 -69.39)"^^geo:wktLiteral ;
  geo-pos:lat "41.488"^^xsd:decimal ;
  geo-pos:long "-69.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_225'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_225'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-69.39'^^xsd:double;
  dwc:startLongitude '-69.39'^^xsd:double;
  dwc:endLongitude '-69.39'^^xsd:double;
  dwc:latitude '41.488'^^xsd:double;
  dwc:startLatitude '41.488'^^xsd:double;
  dwc:endLatitude '41.488'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.39 41.488, -69.39 41.488, -69.39 41.488, -69.39 41.488, -69.39 41.488))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_225'^^xsd:string;
  dwc:observationDate '1990-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.498 -69.389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.498"^^xsd:decimal ;
  dwc:decimalLongitude "-69.389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.498 -69.389)"^^geo:wktLiteral ;
  geo-pos:lat "41.498"^^xsd:decimal ;
  geo-pos:long "-69.389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_356'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_356'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.389'^^xsd:double;
  dwc:startLongitude '-69.389'^^xsd:double;
  dwc:endLongitude '-69.389'^^xsd:double;
  dwc:latitude '41.498'^^xsd:double;
  dwc:startLatitude '41.498'^^xsd:double;
  dwc:endLatitude '41.498'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.389 41.498, -69.389 41.498, -69.389 41.498, -69.389 41.498, -69.389 41.498))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_356'^^xsd:string;
  dwc:observationDate '1990-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.498 -69.389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.498"^^xsd:decimal ;
  dwc:decimalLongitude "-69.389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.498 -69.389)"^^geo:wktLiteral ;
  geo-pos:lat "41.498"^^xsd:decimal ;
  geo-pos:long "-69.389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_351'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_351'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.389'^^xsd:double;
  dwc:startLongitude '-69.389'^^xsd:double;
  dwc:endLongitude '-69.389'^^xsd:double;
  dwc:latitude '41.498'^^xsd:double;
  dwc:startLatitude '41.498'^^xsd:double;
  dwc:endLatitude '41.498'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.389 41.498, -69.389 41.498, -69.389 41.498, -69.389 41.498, -69.389 41.498))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_351'^^xsd:string;
  dwc:observationDate '1990-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.558 -69.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.558"^^xsd:decimal ;
  dwc:decimalLongitude "-69.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.558 -69.385)"^^geo:wktLiteral ;
  geo-pos:lat "41.558"^^xsd:decimal ;
  geo-pos:long "-69.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1676'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1676'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.385'^^xsd:double;
  dwc:startLongitude '-69.385'^^xsd:double;
  dwc:endLongitude '-69.385'^^xsd:double;
  dwc:latitude '41.558'^^xsd:double;
  dwc:startLatitude '41.558'^^xsd:double;
  dwc:endLatitude '41.558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.385 41.558, -69.385 41.558, -69.385 41.558, -69.385 41.558, -69.385 41.558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1676'^^xsd:string;
  dwc:observationDate '1989-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.542 -69.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.542"^^xsd:decimal ;
  dwc:decimalLongitude "-69.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.542 -69.384)"^^geo:wktLiteral ;
  geo-pos:lat "41.542"^^xsd:decimal ;
  geo-pos:long "-69.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_348'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_348'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.384'^^xsd:double;
  dwc:startLongitude '-69.384'^^xsd:double;
  dwc:endLongitude '-69.384'^^xsd:double;
  dwc:latitude '41.542'^^xsd:double;
  dwc:startLatitude '41.542'^^xsd:double;
  dwc:endLatitude '41.542'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.384 41.542, -69.384 41.542, -69.384 41.542, -69.384 41.542, -69.384 41.542))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_348'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.56"^^xsd:decimal ;
  dwc:decimalLongitude "-69.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  geo-pos:lat "41.56"^^xsd:decimal ;
  geo-pos:long "-69.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1674'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1674'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.384'^^xsd:double;
  dwc:startLongitude '-69.384'^^xsd:double;
  dwc:endLongitude '-69.384'^^xsd:double;
  dwc:latitude '41.56'^^xsd:double;
  dwc:startLatitude '41.56'^^xsd:double;
  dwc:endLatitude '41.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1674'^^xsd:string;
  dwc:observationDate '1989-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.56"^^xsd:decimal ;
  dwc:decimalLongitude "-69.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  geo-pos:lat "41.56"^^xsd:decimal ;
  geo-pos:long "-69.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1673'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1673'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.384'^^xsd:double;
  dwc:startLongitude '-69.384'^^xsd:double;
  dwc:endLongitude '-69.384'^^xsd:double;
  dwc:latitude '41.56'^^xsd:double;
  dwc:startLatitude '41.56'^^xsd:double;
  dwc:endLatitude '41.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1673'^^xsd:string;
  dwc:observationDate '1989-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.56"^^xsd:decimal ;
  dwc:decimalLongitude "-69.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  geo-pos:lat "41.56"^^xsd:decimal ;
  geo-pos:long "-69.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1675'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1675'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.384'^^xsd:double;
  dwc:startLongitude '-69.384'^^xsd:double;
  dwc:endLongitude '-69.384'^^xsd:double;
  dwc:latitude '41.56'^^xsd:double;
  dwc:startLatitude '41.56'^^xsd:double;
  dwc:endLatitude '41.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1675'^^xsd:string;
  dwc:observationDate '1989-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.56"^^xsd:decimal ;
  dwc:decimalLongitude "-69.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.56 -69.384)"^^geo:wktLiteral ;
  geo-pos:lat "41.56"^^xsd:decimal ;
  geo-pos:long "-69.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1681'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1681'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.384'^^xsd:double;
  dwc:startLongitude '-69.384'^^xsd:double;
  dwc:endLongitude '-69.384'^^xsd:double;
  dwc:latitude '41.56'^^xsd:double;
  dwc:startLatitude '41.56'^^xsd:double;
  dwc:endLatitude '41.56'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56, -69.384 41.56))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1681'^^xsd:string;
  dwc:observationDate '1989-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1792'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1792'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1792'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1790'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1790'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1790'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1795'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1795'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1795'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1791'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1791'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1791'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1794'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1794'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167, -69.3833 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1794'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.45 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.45"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.45 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.45"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1793'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1793'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.45'^^xsd:double;
  dwc:startLatitude '41.45'^^xsd:double;
  dwc:endLatitude '41.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.45, -69.3833 41.45, -69.3833 41.45, -69.3833 41.45, -69.3833 41.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1793'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.5333"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1192'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1192'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.5333'^^xsd:double;
  dwc:startLatitude '41.5333'^^xsd:double;
  dwc:endLatitude '41.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.5333, -69.3833 41.5333, -69.3833 41.5333, -69.3833 41.5333, -69.3833 41.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1192'^^xsd:string;
  dwc:observationDate '1986-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.55"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.55"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1122'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1122'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.55'^^xsd:double;
  dwc:startLatitude '41.55'^^xsd:double;
  dwc:endLatitude '41.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.55, -69.3833 41.55, -69.3833 41.55, -69.3833 41.55, -69.3833 41.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1122'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.6"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1236'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1236'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.6'^^xsd:double;
  dwc:startLatitude '41.6'^^xsd:double;
  dwc:endLatitude '41.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.6, -69.3833 41.6, -69.3833 41.6, -69.3833 41.6, -69.3833 41.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1236'^^xsd:string;
  dwc:observationDate '1986-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6167 -69.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.6167 -69.3833)"^^geo:wktLiteral ;
  geo-pos:lat "41.6167"^^xsd:decimal ;
  geo-pos:long "-69.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1238'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1238'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3833'^^xsd:double;
  dwc:startLongitude '-69.3833'^^xsd:double;
  dwc:endLongitude '-69.3833'^^xsd:double;
  dwc:latitude '41.6167'^^xsd:double;
  dwc:startLatitude '41.6167'^^xsd:double;
  dwc:endLatitude '41.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3833 41.6167, -69.3833 41.6167, -69.3833 41.6167, -69.3833 41.6167, -69.3833 41.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1238'^^xsd:string;
  dwc:observationDate '1986-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5 -69.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5 -69.383)"^^geo:wktLiteral ;
  geo-pos:lat "41.5"^^xsd:decimal ;
  geo-pos:long "-69.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_355'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_355'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.383'^^xsd:double;
  dwc:startLongitude '-69.383'^^xsd:double;
  dwc:endLongitude '-69.383'^^xsd:double;
  dwc:latitude '41.5'^^xsd:double;
  dwc:startLatitude '41.5'^^xsd:double;
  dwc:endLatitude '41.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.383 41.5, -69.383 41.5, -69.383 41.5, -69.383 41.5, -69.383 41.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_355'^^xsd:string;
  dwc:observationDate '1990-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5 -69.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5 -69.383)"^^geo:wktLiteral ;
  geo-pos:lat "41.5"^^xsd:decimal ;
  geo-pos:long "-69.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_354'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_354'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.383'^^xsd:double;
  dwc:startLongitude '-69.383'^^xsd:double;
  dwc:endLongitude '-69.383'^^xsd:double;
  dwc:latitude '41.5'^^xsd:double;
  dwc:startLatitude '41.5'^^xsd:double;
  dwc:endLatitude '41.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.383 41.5, -69.383 41.5, -69.383 41.5, -69.383 41.5, -69.383 41.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_354'^^xsd:string;
  dwc:observationDate '1990-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.512"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  geo-pos:lat "41.512"^^xsd:decimal ;
  geo-pos:long "-69.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2733'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2733'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.383'^^xsd:double;
  dwc:startLongitude '-69.383'^^xsd:double;
  dwc:endLongitude '-69.383'^^xsd:double;
  dwc:latitude '41.512'^^xsd:double;
  dwc:startLatitude '41.512'^^xsd:double;
  dwc:endLatitude '41.512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2733'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.512"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  geo-pos:lat "41.512"^^xsd:decimal ;
  geo-pos:long "-69.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2726'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2726'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.383'^^xsd:double;
  dwc:startLongitude '-69.383'^^xsd:double;
  dwc:endLongitude '-69.383'^^xsd:double;
  dwc:latitude '41.512'^^xsd:double;
  dwc:startLatitude '41.512'^^xsd:double;
  dwc:endLatitude '41.512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2726'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.512"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  geo-pos:lat "41.512"^^xsd:decimal ;
  geo-pos:long "-69.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2727'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2727'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.383'^^xsd:double;
  dwc:startLongitude '-69.383'^^xsd:double;
  dwc:endLongitude '-69.383'^^xsd:double;
  dwc:latitude '41.512'^^xsd:double;
  dwc:startLatitude '41.512'^^xsd:double;
  dwc:endLatitude '41.512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2727'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.512"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.383)"^^geo:wktLiteral ;
  geo-pos:lat "41.512"^^xsd:decimal ;
  geo-pos:long "-69.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2728'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2728'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.383'^^xsd:double;
  dwc:startLongitude '-69.383'^^xsd:double;
  dwc:endLongitude '-69.383'^^xsd:double;
  dwc:latitude '41.512'^^xsd:double;
  dwc:startLatitude '41.512'^^xsd:double;
  dwc:endLatitude '41.512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512, -69.383 41.512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2728'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.529"^^xsd:decimal ;
  dwc:decimalLongitude "-69.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.381)"^^geo:wktLiteral ;
  geo-pos:lat "41.529"^^xsd:decimal ;
  geo-pos:long "-69.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_814'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_814'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-69.381'^^xsd:double;
  dwc:startLongitude '-69.381'^^xsd:double;
  dwc:endLongitude '-69.381'^^xsd:double;
  dwc:latitude '41.529'^^xsd:double;
  dwc:startLatitude '41.529'^^xsd:double;
  dwc:endLatitude '41.529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.381 41.529, -69.381 41.529, -69.381 41.529, -69.381 41.529, -69.381 41.529))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_814'^^xsd:string;
  dwc:observationDate '1991-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.529"^^xsd:decimal ;
  dwc:decimalLongitude "-69.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.529 -69.381)"^^geo:wktLiteral ;
  geo-pos:lat "41.529"^^xsd:decimal ;
  geo-pos:long "-69.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_817'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_817'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-69.381'^^xsd:double;
  dwc:startLongitude '-69.381'^^xsd:double;
  dwc:endLongitude '-69.381'^^xsd:double;
  dwc:latitude '41.529'^^xsd:double;
  dwc:startLatitude '41.529'^^xsd:double;
  dwc:endLatitude '41.529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.381 41.529, -69.381 41.529, -69.381 41.529, -69.381 41.529, -69.381 41.529))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_817'^^xsd:string;
  dwc:observationDate '1991-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.532"^^xsd:decimal ;
  dwc:decimalLongitude "-69.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.381)"^^geo:wktLiteral ;
  geo-pos:lat "41.532"^^xsd:decimal ;
  geo-pos:long "-69.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_815'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_815'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-69.381'^^xsd:double;
  dwc:startLongitude '-69.381'^^xsd:double;
  dwc:endLongitude '-69.381'^^xsd:double;
  dwc:latitude '41.532'^^xsd:double;
  dwc:startLatitude '41.532'^^xsd:double;
  dwc:endLatitude '41.532'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.381 41.532, -69.381 41.532, -69.381 41.532, -69.381 41.532, -69.381 41.532))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_815'^^xsd:string;
  dwc:observationDate '1991-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_783> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_783'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_783'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.38'^^xsd:double;
  dwc:startLongitude '-69.38'^^xsd:double;
  dwc:endLongitude '-69.38'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_783'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_788'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_788'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.38'^^xsd:double;
  dwc:startLongitude '-69.38'^^xsd:double;
  dwc:endLongitude '-69.38'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_788'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_782'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_782'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.38'^^xsd:double;
  dwc:startLongitude '-69.38'^^xsd:double;
  dwc:endLongitude '-69.38'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_782'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_784'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_784'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.38'^^xsd:double;
  dwc:startLongitude '-69.38'^^xsd:double;
  dwc:endLongitude '-69.38'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_784'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.38)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_787'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_787'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.38'^^xsd:double;
  dwc:startLongitude '-69.38'^^xsd:double;
  dwc:endLongitude '-69.38'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523, -69.38 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_787'^^xsd:string;
  dwc:observationDate '1991-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.532"^^xsd:decimal ;
  dwc:decimalLongitude "-69.378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.378)"^^geo:wktLiteral ;
  geo-pos:lat "41.532"^^xsd:decimal ;
  geo-pos:long "-69.378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_916'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_916'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.378'^^xsd:double;
  dwc:startLongitude '-69.378'^^xsd:double;
  dwc:endLongitude '-69.378'^^xsd:double;
  dwc:latitude '41.532'^^xsd:double;
  dwc:startLatitude '41.532'^^xsd:double;
  dwc:endLatitude '41.532'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.378 41.532, -69.378 41.532, -69.378 41.532, -69.378 41.532, -69.378 41.532))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_916'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.532"^^xsd:decimal ;
  dwc:decimalLongitude "-69.378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.532 -69.378)"^^geo:wktLiteral ;
  geo-pos:lat "41.532"^^xsd:decimal ;
  geo-pos:long "-69.378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_919'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_919'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.378'^^xsd:double;
  dwc:startLongitude '-69.378'^^xsd:double;
  dwc:endLongitude '-69.378'^^xsd:double;
  dwc:latitude '41.532'^^xsd:double;
  dwc:startLatitude '41.532'^^xsd:double;
  dwc:endLatitude '41.532'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.378 41.532, -69.378 41.532, -69.378 41.532, -69.378 41.532, -69.378 41.532))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_919'^^xsd:string;
  dwc:observationDate '1989-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2315> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.442 -69.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.442"^^xsd:decimal ;
  dwc:decimalLongitude "-69.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.442 -69.376)"^^geo:wktLiteral ;
  geo-pos:lat "41.442"^^xsd:decimal ;
  geo-pos:long "-69.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2315'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2315'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-69.376'^^xsd:double;
  dwc:startLongitude '-69.376'^^xsd:double;
  dwc:endLongitude '-69.376'^^xsd:double;
  dwc:latitude '41.442'^^xsd:double;
  dwc:startLatitude '41.442'^^xsd:double;
  dwc:endLatitude '41.442'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.376 41.442, -69.376 41.442, -69.376 41.442, -69.376 41.442, -69.376 41.442))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2315'^^xsd:string;
  dwc:observationDate '1990-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.482 -69.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.482"^^xsd:decimal ;
  dwc:decimalLongitude "-69.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.482 -69.376)"^^geo:wktLiteral ;
  geo-pos:lat "41.482"^^xsd:decimal ;
  geo-pos:long "-69.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2741'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2741'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.376'^^xsd:double;
  dwc:startLongitude '-69.376'^^xsd:double;
  dwc:endLongitude '-69.376'^^xsd:double;
  dwc:latitude '41.482'^^xsd:double;
  dwc:startLatitude '41.482'^^xsd:double;
  dwc:endLatitude '41.482'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.376 41.482, -69.376 41.482, -69.376 41.482, -69.376 41.482, -69.376 41.482))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2741'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.467 -69.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.467"^^xsd:decimal ;
  dwc:decimalLongitude "-69.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.467 -69.375)"^^geo:wktLiteral ;
  geo-pos:lat "41.467"^^xsd:decimal ;
  geo-pos:long "-69.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2294'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2294'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.375'^^xsd:double;
  dwc:startLongitude '-69.375'^^xsd:double;
  dwc:endLongitude '-69.375'^^xsd:double;
  dwc:latitude '41.467'^^xsd:double;
  dwc:startLatitude '41.467'^^xsd:double;
  dwc:endLatitude '41.467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.375 41.467, -69.375 41.467, -69.375 41.467, -69.375 41.467, -69.375 41.467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2294'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.535 -69.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.535"^^xsd:decimal ;
  dwc:decimalLongitude "-69.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.535 -69.375)"^^geo:wktLiteral ;
  geo-pos:lat "41.535"^^xsd:decimal ;
  geo-pos:long "-69.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_319'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_319'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.375'^^xsd:double;
  dwc:startLongitude '-69.375'^^xsd:double;
  dwc:endLongitude '-69.375'^^xsd:double;
  dwc:latitude '41.535'^^xsd:double;
  dwc:startLatitude '41.535'^^xsd:double;
  dwc:endLatitude '41.535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.375 41.535, -69.375 41.535, -69.375 41.535, -69.375 41.535, -69.375 41.535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_319'^^xsd:string;
  dwc:observationDate '1989-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.537 -69.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.537"^^xsd:decimal ;
  dwc:decimalLongitude "-69.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.537 -69.375)"^^geo:wktLiteral ;
  geo-pos:lat "41.537"^^xsd:decimal ;
  geo-pos:long "-69.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_316'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_316'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.375'^^xsd:double;
  dwc:startLongitude '-69.375'^^xsd:double;
  dwc:endLongitude '-69.375'^^xsd:double;
  dwc:latitude '41.537'^^xsd:double;
  dwc:startLatitude '41.537'^^xsd:double;
  dwc:endLatitude '41.537'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.375 41.537, -69.375 41.537, -69.375 41.537, -69.375 41.537, -69.375 41.537))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_316'^^xsd:string;
  dwc:observationDate '1989-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.483"^^xsd:decimal ;
  dwc:decimalLongitude "-69.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  geo-pos:lat "41.483"^^xsd:decimal ;
  geo-pos:long "-69.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2734'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2734'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.374'^^xsd:double;
  dwc:startLongitude '-69.374'^^xsd:double;
  dwc:endLongitude '-69.374'^^xsd:double;
  dwc:latitude '41.483'^^xsd:double;
  dwc:startLatitude '41.483'^^xsd:double;
  dwc:endLatitude '41.483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2734'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.483"^^xsd:decimal ;
  dwc:decimalLongitude "-69.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  geo-pos:lat "41.483"^^xsd:decimal ;
  geo-pos:long "-69.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2730'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2730'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.374'^^xsd:double;
  dwc:startLongitude '-69.374'^^xsd:double;
  dwc:endLongitude '-69.374'^^xsd:double;
  dwc:latitude '41.483'^^xsd:double;
  dwc:startLatitude '41.483'^^xsd:double;
  dwc:endLatitude '41.483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2730'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.483"^^xsd:decimal ;
  dwc:decimalLongitude "-69.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  geo-pos:lat "41.483"^^xsd:decimal ;
  geo-pos:long "-69.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2725'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2725'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.374'^^xsd:double;
  dwc:startLongitude '-69.374'^^xsd:double;
  dwc:endLongitude '-69.374'^^xsd:double;
  dwc:latitude '41.483'^^xsd:double;
  dwc:startLatitude '41.483'^^xsd:double;
  dwc:endLatitude '41.483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2725'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.483"^^xsd:decimal ;
  dwc:decimalLongitude "-69.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.483 -69.374)"^^geo:wktLiteral ;
  geo-pos:lat "41.483"^^xsd:decimal ;
  geo-pos:long "-69.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2735'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2735'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.374'^^xsd:double;
  dwc:startLongitude '-69.374'^^xsd:double;
  dwc:endLongitude '-69.374'^^xsd:double;
  dwc:latitude '41.483'^^xsd:double;
  dwc:startLatitude '41.483'^^xsd:double;
  dwc:endLatitude '41.483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483, -69.374 41.483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2735'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.507"^^xsd:decimal ;
  dwc:decimalLongitude "-69.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.374)"^^geo:wktLiteral ;
  geo-pos:lat "41.507"^^xsd:decimal ;
  geo-pos:long "-69.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_372'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_372'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-69.374'^^xsd:double;
  dwc:startLongitude '-69.374'^^xsd:double;
  dwc:endLongitude '-69.374'^^xsd:double;
  dwc:latitude '41.507'^^xsd:double;
  dwc:startLatitude '41.507'^^xsd:double;
  dwc:endLatitude '41.507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.374 41.507, -69.374 41.507, -69.374 41.507, -69.374 41.507, -69.374 41.507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_372'^^xsd:string;
  dwc:observationDate '1989-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.507"^^xsd:decimal ;
  dwc:decimalLongitude "-69.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.374)"^^geo:wktLiteral ;
  geo-pos:lat "41.507"^^xsd:decimal ;
  geo-pos:long "-69.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_369'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_369'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-69.374'^^xsd:double;
  dwc:startLongitude '-69.374'^^xsd:double;
  dwc:endLongitude '-69.374'^^xsd:double;
  dwc:latitude '41.507'^^xsd:double;
  dwc:startLatitude '41.507'^^xsd:double;
  dwc:endLatitude '41.507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.374 41.507, -69.374 41.507, -69.374 41.507, -69.374 41.507, -69.374 41.507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_369'^^xsd:string;
  dwc:observationDate '1989-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.478"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.478"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1744'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1744'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.478'^^xsd:double;
  dwc:startLatitude '41.478'^^xsd:double;
  dwc:endLatitude '41.478'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.478, -69.373 41.478, -69.373 41.478, -69.373 41.478, -69.373 41.478))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1744'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.478"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.478"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1745'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1745'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.478'^^xsd:double;
  dwc:startLatitude '41.478'^^xsd:double;
  dwc:endLatitude '41.478'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.478, -69.373 41.478, -69.373 41.478, -69.373 41.478, -69.373 41.478))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1745'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2108'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2108'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.492, -69.373 41.492, -69.373 41.492, -69.373 41.492, -69.373 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2108'^^xsd:string;
  dwc:observationDate '1990-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.501"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.501"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_344'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_344'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.501'^^xsd:double;
  dwc:startLatitude '41.501'^^xsd:double;
  dwc:endLatitude '41.501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.501, -69.373 41.501, -69.373 41.501, -69.373 41.501, -69.373 41.501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_344'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.501"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.501"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_349'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_349'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.501'^^xsd:double;
  dwc:startLatitude '41.501'^^xsd:double;
  dwc:endLatitude '41.501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.501, -69.373 41.501, -69.373 41.501, -69.373 41.501, -69.373 41.501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_349'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.501"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.501 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.501"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_342'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_342'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.501'^^xsd:double;
  dwc:startLatitude '41.501'^^xsd:double;
  dwc:endLatitude '41.501'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.501, -69.373 41.501, -69.373 41.501, -69.373 41.501, -69.373 41.501))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_342'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.522"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.522"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_847'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_847'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.522'^^xsd:double;
  dwc:startLatitude '41.522'^^xsd:double;
  dwc:endLatitude '41.522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.522, -69.373 41.522, -69.373 41.522, -69.373 41.522, -69.373 41.522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_847'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.522"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.522"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_842'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_842'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.522'^^xsd:double;
  dwc:startLatitude '41.522'^^xsd:double;
  dwc:endLatitude '41.522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.522, -69.373 41.522, -69.373 41.522, -69.373 41.522, -69.373 41.522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_842'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.522"^^xsd:decimal ;
  dwc:decimalLongitude "-69.373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.373)"^^geo:wktLiteral ;
  geo-pos:lat "41.522"^^xsd:decimal ;
  geo-pos:long "-69.373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_855'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_855'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.373'^^xsd:double;
  dwc:startLongitude '-69.373'^^xsd:double;
  dwc:endLongitude '-69.373'^^xsd:double;
  dwc:latitude '41.522'^^xsd:double;
  dwc:startLatitude '41.522'^^xsd:double;
  dwc:endLatitude '41.522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.373 41.522, -69.373 41.522, -69.373 41.522, -69.373 41.522, -69.373 41.522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_855'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2561> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.455"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.455"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2561'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2561'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.455'^^xsd:double;
  dwc:startLatitude '41.455'^^xsd:double;
  dwc:endLatitude '41.455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.455, -69.372 41.455, -69.372 41.455, -69.372 41.455, -69.372 41.455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2561'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2566> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.455"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.455"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2566'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2566'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.455'^^xsd:double;
  dwc:startLatitude '41.455'^^xsd:double;
  dwc:endLatitude '41.455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.455, -69.372 41.455, -69.372 41.455, -69.372 41.455, -69.372 41.455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2566'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2562> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.455"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.455"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2562'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2562'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.455'^^xsd:double;
  dwc:startLatitude '41.455'^^xsd:double;
  dwc:endLatitude '41.455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.455, -69.372 41.455, -69.372 41.455, -69.372 41.455, -69.372 41.455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2562'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.462 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.462"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.462 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.462"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2295'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2295'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.462'^^xsd:double;
  dwc:startLatitude '41.462'^^xsd:double;
  dwc:endLatitude '41.462'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.462, -69.372 41.462, -69.372 41.462, -69.372 41.462, -69.372 41.462))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2295'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.491 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.491"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.491 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.491"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2732'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2732'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.491'^^xsd:double;
  dwc:startLatitude '41.491'^^xsd:double;
  dwc:endLatitude '41.491'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.491, -69.372 41.491, -69.372 41.491, -69.372 41.491, -69.372 41.491))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2732'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_879'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_879'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_879'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_875'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_875'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_875'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_876'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_876'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_876'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_882'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_882'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_882'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_880'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_880'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_880'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_878'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_878'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_878'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_874'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_874'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_874'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.492"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.492 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.492"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_877'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_877'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.492'^^xsd:double;
  dwc:startLatitude '41.492'^^xsd:double;
  dwc:endLatitude '41.492'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492, -69.372 41.492))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_877'^^xsd:string;
  dwc:observationDate '1990-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.496 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.496"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.496 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.496"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_223'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_223'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.496'^^xsd:double;
  dwc:startLatitude '41.496'^^xsd:double;
  dwc:endLatitude '41.496'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.496, -69.372 41.496, -69.372 41.496, -69.372 41.496, -69.372 41.496))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_223'^^xsd:string;
  dwc:observationDate '1990-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.525 -69.372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.525"^^xsd:decimal ;
  dwc:decimalLongitude "-69.372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.525 -69.372)"^^geo:wktLiteral ;
  geo-pos:lat "41.525"^^xsd:decimal ;
  geo-pos:long "-69.372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_846'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_846'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.372'^^xsd:double;
  dwc:startLongitude '-69.372'^^xsd:double;
  dwc:endLongitude '-69.372'^^xsd:double;
  dwc:latitude '41.525'^^xsd:double;
  dwc:startLatitude '41.525'^^xsd:double;
  dwc:endLatitude '41.525'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.372 41.525, -69.372 41.525, -69.372 41.525, -69.372 41.525, -69.372 41.525))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_846'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44 -69.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.44"^^xsd:decimal ;
  dwc:decimalLongitude "-69.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44 -69.371)"^^geo:wktLiteral ;
  geo-pos:lat "41.44"^^xsd:decimal ;
  geo-pos:long "-69.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2086'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2086'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-69.371'^^xsd:double;
  dwc:startLongitude '-69.371'^^xsd:double;
  dwc:endLongitude '-69.371'^^xsd:double;
  dwc:latitude '41.44'^^xsd:double;
  dwc:startLatitude '41.44'^^xsd:double;
  dwc:endLatitude '41.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.371 41.44, -69.371 41.44, -69.371 41.44, -69.371 41.44, -69.371 41.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2086'^^xsd:string;
  dwc:observationDate '1990-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44 -69.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.44"^^xsd:decimal ;
  dwc:decimalLongitude "-69.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.44 -69.371)"^^geo:wktLiteral ;
  geo-pos:lat "41.44"^^xsd:decimal ;
  geo-pos:long "-69.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2085'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2085'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-69.371'^^xsd:double;
  dwc:startLongitude '-69.371'^^xsd:double;
  dwc:endLongitude '-69.371'^^xsd:double;
  dwc:latitude '41.44'^^xsd:double;
  dwc:startLatitude '41.44'^^xsd:double;
  dwc:endLatitude '41.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.371 41.44, -69.371 41.44, -69.371 41.44, -69.371 41.44, -69.371 41.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2085'^^xsd:string;
  dwc:observationDate '1990-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.512"^^xsd:decimal ;
  dwc:decimalLongitude "-69.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.371)"^^geo:wktLiteral ;
  geo-pos:lat "41.512"^^xsd:decimal ;
  geo-pos:long "-69.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1404'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1404'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.371'^^xsd:double;
  dwc:startLongitude '-69.371'^^xsd:double;
  dwc:endLongitude '-69.371'^^xsd:double;
  dwc:latitude '41.512'^^xsd:double;
  dwc:startLatitude '41.512'^^xsd:double;
  dwc:endLatitude '41.512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.371 41.512, -69.371 41.512, -69.371 41.512, -69.371 41.512, -69.371 41.512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1404'^^xsd:string;
  dwc:observationDate '1987-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.534 -69.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.534"^^xsd:decimal ;
  dwc:decimalLongitude "-69.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.534 -69.371)"^^geo:wktLiteral ;
  geo-pos:lat "41.534"^^xsd:decimal ;
  geo-pos:long "-69.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_317'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_317'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.371'^^xsd:double;
  dwc:startLongitude '-69.371'^^xsd:double;
  dwc:endLongitude '-69.371'^^xsd:double;
  dwc:latitude '41.534'^^xsd:double;
  dwc:startLatitude '41.534'^^xsd:double;
  dwc:endLatitude '41.534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.371 41.534, -69.371 41.534, -69.371 41.534, -69.371 41.534, -69.371 41.534))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_317'^^xsd:string;
  dwc:observationDate '1989-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.534 -69.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.534"^^xsd:decimal ;
  dwc:decimalLongitude "-69.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.534 -69.371)"^^geo:wktLiteral ;
  geo-pos:lat "41.534"^^xsd:decimal ;
  geo-pos:long "-69.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_314'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_314'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.371'^^xsd:double;
  dwc:startLongitude '-69.371'^^xsd:double;
  dwc:endLongitude '-69.371'^^xsd:double;
  dwc:latitude '41.534'^^xsd:double;
  dwc:startLatitude '41.534'^^xsd:double;
  dwc:endLatitude '41.534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.371 41.534, -69.371 41.534, -69.371 41.534, -69.371 41.534, -69.371 41.534))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_314'^^xsd:string;
  dwc:observationDate '1989-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.37)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_841'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_841'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.37'^^xsd:double;
  dwc:startLongitude '-69.37'^^xsd:double;
  dwc:endLongitude '-69.37'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.37 41.523, -69.37 41.523, -69.37 41.523, -69.37 41.523, -69.37 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_841'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.37)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_848'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_848'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.37'^^xsd:double;
  dwc:startLongitude '-69.37'^^xsd:double;
  dwc:endLongitude '-69.37'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.37 41.523, -69.37 41.523, -69.37 41.523, -69.37 41.523, -69.37 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_848'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.523"^^xsd:decimal ;
  dwc:decimalLongitude "-69.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.523 -69.37)"^^geo:wktLiteral ;
  geo-pos:lat "41.523"^^xsd:decimal ;
  geo-pos:long "-69.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_844'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_844'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.37'^^xsd:double;
  dwc:startLongitude '-69.37'^^xsd:double;
  dwc:endLongitude '-69.37'^^xsd:double;
  dwc:latitude '41.523'^^xsd:double;
  dwc:startLatitude '41.523'^^xsd:double;
  dwc:endLatitude '41.523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.37 41.523, -69.37 41.523, -69.37 41.523, -69.37 41.523, -69.37 41.523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_844'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_446'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_446'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_446'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_441'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_441'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_441'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_443'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_443'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_443'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_444'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_444'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_444'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_442'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_442'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_442'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_445'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_445'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_445'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_447'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_447'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448, -69.368 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_447'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.478"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.478"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1704'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1704'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.478'^^xsd:double;
  dwc:startLatitude '41.478'^^xsd:double;
  dwc:endLatitude '41.478'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.478, -69.368 41.478, -69.368 41.478, -69.368 41.478, -69.368 41.478))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1704'^^xsd:string;
  dwc:observationDate '1990-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.542 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.542"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.542 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.542"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_313'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_313'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.542'^^xsd:double;
  dwc:startLatitude '41.542'^^xsd:double;
  dwc:endLatitude '41.542'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.542, -69.368 41.542, -69.368 41.542, -69.368 41.542, -69.368 41.542))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_313'^^xsd:string;
  dwc:observationDate '1989-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.543 -69.368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.543"^^xsd:decimal ;
  dwc:decimalLongitude "-69.368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.543 -69.368)"^^geo:wktLiteral ;
  geo-pos:lat "41.543"^^xsd:decimal ;
  geo-pos:long "-69.368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2096'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2096'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.368'^^xsd:double;
  dwc:startLongitude '-69.368'^^xsd:double;
  dwc:endLongitude '-69.368'^^xsd:double;
  dwc:latitude '41.543'^^xsd:double;
  dwc:startLatitude '41.543'^^xsd:double;
  dwc:endLatitude '41.543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.368 41.543, -69.368 41.543, -69.368 41.543, -69.368 41.543, -69.368 41.543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2096'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.478"^^xsd:decimal ;
  dwc:decimalLongitude "-69.367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.478 -69.367)"^^geo:wktLiteral ;
  geo-pos:lat "41.478"^^xsd:decimal ;
  geo-pos:long "-69.367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2731'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2731'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.367'^^xsd:double;
  dwc:startLongitude '-69.367'^^xsd:double;
  dwc:endLongitude '-69.367'^^xsd:double;
  dwc:latitude '41.478'^^xsd:double;
  dwc:startLatitude '41.478'^^xsd:double;
  dwc:endLatitude '41.478'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.367 41.478, -69.367 41.478, -69.367 41.478, -69.367 41.478, -69.367 41.478))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2731'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.3667)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_797'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_797'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-69.3667'^^xsd:double;
  dwc:startLongitude '-69.3667'^^xsd:double;
  dwc:endLongitude '-69.3667'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3667 41.4167, -69.3667 41.4167, -69.3667 41.4167, -69.3667 41.4167, -69.3667 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_797'^^xsd:string;
  dwc:observationDate '1979-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4333 -69.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4333 -69.3667)"^^geo:wktLiteral ;
  geo-pos:lat "41.4333"^^xsd:decimal ;
  geo-pos:long "-69.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_798'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_798'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-69.3667'^^xsd:double;
  dwc:startLongitude '-69.3667'^^xsd:double;
  dwc:endLongitude '-69.3667'^^xsd:double;
  dwc:latitude '41.4333'^^xsd:double;
  dwc:startLatitude '41.4333'^^xsd:double;
  dwc:endLatitude '41.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3667 41.4333, -69.3667 41.4333, -69.3667 41.4333, -69.3667 41.4333, -69.3667 41.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_798'^^xsd:string;
  dwc:observationDate '1979-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1788> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.45 -69.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.45"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.45 -69.3667)"^^geo:wktLiteral ;
  geo-pos:lat "41.45"^^xsd:decimal ;
  geo-pos:long "-69.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1788'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1788'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3667'^^xsd:double;
  dwc:startLongitude '-69.3667'^^xsd:double;
  dwc:endLongitude '-69.3667'^^xsd:double;
  dwc:latitude '41.45'^^xsd:double;
  dwc:startLatitude '41.45'^^xsd:double;
  dwc:endLatitude '41.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3667 41.45, -69.3667 41.45, -69.3667 41.45, -69.3667 41.45, -69.3667 41.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1788'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.45 -69.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.45"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.45 -69.3667)"^^geo:wktLiteral ;
  geo-pos:lat "41.45"^^xsd:decimal ;
  geo-pos:long "-69.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1789'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1789'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.3667'^^xsd:double;
  dwc:startLongitude '-69.3667'^^xsd:double;
  dwc:endLongitude '-69.3667'^^xsd:double;
  dwc:latitude '41.45'^^xsd:double;
  dwc:startLatitude '41.45'^^xsd:double;
  dwc:endLatitude '41.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3667 41.45, -69.3667 41.45, -69.3667 41.45, -69.3667 41.45, -69.3667 41.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1789'^^xsd:string;
  dwc:observationDate '1986-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3667)"^^geo:wktLiteral ;
  geo-pos:lat "41.5333"^^xsd:decimal ;
  geo-pos:long "-69.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1586'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1586'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3667'^^xsd:double;
  dwc:startLongitude '-69.3667'^^xsd:double;
  dwc:endLongitude '-69.3667'^^xsd:double;
  dwc:latitude '41.5333'^^xsd:double;
  dwc:startLatitude '41.5333'^^xsd:double;
  dwc:endLatitude '41.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1586'^^xsd:string;
  dwc:observationDate '1986-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3667)"^^geo:wktLiteral ;
  geo-pos:lat "41.5333"^^xsd:decimal ;
  geo-pos:long "-69.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1237'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1237'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3667'^^xsd:double;
  dwc:startLongitude '-69.3667'^^xsd:double;
  dwc:endLongitude '-69.3667'^^xsd:double;
  dwc:latitude '41.5333'^^xsd:double;
  dwc:startLatitude '41.5333'^^xsd:double;
  dwc:endLatitude '41.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1237'^^xsd:string;
  dwc:observationDate '1986-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3667)"^^geo:wktLiteral ;
  geo-pos:lat "41.5333"^^xsd:decimal ;
  geo-pos:long "-69.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1124'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1124'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3667'^^xsd:double;
  dwc:startLongitude '-69.3667'^^xsd:double;
  dwc:endLongitude '-69.3667'^^xsd:double;
  dwc:latitude '41.5333'^^xsd:double;
  dwc:startLatitude '41.5333'^^xsd:double;
  dwc:endLatitude '41.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333, -69.3667 41.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1124'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.46 -69.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.46"^^xsd:decimal ;
  dwc:decimalLongitude "-69.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.46 -69.365)"^^geo:wktLiteral ;
  geo-pos:lat "41.46"^^xsd:decimal ;
  geo-pos:long "-69.365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2298'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2298'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.365'^^xsd:double;
  dwc:startLongitude '-69.365'^^xsd:double;
  dwc:endLongitude '-69.365'^^xsd:double;
  dwc:latitude '41.46'^^xsd:double;
  dwc:startLatitude '41.46'^^xsd:double;
  dwc:endLatitude '41.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.365 41.46, -69.365 41.46, -69.365 41.46, -69.365 41.46, -69.365 41.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2298'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.524 -69.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.524"^^xsd:decimal ;
  dwc:decimalLongitude "-69.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.524 -69.365)"^^geo:wktLiteral ;
  geo-pos:lat "41.524"^^xsd:decimal ;
  geo-pos:long "-69.365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_845'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_845'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.365'^^xsd:double;
  dwc:startLongitude '-69.365'^^xsd:double;
  dwc:endLongitude '-69.365'^^xsd:double;
  dwc:latitude '41.524'^^xsd:double;
  dwc:startLatitude '41.524'^^xsd:double;
  dwc:endLatitude '41.524'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.365 41.524, -69.365 41.524, -69.365 41.524, -69.365 41.524, -69.365 41.524))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_845'^^xsd:string;
  dwc:observationDate '1991-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.468"^^xsd:decimal ;
  dwc:decimalLongitude "-69.364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.364)"^^geo:wktLiteral ;
  geo-pos:lat "41.468"^^xsd:decimal ;
  geo-pos:long "-69.364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2729'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2729'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.364'^^xsd:double;
  dwc:startLongitude '-69.364'^^xsd:double;
  dwc:endLongitude '-69.364'^^xsd:double;
  dwc:latitude '41.468'^^xsd:double;
  dwc:startLatitude '41.468'^^xsd:double;
  dwc:endLatitude '41.468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.364 41.468, -69.364 41.468, -69.364 41.468, -69.364 41.468, -69.364 41.468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2729'^^xsd:string;
  dwc:observationDate '1991-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.507"^^xsd:decimal ;
  dwc:decimalLongitude "-69.364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.507 -69.364)"^^geo:wktLiteral ;
  geo-pos:lat "41.507"^^xsd:decimal ;
  geo-pos:long "-69.364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_733'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_733'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.364'^^xsd:double;
  dwc:startLongitude '-69.364'^^xsd:double;
  dwc:endLongitude '-69.364'^^xsd:double;
  dwc:latitude '41.507'^^xsd:double;
  dwc:startLatitude '41.507'^^xsd:double;
  dwc:endLatitude '41.507'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.364 41.507, -69.364 41.507, -69.364 41.507, -69.364 41.507, -69.364 41.507))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_733'^^xsd:string;
  dwc:observationDate '1987-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.511"^^xsd:decimal ;
  dwc:decimalLongitude "-69.362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.362)"^^geo:wktLiteral ;
  geo-pos:lat "41.511"^^xsd:decimal ;
  geo-pos:long "-69.362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1412'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1412'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.362'^^xsd:double;
  dwc:startLongitude '-69.362'^^xsd:double;
  dwc:endLongitude '-69.362'^^xsd:double;
  dwc:latitude '41.511'^^xsd:double;
  dwc:startLatitude '41.511'^^xsd:double;
  dwc:endLatitude '41.511'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.362 41.511, -69.362 41.511, -69.362 41.511, -69.362 41.511, -69.362 41.511))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1412'^^xsd:string;
  dwc:observationDate '1987-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.473 -69.359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.473"^^xsd:decimal ;
  dwc:decimalLongitude "-69.359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.473 -69.359)"^^geo:wktLiteral ;
  geo-pos:lat "41.473"^^xsd:decimal ;
  geo-pos:long "-69.359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_923'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_923'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.359'^^xsd:double;
  dwc:startLongitude '-69.359'^^xsd:double;
  dwc:endLongitude '-69.359'^^xsd:double;
  dwc:latitude '41.473'^^xsd:double;
  dwc:startLatitude '41.473'^^xsd:double;
  dwc:endLatitude '41.473'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.359 41.473, -69.359 41.473, -69.359 41.473, -69.359 41.473, -69.359 41.473))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_923'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.505 -69.359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.505"^^xsd:decimal ;
  dwc:decimalLongitude "-69.359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.505 -69.359)"^^geo:wktLiteral ;
  geo-pos:lat "41.505"^^xsd:decimal ;
  geo-pos:long "-69.359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_324'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_324'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.359'^^xsd:double;
  dwc:startLongitude '-69.359'^^xsd:double;
  dwc:endLongitude '-69.359'^^xsd:double;
  dwc:latitude '41.505'^^xsd:double;
  dwc:startLatitude '41.505'^^xsd:double;
  dwc:endLatitude '41.505'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.359 41.505, -69.359 41.505, -69.359 41.505, -69.359 41.505, -69.359 41.505))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_324'^^xsd:string;
  dwc:observationDate '1991-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.481 -69.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.481"^^xsd:decimal ;
  dwc:decimalLongitude "-69.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.481 -69.358)"^^geo:wktLiteral ;
  geo-pos:lat "41.481"^^xsd:decimal ;
  geo-pos:long "-69.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1377'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1377'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.358'^^xsd:double;
  dwc:startLongitude '-69.358'^^xsd:double;
  dwc:endLongitude '-69.358'^^xsd:double;
  dwc:latitude '41.481'^^xsd:double;
  dwc:startLatitude '41.481'^^xsd:double;
  dwc:endLatitude '41.481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.358 41.481, -69.358 41.481, -69.358 41.481, -69.358 41.481, -69.358 41.481))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1377'^^xsd:string;
  dwc:observationDate '1987-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.481 -69.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.481"^^xsd:decimal ;
  dwc:decimalLongitude "-69.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.481 -69.358)"^^geo:wktLiteral ;
  geo-pos:lat "41.481"^^xsd:decimal ;
  geo-pos:long "-69.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1378'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1378'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.358'^^xsd:double;
  dwc:startLongitude '-69.358'^^xsd:double;
  dwc:endLongitude '-69.358'^^xsd:double;
  dwc:latitude '41.481'^^xsd:double;
  dwc:startLatitude '41.481'^^xsd:double;
  dwc:endLatitude '41.481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.358 41.481, -69.358 41.481, -69.358 41.481, -69.358 41.481, -69.358 41.481))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1378'^^xsd:string;
  dwc:observationDate '1987-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.308 -69.357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.308"^^xsd:decimal ;
  dwc:decimalLongitude "-69.357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.308 -69.357)"^^geo:wktLiteral ;
  geo-pos:lat "41.308"^^xsd:decimal ;
  geo-pos:long "-69.357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2057'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2057'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.357'^^xsd:double;
  dwc:startLongitude '-69.357'^^xsd:double;
  dwc:endLongitude '-69.357'^^xsd:double;
  dwc:latitude '41.308'^^xsd:double;
  dwc:startLatitude '41.308'^^xsd:double;
  dwc:endLatitude '41.308'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.357 41.308, -69.357 41.308, -69.357 41.308, -69.357 41.308, -69.357 41.308))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2057'^^xsd:string;
  dwc:observationDate '1991-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -69.354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.284"^^xsd:decimal ;
  dwc:decimalLongitude "-69.354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -69.354)"^^geo:wktLiteral ;
  geo-pos:lat "41.284"^^xsd:decimal ;
  geo-pos:long "-69.354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2058'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2058'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.354'^^xsd:double;
  dwc:startLongitude '-69.354'^^xsd:double;
  dwc:endLongitude '-69.354'^^xsd:double;
  dwc:latitude '41.284'^^xsd:double;
  dwc:startLatitude '41.284'^^xsd:double;
  dwc:endLatitude '41.284'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.354 41.284, -69.354 41.284, -69.354 41.284, -69.354 41.284, -69.354 41.284))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2058'^^xsd:string;
  dwc:observationDate '1991-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -69.354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.284"^^xsd:decimal ;
  dwc:decimalLongitude "-69.354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -69.354)"^^geo:wktLiteral ;
  geo-pos:lat "41.284"^^xsd:decimal ;
  geo-pos:long "-69.354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2055'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2055'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.354'^^xsd:double;
  dwc:startLongitude '-69.354'^^xsd:double;
  dwc:endLongitude '-69.354'^^xsd:double;
  dwc:latitude '41.284'^^xsd:double;
  dwc:startLatitude '41.284'^^xsd:double;
  dwc:endLatitude '41.284'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.354 41.284, -69.354 41.284, -69.354 41.284, -69.354 41.284, -69.354 41.284))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2055'^^xsd:string;
  dwc:observationDate '1991-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.268 -69.353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.268"^^xsd:decimal ;
  dwc:decimalLongitude "-69.353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.268 -69.353)"^^geo:wktLiteral ;
  geo-pos:lat "41.268"^^xsd:decimal ;
  geo-pos:long "-69.353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2056'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2056'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.353'^^xsd:double;
  dwc:startLongitude '-69.353'^^xsd:double;
  dwc:endLongitude '-69.353'^^xsd:double;
  dwc:latitude '41.268'^^xsd:double;
  dwc:startLatitude '41.268'^^xsd:double;
  dwc:endLatitude '41.268'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.353 41.268, -69.353 41.268, -69.353 41.268, -69.353 41.268, -69.353 41.268))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2056'^^xsd:string;
  dwc:observationDate '1991-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.445 -69.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.445"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.445 -69.35)"^^geo:wktLiteral ;
  geo-pos:lat "41.445"^^xsd:decimal ;
  geo-pos:long "-69.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_465'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_465'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-69.35'^^xsd:double;
  dwc:startLongitude '-69.35'^^xsd:double;
  dwc:endLongitude '-69.35'^^xsd:double;
  dwc:latitude '41.445'^^xsd:double;
  dwc:startLatitude '41.445'^^xsd:double;
  dwc:endLatitude '41.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.35 41.445, -69.35 41.445, -69.35 41.445, -69.35 41.445, -69.35 41.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_465'^^xsd:string;
  dwc:observationDate '1990-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.445 -69.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.445"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.445 -69.35)"^^geo:wktLiteral ;
  geo-pos:lat "41.445"^^xsd:decimal ;
  geo-pos:long "-69.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_464'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_464'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-69.35'^^xsd:double;
  dwc:startLongitude '-69.35'^^xsd:double;
  dwc:endLongitude '-69.35'^^xsd:double;
  dwc:latitude '41.445'^^xsd:double;
  dwc:startLatitude '41.445'^^xsd:double;
  dwc:endLatitude '41.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.35 41.445, -69.35 41.445, -69.35 41.445, -69.35 41.445, -69.35 41.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_464'^^xsd:string;
  dwc:observationDate '1990-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.548 -69.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.548"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.548 -69.35)"^^geo:wktLiteral ;
  geo-pos:lat "41.548"^^xsd:decimal ;
  geo-pos:long "-69.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_343'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_343'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.35'^^xsd:double;
  dwc:startLongitude '-69.35'^^xsd:double;
  dwc:endLongitude '-69.35'^^xsd:double;
  dwc:latitude '41.548'^^xsd:double;
  dwc:startLatitude '41.548'^^xsd:double;
  dwc:endLatitude '41.548'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.35 41.548, -69.35 41.548, -69.35 41.548, -69.35 41.548, -69.35 41.548))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_343'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.454 -69.346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.454"^^xsd:decimal ;
  dwc:decimalLongitude "-69.346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.454 -69.346)"^^geo:wktLiteral ;
  geo-pos:lat "41.454"^^xsd:decimal ;
  geo-pos:long "-69.346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_924'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_924'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.346'^^xsd:double;
  dwc:startLongitude '-69.346'^^xsd:double;
  dwc:endLongitude '-69.346'^^xsd:double;
  dwc:latitude '41.454'^^xsd:double;
  dwc:startLatitude '41.454'^^xsd:double;
  dwc:endLatitude '41.454'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.346 41.454, -69.346 41.454, -69.346 41.454, -69.346 41.454, -69.346 41.454))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_924'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.454 -69.346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.454"^^xsd:decimal ;
  dwc:decimalLongitude "-69.346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.454 -69.346)"^^geo:wktLiteral ;
  geo-pos:lat "41.454"^^xsd:decimal ;
  geo-pos:long "-69.346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_922'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_922'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-69.346'^^xsd:double;
  dwc:startLongitude '-69.346'^^xsd:double;
  dwc:endLongitude '-69.346'^^xsd:double;
  dwc:latitude '41.454'^^xsd:double;
  dwc:startLatitude '41.454'^^xsd:double;
  dwc:endLatitude '41.454'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.346 41.454, -69.346 41.454, -69.346 41.454, -69.346 41.454, -69.346 41.454))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_922'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5 -69.345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5"^^xsd:decimal ;
  dwc:decimalLongitude "-69.345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5 -69.345)"^^geo:wktLiteral ;
  geo-pos:lat "41.5"^^xsd:decimal ;
  geo-pos:long "-69.345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_321'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_321'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-69.345'^^xsd:double;
  dwc:startLongitude '-69.345'^^xsd:double;
  dwc:endLongitude '-69.345'^^xsd:double;
  dwc:latitude '41.5'^^xsd:double;
  dwc:startLatitude '41.5'^^xsd:double;
  dwc:endLatitude '41.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.345 41.5, -69.345 41.5, -69.345 41.5, -69.345 41.5, -69.345 41.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_321'^^xsd:string;
  dwc:observationDate '1991-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.531 -69.345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.531"^^xsd:decimal ;
  dwc:decimalLongitude "-69.345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.531 -69.345)"^^geo:wktLiteral ;
  geo-pos:lat "41.531"^^xsd:decimal ;
  geo-pos:long "-69.345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1610'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1610'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.345'^^xsd:double;
  dwc:startLongitude '-69.345'^^xsd:double;
  dwc:endLongitude '-69.345'^^xsd:double;
  dwc:latitude '41.531'^^xsd:double;
  dwc:startLatitude '41.531'^^xsd:double;
  dwc:endLatitude '41.531'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.345 41.531, -69.345 41.531, -69.345 41.531, -69.345 41.531, -69.345 41.531))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1610'^^xsd:string;
  dwc:observationDate '1987-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.475 -69.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.475"^^xsd:decimal ;
  dwc:decimalLongitude "-69.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.475 -69.341)"^^geo:wktLiteral ;
  geo-pos:lat "41.475"^^xsd:decimal ;
  geo-pos:long "-69.341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1636'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1636'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-69.341'^^xsd:double;
  dwc:startLongitude '-69.341'^^xsd:double;
  dwc:endLongitude '-69.341'^^xsd:double;
  dwc:latitude '41.475'^^xsd:double;
  dwc:startLatitude '41.475'^^xsd:double;
  dwc:endLatitude '41.475'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.341 41.475, -69.341 41.475, -69.341 41.475, -69.341 41.475, -69.341 41.475))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1636'^^xsd:string;
  dwc:observationDate '1990-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.406 -69.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.406"^^xsd:decimal ;
  dwc:decimalLongitude "-69.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.406 -69.335)"^^geo:wktLiteral ;
  geo-pos:lat "41.406"^^xsd:decimal ;
  geo-pos:long "-69.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2529'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2529'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.335'^^xsd:double;
  dwc:startLongitude '-69.335'^^xsd:double;
  dwc:endLongitude '-69.335'^^xsd:double;
  dwc:latitude '41.406'^^xsd:double;
  dwc:startLatitude '41.406'^^xsd:double;
  dwc:endLatitude '41.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.335 41.406, -69.335 41.406, -69.335 41.406, -69.335 41.406, -69.335 41.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2529'^^xsd:string;
  dwc:observationDate '1991-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4667 -69.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4667 -69.3333)"^^geo:wktLiteral ;
  geo-pos:lat "41.4667"^^xsd:decimal ;
  geo-pos:long "-69.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3224'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1979'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3224'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:startYearCollected '1979'^^xsd:integer;
  dwc:endYearCollected '1979'^^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:longitude '-69.3333'^^xsd:double;
  dwc:startLongitude '-69.3333'^^xsd:double;
  dwc:endLongitude '-69.3333'^^xsd:double;
  dwc:latitude '41.4667'^^xsd:double;
  dwc:startLatitude '41.4667'^^xsd:double;
  dwc:endLatitude '41.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3333 41.4667, -69.3333 41.4667, -69.3333 41.4667, -69.3333 41.4667, -69.3333 41.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3224'^^xsd:string;
  dwc:observationDate '1979-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5667 -69.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5667 -69.3333)"^^geo:wktLiteral ;
  geo-pos:lat "41.5667"^^xsd:decimal ;
  geo-pos:long "-69.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3664'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3664'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-69.3333'^^xsd:double;
  dwc:startLongitude '-69.3333'^^xsd:double;
  dwc:endLongitude '-69.3333'^^xsd:double;
  dwc:latitude '41.5667'^^xsd:double;
  dwc:startLatitude '41.5667'^^xsd:double;
  dwc:endLatitude '41.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3333 41.5667, -69.3333 41.5667, -69.3333 41.5667, -69.3333 41.5667, -69.3333 41.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3664'^^xsd:string;
  dwc:observationDate '1980-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2565> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.403 -69.323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.403"^^xsd:decimal ;
  dwc:decimalLongitude "-69.323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.403 -69.323)"^^geo:wktLiteral ;
  geo-pos:lat "41.403"^^xsd:decimal ;
  geo-pos:long "-69.323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2565'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2565'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.323'^^xsd:double;
  dwc:startLongitude '-69.323'^^xsd:double;
  dwc:endLongitude '-69.323'^^xsd:double;
  dwc:latitude '41.403'^^xsd:double;
  dwc:startLatitude '41.403'^^xsd:double;
  dwc:endLatitude '41.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.323 41.403, -69.323 41.403, -69.323 41.403, -69.323 41.403, -69.323 41.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2565'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2564> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.403 -69.323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.403"^^xsd:decimal ;
  dwc:decimalLongitude "-69.323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.403 -69.323)"^^geo:wktLiteral ;
  geo-pos:lat "41.403"^^xsd:decimal ;
  geo-pos:long "-69.323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2564'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2564'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.323'^^xsd:double;
  dwc:startLongitude '-69.323'^^xsd:double;
  dwc:endLongitude '-69.323'^^xsd:double;
  dwc:latitude '41.403'^^xsd:double;
  dwc:startLatitude '41.403'^^xsd:double;
  dwc:endLatitude '41.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.323 41.403, -69.323 41.403, -69.323 41.403, -69.323 41.403, -69.323 41.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2564'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.522"^^xsd:decimal ;
  dwc:decimalLongitude "-69.323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.522 -69.323)"^^geo:wktLiteral ;
  geo-pos:lat "41.522"^^xsd:decimal ;
  geo-pos:long "-69.323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_341'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_341'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.323'^^xsd:double;
  dwc:startLongitude '-69.323'^^xsd:double;
  dwc:endLongitude '-69.323'^^xsd:double;
  dwc:latitude '41.522'^^xsd:double;
  dwc:startLatitude '41.522'^^xsd:double;
  dwc:endLatitude '41.522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.323 41.522, -69.323 41.522, -69.323 41.522, -69.323 41.522, -69.323 41.522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_341'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.512"^^xsd:decimal ;
  dwc:decimalLongitude "-69.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.512 -69.32)"^^geo:wktLiteral ;
  geo-pos:lat "41.512"^^xsd:decimal ;
  geo-pos:long "-69.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_340'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_340'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-69.32'^^xsd:double;
  dwc:startLongitude '-69.32'^^xsd:double;
  dwc:endLongitude '-69.32'^^xsd:double;
  dwc:latitude '41.512'^^xsd:double;
  dwc:startLatitude '41.512'^^xsd:double;
  dwc:endLatitude '41.512'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.32 41.512, -69.32 41.512, -69.32 41.512, -69.32 41.512, -69.32 41.512))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_340'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2703> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.464 -69.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.464"^^xsd:decimal ;
  dwc:decimalLongitude "-69.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.464 -69.317)"^^geo:wktLiteral ;
  geo-pos:lat "41.464"^^xsd:decimal ;
  geo-pos:long "-69.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2703'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2703'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-69.317'^^xsd:double;
  dwc:startLongitude '-69.317'^^xsd:double;
  dwc:endLongitude '-69.317'^^xsd:double;
  dwc:latitude '41.464'^^xsd:double;
  dwc:startLatitude '41.464'^^xsd:double;
  dwc:endLatitude '41.464'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.317 41.464, -69.317 41.464, -69.317 41.464, -69.317 41.464, -69.317 41.464))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2703'^^xsd:string;
  dwc:observationDate '1990-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3167)"^^geo:wktLiteral ;
  geo-pos:lat "41.5333"^^xsd:decimal ;
  geo-pos:long "-69.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1195'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1195'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3167'^^xsd:double;
  dwc:startLongitude '-69.3167'^^xsd:double;
  dwc:endLongitude '-69.3167'^^xsd:double;
  dwc:latitude '41.5333'^^xsd:double;
  dwc:startLatitude '41.5333'^^xsd:double;
  dwc:endLatitude '41.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3167 41.5333, -69.3167 41.5333, -69.3167 41.5333, -69.3167 41.5333, -69.3167 41.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1195'^^xsd:string;
  dwc:observationDate '1986-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.5333 -69.3167)"^^geo:wktLiteral ;
  geo-pos:lat "41.5333"^^xsd:decimal ;
  geo-pos:long "-69.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1196'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1196'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3167'^^xsd:double;
  dwc:startLongitude '-69.3167'^^xsd:double;
  dwc:endLongitude '-69.3167'^^xsd:double;
  dwc:latitude '41.5333'^^xsd:double;
  dwc:startLatitude '41.5333'^^xsd:double;
  dwc:endLatitude '41.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3167 41.5333, -69.3167 41.5333, -69.3167 41.5333, -69.3167 41.5333, -69.3167 41.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1196'^^xsd:string;
  dwc:observationDate '1986-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.3167)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1292'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1292'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.3167'^^xsd:double;
  dwc:startLongitude '-69.3167'^^xsd:double;
  dwc:endLongitude '-69.3167'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3167 41.7, -69.3167 41.7, -69.3167 41.7, -69.3167 41.7, -69.3167 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1292'^^xsd:string;
  dwc:observationDate '1982-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -69.3167)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-69.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1291'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1291'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.3167'^^xsd:double;
  dwc:startLongitude '-69.3167'^^xsd:double;
  dwc:endLongitude '-69.3167'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:startLatitude '41.7'^^xsd:double;
  dwc:endLatitude '41.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3167 41.7, -69.3167 41.7, -69.3167 41.7, -69.3167 41.7, -69.3167 41.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1291'^^xsd:string;
  dwc:observationDate '1982-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.511"^^xsd:decimal ;
  dwc:decimalLongitude "-69.314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.314)"^^geo:wktLiteral ;
  geo-pos:lat "41.511"^^xsd:decimal ;
  geo-pos:long "-69.314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1418'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1418'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.314'^^xsd:double;
  dwc:startLongitude '-69.314'^^xsd:double;
  dwc:endLongitude '-69.314'^^xsd:double;
  dwc:latitude '41.511'^^xsd:double;
  dwc:startLatitude '41.511'^^xsd:double;
  dwc:endLatitude '41.511'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.314 41.511, -69.314 41.511, -69.314 41.511, -69.314 41.511, -69.314 41.511))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1418'^^xsd:string;
  dwc:observationDate '1987-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.511"^^xsd:decimal ;
  dwc:decimalLongitude "-69.313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.511 -69.313)"^^geo:wktLiteral ;
  geo-pos:lat "41.511"^^xsd:decimal ;
  geo-pos:long "-69.313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1411'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1411'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.313'^^xsd:double;
  dwc:startLongitude '-69.313'^^xsd:double;
  dwc:endLongitude '-69.313'^^xsd:double;
  dwc:latitude '41.511'^^xsd:double;
  dwc:startLatitude '41.511'^^xsd:double;
  dwc:endLatitude '41.511'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.313 41.511, -69.313 41.511, -69.313 41.511, -69.313 41.511, -69.313 41.511))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1411'^^xsd:string;
  dwc:observationDate '1987-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2702> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.445 -69.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.445"^^xsd:decimal ;
  dwc:decimalLongitude "-69.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.445 -69.31)"^^geo:wktLiteral ;
  geo-pos:lat "41.445"^^xsd:decimal ;
  geo-pos:long "-69.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2702'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2702'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-69.31'^^xsd:double;
  dwc:startLongitude '-69.31'^^xsd:double;
  dwc:endLongitude '-69.31'^^xsd:double;
  dwc:latitude '41.445'^^xsd:double;
  dwc:startLatitude '41.445'^^xsd:double;
  dwc:endLatitude '41.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.31 41.445, -69.31 41.445, -69.31 41.445, -69.31 41.445, -69.31 41.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2702'^^xsd:string;
  dwc:observationDate '1990-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2704> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.448"^^xsd:decimal ;
  dwc:decimalLongitude "-69.306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.448 -69.306)"^^geo:wktLiteral ;
  geo-pos:lat "41.448"^^xsd:decimal ;
  geo-pos:long "-69.306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2704'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2704'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-69.306'^^xsd:double;
  dwc:startLongitude '-69.306'^^xsd:double;
  dwc:endLongitude '-69.306'^^xsd:double;
  dwc:latitude '41.448'^^xsd:double;
  dwc:startLatitude '41.448'^^xsd:double;
  dwc:endLatitude '41.448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.306 41.448, -69.306 41.448, -69.306 41.448, -69.306 41.448, -69.306 41.448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2704'^^xsd:string;
  dwc:observationDate '1990-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2563> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.412 -69.305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.412"^^xsd:decimal ;
  dwc:decimalLongitude "-69.305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.412 -69.305)"^^geo:wktLiteral ;
  geo-pos:lat "41.412"^^xsd:decimal ;
  geo-pos:long "-69.305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2563'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2563'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.305'^^xsd:double;
  dwc:startLongitude '-69.305'^^xsd:double;
  dwc:endLongitude '-69.305'^^xsd:double;
  dwc:latitude '41.412'^^xsd:double;
  dwc:startLatitude '41.412'^^xsd:double;
  dwc:endLatitude '41.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.305 41.412, -69.305 41.412, -69.305 41.412, -69.305 41.412, -69.305 41.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2563'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.47 -69.303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.47"^^xsd:decimal ;
  dwc:decimalLongitude "-69.303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.47 -69.303)"^^geo:wktLiteral ;
  geo-pos:lat "41.47"^^xsd:decimal ;
  geo-pos:long "-69.303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_145'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_145'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-69.303'^^xsd:double;
  dwc:startLongitude '-69.303'^^xsd:double;
  dwc:endLongitude '-69.303'^^xsd:double;
  dwc:latitude '41.47'^^xsd:double;
  dwc:startLatitude '41.47'^^xsd:double;
  dwc:endLatitude '41.47'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.303 41.47, -69.303 41.47, -69.303 41.47, -69.303 41.47, -69.303 41.47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_145'^^xsd:string;
  dwc:observationDate '1987-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3705> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -69.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -69.3)"^^geo:wktLiteral ;
  geo-pos:lat "41.4833"^^xsd:decimal ;
  geo-pos:long "-69.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3705'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3705'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-69.3'^^xsd:double;
  dwc:startLongitude '-69.3'^^xsd:double;
  dwc:endLongitude '-69.3'^^xsd:double;
  dwc:latitude '41.4833'^^xsd:double;
  dwc:startLatitude '41.4833'^^xsd:double;
  dwc:endLatitude '41.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3 41.4833, -69.3 41.4833, -69.3 41.4833, -69.3 41.4833, -69.3 41.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3705'^^xsd:string;
  dwc:observationDate '1989-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.55"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.3)"^^geo:wktLiteral ;
  geo-pos:lat "41.55"^^xsd:decimal ;
  geo-pos:long "-69.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1194'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1194'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3'^^xsd:double;
  dwc:startLongitude '-69.3'^^xsd:double;
  dwc:endLongitude '-69.3'^^xsd:double;
  dwc:latitude '41.55'^^xsd:double;
  dwc:startLatitude '41.55'^^xsd:double;
  dwc:endLatitude '41.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3 41.55, -69.3 41.55, -69.3 41.55, -69.3 41.55, -69.3 41.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1194'^^xsd:string;
  dwc:observationDate '1986-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.55"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.3)"^^geo:wktLiteral ;
  geo-pos:lat "41.55"^^xsd:decimal ;
  geo-pos:long "-69.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1191'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1191'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.3'^^xsd:double;
  dwc:startLongitude '-69.3'^^xsd:double;
  dwc:endLongitude '-69.3'^^xsd:double;
  dwc:latitude '41.55'^^xsd:double;
  dwc:startLatitude '41.55'^^xsd:double;
  dwc:endLatitude '41.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3 41.55, -69.3 41.55, -69.3 41.55, -69.3 41.55, -69.3 41.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1191'^^xsd:string;
  dwc:observationDate '1986-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2167 -69.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2167 -69.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.2167"^^xsd:decimal ;
  geo-pos:long "-69.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1325'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1325'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.3'^^xsd:double;
  dwc:startLongitude '-69.3'^^xsd:double;
  dwc:endLongitude '-69.3'^^xsd:double;
  dwc:latitude '43.2167'^^xsd:double;
  dwc:startLatitude '43.2167'^^xsd:double;
  dwc:endLatitude '43.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3 43.2167, -69.3 43.2167, -69.3 43.2167, -69.3 43.2167, -69.3 43.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1325'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2167 -69.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2167 -69.3)"^^geo:wktLiteral ;
  geo-pos:lat "43.2167"^^xsd:decimal ;
  geo-pos:long "-69.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1324'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1324'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-69.3'^^xsd:double;
  dwc:startLongitude '-69.3'^^xsd:double;
  dwc:endLongitude '-69.3'^^xsd:double;
  dwc:latitude '43.2167'^^xsd:double;
  dwc:startLatitude '43.2167'^^xsd:double;
  dwc:endLatitude '43.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.3 43.2167, -69.3 43.2167, -69.3 43.2167, -69.3 43.2167, -69.3 43.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1324'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.472 -69.288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.472"^^xsd:decimal ;
  dwc:decimalLongitude "-69.288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.472 -69.288)"^^geo:wktLiteral ;
  geo-pos:lat "41.472"^^xsd:decimal ;
  geo-pos:long "-69.288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_655'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_655'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-69.288'^^xsd:double;
  dwc:startLongitude '-69.288'^^xsd:double;
  dwc:endLongitude '-69.288'^^xsd:double;
  dwc:latitude '41.472'^^xsd:double;
  dwc:startLatitude '41.472'^^xsd:double;
  dwc:endLatitude '41.472'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.288 41.472, -69.288 41.472, -69.288 41.472, -69.288 41.472, -69.288 41.472))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_655'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.472 -69.287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.472"^^xsd:decimal ;
  dwc:decimalLongitude "-69.287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.472 -69.287)"^^geo:wktLiteral ;
  geo-pos:lat "41.472"^^xsd:decimal ;
  geo-pos:long "-69.287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_657'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_657'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-69.287'^^xsd:double;
  dwc:startLongitude '-69.287'^^xsd:double;
  dwc:endLongitude '-69.287'^^xsd:double;
  dwc:latitude '41.472'^^xsd:double;
  dwc:startLatitude '41.472'^^xsd:double;
  dwc:endLatitude '41.472'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.287 41.472, -69.287 41.472, -69.287 41.472, -69.287 41.472, -69.287 41.472))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_657'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.472 -69.287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.472"^^xsd:decimal ;
  dwc:decimalLongitude "-69.287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.472 -69.287)"^^geo:wktLiteral ;
  geo-pos:lat "41.472"^^xsd:decimal ;
  geo-pos:long "-69.287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_656'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_656'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-69.287'^^xsd:double;
  dwc:startLongitude '-69.287'^^xsd:double;
  dwc:endLongitude '-69.287'^^xsd:double;
  dwc:latitude '41.472'^^xsd:double;
  dwc:startLatitude '41.472'^^xsd:double;
  dwc:endLatitude '41.472'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.287 41.472, -69.287 41.472, -69.287 41.472, -69.287 41.472, -69.287 41.472))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_656'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.55"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.55 -69.2833)"^^geo:wktLiteral ;
  geo-pos:lat "41.55"^^xsd:decimal ;
  geo-pos:long "-69.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1193'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1193'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.2833'^^xsd:double;
  dwc:startLongitude '-69.2833'^^xsd:double;
  dwc:endLongitude '-69.2833'^^xsd:double;
  dwc:latitude '41.55'^^xsd:double;
  dwc:startLatitude '41.55'^^xsd:double;
  dwc:endLatitude '41.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.2833 41.55, -69.2833 41.55, -69.2833 41.55, -69.2833 41.55, -69.2833 41.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1193'^^xsd:string;
  dwc:observationDate '1986-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.413 -69.283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.413"^^xsd:decimal ;
  dwc:decimalLongitude "-69.283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.413 -69.283)"^^geo:wktLiteral ;
  geo-pos:lat "41.413"^^xsd:decimal ;
  geo-pos:long "-69.283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_133'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_133'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-69.283'^^xsd:double;
  dwc:startLongitude '-69.283'^^xsd:double;
  dwc:endLongitude '-69.283'^^xsd:double;
  dwc:latitude '41.413'^^xsd:double;
  dwc:startLatitude '41.413'^^xsd:double;
  dwc:endLatitude '41.413'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.283 41.413, -69.283 41.413, -69.283 41.413, -69.283 41.413, -69.283 41.413))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_133'^^xsd:string;
  dwc:observationDate '1987-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.468"^^xsd:decimal ;
  dwc:decimalLongitude "-69.279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.279)"^^geo:wktLiteral ;
  geo-pos:lat "41.468"^^xsd:decimal ;
  geo-pos:long "-69.279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_654'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_654'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-69.279'^^xsd:double;
  dwc:startLongitude '-69.279'^^xsd:double;
  dwc:endLongitude '-69.279'^^xsd:double;
  dwc:latitude '41.468'^^xsd:double;
  dwc:startLatitude '41.468'^^xsd:double;
  dwc:endLatitude '41.468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.279 41.468, -69.279 41.468, -69.279 41.468, -69.279 41.468, -69.279 41.468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_654'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.468"^^xsd:decimal ;
  dwc:decimalLongitude "-69.279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.468 -69.279)"^^geo:wktLiteral ;
  geo-pos:lat "41.468"^^xsd:decimal ;
  geo-pos:long "-69.279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_653'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_653'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-69.279'^^xsd:double;
  dwc:startLongitude '-69.279'^^xsd:double;
  dwc:endLongitude '-69.279'^^xsd:double;
  dwc:latitude '41.468'^^xsd:double;
  dwc:startLatitude '41.468'^^xsd:double;
  dwc:endLatitude '41.468'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.279 41.468, -69.279 41.468, -69.279 41.468, -69.279 41.468, -69.279 41.468))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_653'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.399 -69.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.399"^^xsd:decimal ;
  dwc:decimalLongitude "-69.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.399 -69.275)"^^geo:wktLiteral ;
  geo-pos:lat "41.399"^^xsd:decimal ;
  geo-pos:long "-69.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_134'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_134'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-69.275'^^xsd:double;
  dwc:startLongitude '-69.275'^^xsd:double;
  dwc:endLongitude '-69.275'^^xsd:double;
  dwc:latitude '41.399'^^xsd:double;
  dwc:startLatitude '41.399'^^xsd:double;
  dwc:endLatitude '41.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.275 41.399, -69.275 41.399, -69.275 41.399, -69.275 41.399, -69.275 41.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_134'^^xsd:string;
  dwc:observationDate '1987-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4667 -69.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4667 -69.2667)"^^geo:wktLiteral ;
  geo-pos:lat "41.4667"^^xsd:decimal ;
  geo-pos:long "-69.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1469'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1469'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-69.2667'^^xsd:double;
  dwc:startLongitude '-69.2667'^^xsd:double;
  dwc:endLongitude '-69.2667'^^xsd:double;
  dwc:latitude '41.4667'^^xsd:double;
  dwc:startLatitude '41.4667'^^xsd:double;
  dwc:endLatitude '41.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.2667 41.4667, -69.2667 41.4667, -69.2667 41.4667, -69.2667 41.4667, -69.2667 41.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1469'^^xsd:string;
  dwc:observationDate '1986-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.444 -69.265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.444"^^xsd:decimal ;
  dwc:decimalLongitude "-69.265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.444 -69.265)"^^geo:wktLiteral ;
  geo-pos:lat "41.444"^^xsd:decimal ;
  geo-pos:long "-69.265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1587'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1587'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.265'^^xsd:double;
  dwc:startLongitude '-69.265'^^xsd:double;
  dwc:endLongitude '-69.265'^^xsd:double;
  dwc:latitude '41.444'^^xsd:double;
  dwc:startLatitude '41.444'^^xsd:double;
  dwc:endLatitude '41.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.265 41.444, -69.265 41.444, -69.265 41.444, -69.265 41.444, -69.265 41.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1587'^^xsd:string;
  dwc:observationDate '1987-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.312 -69.264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.312"^^xsd:decimal ;
  dwc:decimalLongitude "-69.264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.312 -69.264)"^^geo:wktLiteral ;
  geo-pos:lat "41.312"^^xsd:decimal ;
  geo-pos:long "-69.264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1128'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1128'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-69.264'^^xsd:double;
  dwc:startLongitude '-69.264'^^xsd:double;
  dwc:endLongitude '-69.264'^^xsd:double;
  dwc:latitude '41.312'^^xsd:double;
  dwc:startLatitude '41.312'^^xsd:double;
  dwc:endLatitude '41.312'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.264 41.312, -69.264 41.312, -69.264 41.312, -69.264 41.312, -69.264 41.312))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1128'^^xsd:string;
  dwc:observationDate '1987-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.808 -69.263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.808"^^xsd:decimal ;
  dwc:decimalLongitude "-69.263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.808 -69.263)"^^geo:wktLiteral ;
  geo-pos:lat "42.808"^^xsd:decimal ;
  geo-pos:long "-69.263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2488'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2488'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-69.263'^^xsd:double;
  dwc:startLongitude '-69.263'^^xsd:double;
  dwc:endLongitude '-69.263'^^xsd:double;
  dwc:latitude '42.808'^^xsd:double;
  dwc:startLatitude '42.808'^^xsd:double;
  dwc:endLatitude '42.808'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.263 42.808, -69.263 42.808, -69.263 42.808, -69.263 42.808, -69.263 42.808))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2488'^^xsd:string;
  dwc:observationDate '1989-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.455"^^xsd:decimal ;
  dwc:decimalLongitude "-69.246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.455 -69.246)"^^geo:wktLiteral ;
  geo-pos:lat "41.455"^^xsd:decimal ;
  geo-pos:long "-69.246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_124'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_124'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-69.246'^^xsd:double;
  dwc:startLongitude '-69.246'^^xsd:double;
  dwc:endLongitude '-69.246'^^xsd:double;
  dwc:latitude '41.455'^^xsd:double;
  dwc:startLatitude '41.455'^^xsd:double;
  dwc:endLatitude '41.455'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.246 41.455, -69.246 41.455, -69.246 41.455, -69.246 41.455, -69.246 41.455))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_124'^^xsd:string;
  dwc:observationDate '1987-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3771'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3771'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.2'^^xsd:double;
  dwc:startLongitude '-69.2'^^xsd:double;
  dwc:endLongitude '-69.2'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.2 41.4167, -69.2 41.4167, -69.2 41.4167, -69.2 41.4167, -69.2 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3771'^^xsd:string;
  dwc:observationDate '1989-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4167 -69.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.4167"^^xsd:decimal ;
  geo-pos:long "-69.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3772'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3772'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.2'^^xsd:double;
  dwc:startLongitude '-69.2'^^xsd:double;
  dwc:endLongitude '-69.2'^^xsd:double;
  dwc:latitude '41.4167'^^xsd:double;
  dwc:startLatitude '41.4167'^^xsd:double;
  dwc:endLatitude '41.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.2 41.4167, -69.2 41.4167, -69.2 41.4167, -69.2 41.4167, -69.2 41.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3772'^^xsd:string;
  dwc:observationDate '1989-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.15)"^^geo:wktLiteral ;
  geo-pos:lat "41.2167"^^xsd:decimal ;
  geo-pos:long "-69.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2218'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2218'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.15'^^xsd:double;
  dwc:startLongitude '-69.15'^^xsd:double;
  dwc:endLongitude '-69.15'^^xsd:double;
  dwc:latitude '41.2167'^^xsd:double;
  dwc:startLatitude '41.2167'^^xsd:double;
  dwc:endLatitude '41.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.15 41.2167, -69.15 41.2167, -69.15 41.2167, -69.15 41.2167, -69.15 41.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2218'^^xsd:string;
  dwc:observationDate '1991-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.15)"^^geo:wktLiteral ;
  geo-pos:lat "41.2167"^^xsd:decimal ;
  geo-pos:long "-69.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2217'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2217'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.15'^^xsd:double;
  dwc:startLongitude '-69.15'^^xsd:double;
  dwc:endLongitude '-69.15'^^xsd:double;
  dwc:latitude '41.2167'^^xsd:double;
  dwc:startLatitude '41.2167'^^xsd:double;
  dwc:endLatitude '41.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.15 41.2167, -69.15 41.2167, -69.15 41.2167, -69.15 41.2167, -69.15 41.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2217'^^xsd:string;
  dwc:observationDate '1991-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-69.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.2167 -69.15)"^^geo:wktLiteral ;
  geo-pos:lat "41.2167"^^xsd:decimal ;
  geo-pos:long "-69.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2219'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2219'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-69.15'^^xsd:double;
  dwc:startLongitude '-69.15'^^xsd:double;
  dwc:endLongitude '-69.15'^^xsd:double;
  dwc:latitude '41.2167'^^xsd:double;
  dwc:startLatitude '41.2167'^^xsd:double;
  dwc:endLatitude '41.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.15 41.2167, -69.15 41.2167, -69.15 41.2167, -69.15 41.2167, -69.15 41.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2219'^^xsd:string;
  dwc:observationDate '1991-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4 -69.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4"^^xsd:decimal ;
  dwc:decimalLongitude "-69.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4 -69.1)"^^geo:wktLiteral ;
  geo-pos:lat "41.4"^^xsd:decimal ;
  geo-pos:long "-69.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3712'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3712'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-69.1'^^xsd:double;
  dwc:startLongitude '-69.1'^^xsd:double;
  dwc:endLongitude '-69.1'^^xsd:double;
  dwc:latitude '41.4'^^xsd:double;
  dwc:startLatitude '41.4'^^xsd:double;
  dwc:endLatitude '41.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.1 41.4, -69.1 41.4, -69.1 41.4, -69.1 41.4, -69.1 41.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3712'^^xsd:string;
  dwc:observationDate '1986-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -69.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -69.0333)"^^geo:wktLiteral ;
  geo-pos:lat "41.4833"^^xsd:decimal ;
  geo-pos:long "-69.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3773'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3773'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.0333'^^xsd:double;
  dwc:startLongitude '-69.0333'^^xsd:double;
  dwc:endLongitude '-69.0333'^^xsd:double;
  dwc:latitude '41.4833'^^xsd:double;
  dwc:startLatitude '41.4833'^^xsd:double;
  dwc:endLatitude '41.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.0333 41.4833, -69.0333 41.4833, -69.0333 41.4833, -69.0333 41.4833, -69.0333 41.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3773'^^xsd:string;
  dwc:observationDate '1988-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -69.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-69.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -69.0333)"^^geo:wktLiteral ;
  geo-pos:lat "41.4833"^^xsd:decimal ;
  geo-pos:long "-69.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3770'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3770'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-69.0333'^^xsd:double;
  dwc:startLongitude '-69.0333'^^xsd:double;
  dwc:endLongitude '-69.0333'^^xsd:double;
  dwc:latitude '41.4833'^^xsd:double;
  dwc:startLatitude '41.4833'^^xsd:double;
  dwc:endLatitude '41.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.0333 41.4833, -69.0333 41.4833, -69.0333 41.4833, -69.0333 41.4833, -69.0333 41.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3770'^^xsd:string;
  dwc:observationDate '1988-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 -69.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "-69.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 -69.0167)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "-69.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2443'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2443'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-69.0167'^^xsd:double;
  dwc:startLongitude '-69.0167'^^xsd:double;
  dwc:endLongitude '-69.0167'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:startLatitude '43.55'^^xsd:double;
  dwc:endLatitude '43.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-69.0167 43.55, -69.0167 43.55, -69.0167 43.55, -69.0167 43.55, -69.0167 43.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2443'^^xsd:string;
  dwc:observationDate '1995-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5667 -68.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5667 -68.9833)"^^geo:wktLiteral ;
  geo-pos:lat "43.5667"^^xsd:decimal ;
  geo-pos:long "-68.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3231'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3231'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-68.9833'^^xsd:double;
  dwc:startLongitude '-68.9833'^^xsd:double;
  dwc:endLongitude '-68.9833'^^xsd:double;
  dwc:latitude '43.5667'^^xsd:double;
  dwc:startLatitude '43.5667'^^xsd:double;
  dwc:endLatitude '43.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.9833 43.5667, -68.9833 43.5667, -68.9833 43.5667, -68.9833 43.5667, -68.9833 43.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3231'^^xsd:string;
  dwc:observationDate '1995-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3251> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -68.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-68.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -68.9667)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-68.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3251'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3251'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-68.9667'^^xsd:double;
  dwc:startLongitude '-68.9667'^^xsd:double;
  dwc:endLongitude '-68.9667'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.9667 43.6, -68.9667 43.6, -68.9667 43.6, -68.9667 43.6, -68.9667 43.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3251'^^xsd:string;
  dwc:observationDate '1995-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -68.846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.284"^^xsd:decimal ;
  dwc:decimalLongitude "-68.846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -68.846)"^^geo:wktLiteral ;
  geo-pos:lat "41.284"^^xsd:decimal ;
  geo-pos:long "-68.846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1635'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1635'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-68.846'^^xsd:double;
  dwc:startLongitude '-68.846'^^xsd:double;
  dwc:endLongitude '-68.846'^^xsd:double;
  dwc:latitude '41.284'^^xsd:double;
  dwc:startLatitude '41.284'^^xsd:double;
  dwc:endLatitude '41.284'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.846 41.284, -68.846 41.284, -68.846 41.284, -68.846 41.284, -68.846 41.284))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1635'^^xsd:string;
  dwc:observationDate '1989-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1698> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -68.846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.284"^^xsd:decimal ;
  dwc:decimalLongitude "-68.846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.284 -68.846)"^^geo:wktLiteral ;
  geo-pos:lat "41.284"^^xsd:decimal ;
  geo-pos:long "-68.846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1698'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1698'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-68.846'^^xsd:double;
  dwc:startLongitude '-68.846'^^xsd:double;
  dwc:endLongitude '-68.846'^^xsd:double;
  dwc:latitude '41.284'^^xsd:double;
  dwc:startLatitude '41.284'^^xsd:double;
  dwc:endLatitude '41.284'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.846 41.284, -68.846 41.284, -68.846 41.284, -68.846 41.284, -68.846 41.284))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1698'^^xsd:string;
  dwc:observationDate '1989-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.264 -68.761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.264"^^xsd:decimal ;
  dwc:decimalLongitude "-68.761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.264 -68.761)"^^geo:wktLiteral ;
  geo-pos:lat "41.264"^^xsd:decimal ;
  geo-pos:long "-68.761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3468'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3468'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-68.761'^^xsd:double;
  dwc:startLongitude '-68.761'^^xsd:double;
  dwc:endLongitude '-68.761'^^xsd:double;
  dwc:latitude '41.264'^^xsd:double;
  dwc:startLatitude '41.264'^^xsd:double;
  dwc:endLatitude '41.264'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.761 41.264, -68.761 41.264, -68.761 41.264, -68.761 41.264, -68.761 41.264))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3468'^^xsd:string;
  dwc:observationDate '1987-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3333 -68.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3333 -68.75)"^^geo:wktLiteral ;
  geo-pos:lat "41.3333"^^xsd:decimal ;
  geo-pos:long "-68.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3816'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3816'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-68.75'^^xsd:double;
  dwc:startLongitude '-68.75'^^xsd:double;
  dwc:endLongitude '-68.75'^^xsd:double;
  dwc:latitude '41.3333'^^xsd:double;
  dwc:startLatitude '41.3333'^^xsd:double;
  dwc:endLatitude '41.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.75 41.3333, -68.75 41.3333, -68.75 41.3333, -68.75 41.3333, -68.75 41.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3816'^^xsd:string;
  dwc:observationDate '1989-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3333 -68.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3333 -68.75)"^^geo:wktLiteral ;
  geo-pos:lat "41.3333"^^xsd:decimal ;
  geo-pos:long "-68.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3815'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3815'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-68.75'^^xsd:double;
  dwc:startLongitude '-68.75'^^xsd:double;
  dwc:endLongitude '-68.75'^^xsd:double;
  dwc:latitude '41.3333'^^xsd:double;
  dwc:startLatitude '41.3333'^^xsd:double;
  dwc:endLatitude '41.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.75 41.3333, -68.75 41.3333, -68.75 41.3333, -68.75 41.3333, -68.75 41.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3815'^^xsd:string;
  dwc:observationDate '1989-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3333 -68.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3333 -68.75)"^^geo:wktLiteral ;
  geo-pos:lat "41.3333"^^xsd:decimal ;
  geo-pos:long "-68.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3817'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3817'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-68.75'^^xsd:double;
  dwc:startLongitude '-68.75'^^xsd:double;
  dwc:endLongitude '-68.75'^^xsd:double;
  dwc:latitude '41.3333'^^xsd:double;
  dwc:startLatitude '41.3333'^^xsd:double;
  dwc:endLatitude '41.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.75 41.3333, -68.75 41.3333, -68.75 41.3333, -68.75 41.3333, -68.75 41.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3817'^^xsd:string;
  dwc:observationDate '1989-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2586> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.7333)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-68.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2586'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2586'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.7333'^^xsd:double;
  dwc:startLongitude '-68.7333'^^xsd:double;
  dwc:endLongitude '-68.7333'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.7333 43.9667, -68.7333 43.9667, -68.7333 43.9667, -68.7333 43.9667, -68.7333 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2586'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -68.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.4833 -68.7167)"^^geo:wktLiteral ;
  geo-pos:lat "41.4833"^^xsd:decimal ;
  geo-pos:long "-68.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2117'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2117'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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:longitude '-68.7167'^^xsd:double;
  dwc:startLongitude '-68.7167'^^xsd:double;
  dwc:endLongitude '-68.7167'^^xsd:double;
  dwc:latitude '41.4833'^^xsd:double;
  dwc:startLatitude '41.4833'^^xsd:double;
  dwc:endLatitude '41.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.7167 41.4833, -68.7167 41.4833, -68.7167 41.4833, -68.7167 41.4833, -68.7167 41.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2117'^^xsd:string;
  dwc:observationDate '1997-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7333 -68.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7333 -68.6667)"^^geo:wktLiteral ;
  geo-pos:lat "43.7333"^^xsd:decimal ;
  geo-pos:long "-68.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3515'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3515'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-68.6667'^^xsd:double;
  dwc:startLongitude '-68.6667'^^xsd:double;
  dwc:endLongitude '-68.6667'^^xsd:double;
  dwc:latitude '43.7333'^^xsd:double;
  dwc:startLatitude '43.7333'^^xsd:double;
  dwc:endLatitude '43.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.6667 43.7333, -68.6667 43.7333, -68.6667 43.7333, -68.6667 43.7333, -68.6667 43.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3515'^^xsd:string;
  dwc:observationDate '1995-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -68.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "-68.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -68.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "-68.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3514'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3514'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-68.65'^^xsd:double;
  dwc:startLongitude '-68.65'^^xsd:double;
  dwc:endLongitude '-68.65'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:startLatitude '43.8'^^xsd:double;
  dwc:endLatitude '43.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.65 43.8, -68.65 43.8, -68.65 43.8, -68.65 43.8, -68.65 43.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3514'^^xsd:string;
  dwc:observationDate '1995-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "-68.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1435'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1435'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:startLongitude '-68.2'^^xsd:double;
  dwc:endLongitude '-68.2'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:startLatitude '42.05'^^xsd:double;
  dwc:endLatitude '42.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.2 42.05, -68.2 42.05, -68.2 42.05, -68.2 42.05, -68.2 42.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1435'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "-68.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1438'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1438'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:startLongitude '-68.2'^^xsd:double;
  dwc:endLongitude '-68.2'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:startLatitude '42.05'^^xsd:double;
  dwc:endLatitude '42.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.2 42.05, -68.2 42.05, -68.2 42.05, -68.2 42.05, -68.2 42.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1438'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -68.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "-68.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -68.2)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "-68.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1431'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1431'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.2'^^xsd:double;
  dwc:startLongitude '-68.2'^^xsd:double;
  dwc:endLongitude '-68.2'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:startLatitude '42.05'^^xsd:double;
  dwc:endLatitude '42.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.2 42.05, -68.2 42.05, -68.2 42.05, -68.2 42.05, -68.2 42.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1431'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.1833)"^^geo:wktLiteral ;
  geo-pos:lat "43.9333"^^xsd:decimal ;
  geo-pos:long "-68.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2463'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2463'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-68.1833'^^xsd:double;
  dwc:startLongitude '-68.1833'^^xsd:double;
  dwc:endLongitude '-68.1833'^^xsd:double;
  dwc:latitude '43.9333'^^xsd:double;
  dwc:startLatitude '43.9333'^^xsd:double;
  dwc:endLatitude '43.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1833 43.9333, -68.1833 43.9333, -68.1833 43.9333, -68.1833 43.9333, -68.1833 43.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2463'^^xsd:string;
  dwc:observationDate '1999-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.1833)"^^geo:wktLiteral ;
  geo-pos:lat "43.9333"^^xsd:decimal ;
  geo-pos:long "-68.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2464'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2464'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-68.1833'^^xsd:double;
  dwc:startLongitude '-68.1833'^^xsd:double;
  dwc:endLongitude '-68.1833'^^xsd:double;
  dwc:latitude '43.9333'^^xsd:double;
  dwc:startLatitude '43.9333'^^xsd:double;
  dwc:endLatitude '43.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1833 43.9333, -68.1833 43.9333, -68.1833 43.9333, -68.1833 43.9333, -68.1833 43.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2464'^^xsd:string;
  dwc:observationDate '1999-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -68.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -68.1833)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-68.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1820'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1820'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-68.1833'^^xsd:double;
  dwc:startLongitude '-68.1833'^^xsd:double;
  dwc:endLongitude '-68.1833'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1833 44.1, -68.1833 44.1, -68.1833 44.1, -68.1833 44.1, -68.1833 44.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1820'^^xsd:string;
  dwc:observationDate '1991-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -68.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -68.15)"^^geo:wktLiteral ;
  geo-pos:lat "43.9833"^^xsd:decimal ;
  geo-pos:long "-68.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2182'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2182'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.15'^^xsd:double;
  dwc:startLongitude '-68.15'^^xsd:double;
  dwc:endLongitude '-68.15'^^xsd:double;
  dwc:latitude '43.9833'^^xsd:double;
  dwc:startLatitude '43.9833'^^xsd:double;
  dwc:endLatitude '43.9833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.15 43.9833, -68.15 43.9833, -68.15 43.9833, -68.15 43.9833, -68.15 43.9833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2182'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2784> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -68.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -68.15)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-68.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2784'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_2784'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-68.15'^^xsd:double;
  dwc:startLongitude '-68.15'^^xsd:double;
  dwc:endLongitude '-68.15'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:startLatitude '44.1667'^^xsd:double;
  dwc:endLatitude '44.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.15 44.1667, -68.15 44.1667, -68.15 44.1667, -68.15 44.1667, -68.15 44.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2784'^^xsd:string;
  dwc:observationDate '1982-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.4333"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1432'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1432'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:startLongitude '-68.1333'^^xsd:double;
  dwc:endLongitude '-68.1333'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1333 42.4333, -68.1333 42.4333, -68.1333 42.4333, -68.1333 42.4333, -68.1333 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1432'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.4333 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "42.4333"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1441'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1441'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:startLongitude '-68.1333'^^xsd:double;
  dwc:endLongitude '-68.1333'^^xsd:double;
  dwc:latitude '42.4333'^^xsd:double;
  dwc:startLatitude '42.4333'^^xsd:double;
  dwc:endLatitude '42.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1333 42.4333, -68.1333 42.4333, -68.1333 42.4333, -68.1333 42.4333, -68.1333 42.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1441'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2585'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2585'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1333'^^xsd:double;
  dwc:startLongitude '-68.1333'^^xsd:double;
  dwc:endLongitude '-68.1333'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:startLatitude '44.0333'^^xsd:double;
  dwc:endLatitude '44.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2585'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2582'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2582'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1333'^^xsd:double;
  dwc:startLongitude '-68.1333'^^xsd:double;
  dwc:endLongitude '-68.1333'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:startLatitude '44.0333'^^xsd:double;
  dwc:endLatitude '44.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2582'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2587> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2587'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2587'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1333'^^xsd:double;
  dwc:startLongitude '-68.1333'^^xsd:double;
  dwc:endLongitude '-68.1333'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:startLatitude '44.0333'^^xsd:double;
  dwc:endLatitude '44.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333, -68.1333 44.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2587'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1569'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1569'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-68.1333'^^xsd:double;
  dwc:startLongitude '-68.1333'^^xsd:double;
  dwc:endLongitude '-68.1333'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1333 44.3333, -68.1333 44.3333, -68.1333 44.3333, -68.1333 44.3333, -68.1333 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1569'^^xsd:string;
  dwc:observationDate '1991-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -68.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -68.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-68.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2348'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2348'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-68.1333'^^xsd:double;
  dwc:startLongitude '-68.1333'^^xsd:double;
  dwc:endLongitude '-68.1333'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1333 44.3333, -68.1333 44.3333, -68.1333 44.3333, -68.1333 44.3333, -68.1333 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2348'^^xsd:string;
  dwc:observationDate '1991-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.1167)"^^geo:wktLiteral ;
  geo-pos:lat "43.9333"^^xsd:decimal ;
  geo-pos:long "-68.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2284'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2284'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-68.1167'^^xsd:double;
  dwc:startLongitude '-68.1167'^^xsd:double;
  dwc:endLongitude '-68.1167'^^xsd:double;
  dwc:latitude '43.9333'^^xsd:double;
  dwc:startLatitude '43.9333'^^xsd:double;
  dwc:endLatitude '43.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1167 43.9333, -68.1167 43.9333, -68.1167 43.9333, -68.1167 43.9333, -68.1167 43.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2284'^^xsd:string;
  dwc:observationDate '1999-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1821> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9167 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9167 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.9167"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1821'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1821'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '43.9167'^^xsd:double;
  dwc:startLatitude '43.9167'^^xsd:double;
  dwc:endLatitude '43.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 43.9167, -68.1 43.9167, -68.1 43.9167, -68.1 43.9167, -68.1 43.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1821'^^xsd:string;
  dwc:observationDate '1992-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2583'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2583'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 43.95, -68.1 43.95, -68.1 43.95, -68.1 43.95, -68.1 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2583'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2584'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2584'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 43.95, -68.1 43.95, -68.1 43.95, -68.1 43.95, -68.1 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2584'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2465'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2465'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2465'^^xsd:string;
  dwc:observationDate '1999-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2100'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2100'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2100'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2098'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2098'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2098'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2099'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2099'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667, -68.1 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2099'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.0167"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2532'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2532'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '44.0167'^^xsd:double;
  dwc:startLatitude '44.0167'^^xsd:double;
  dwc:endLatitude '44.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2532'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.0167"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2531'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2531'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '44.0167'^^xsd:double;
  dwc:startLatitude '44.0167'^^xsd:double;
  dwc:endLatitude '44.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2531'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.0167"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2534'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2534'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '44.0167'^^xsd:double;
  dwc:startLatitude '44.0167'^^xsd:double;
  dwc:endLatitude '44.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2534'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.0167"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2533'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2533'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '44.0167'^^xsd:double;
  dwc:startLatitude '44.0167'^^xsd:double;
  dwc:endLatitude '44.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167, -68.1 44.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2533'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -68.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -68.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-68.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1837'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1837'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-68.1'^^xsd:double;
  dwc:startLongitude '-68.1'^^xsd:double;
  dwc:endLongitude '-68.1'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.1 44.1333, -68.1 44.1333, -68.1 44.1333, -68.1 44.1333, -68.1 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1837'^^xsd:string;
  dwc:observationDate '1991-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1439'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1439'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0833'^^xsd:double;
  dwc:startLongitude '-68.0833'^^xsd:double;
  dwc:endLongitude '-68.0833'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:startLatitude '42.1333'^^xsd:double;
  dwc:endLatitude '42.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0833 42.1333, -68.0833 42.1333, -68.0833 42.1333, -68.0833 42.1333, -68.0833 42.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1439'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1429'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1429'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0833'^^xsd:double;
  dwc:startLongitude '-68.0833'^^xsd:double;
  dwc:endLongitude '-68.0833'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:startLatitude '42.1333'^^xsd:double;
  dwc:endLatitude '42.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0833 42.1333, -68.0833 42.1333, -68.0833 42.1333, -68.0833 42.1333, -68.0833 42.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1429'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2690'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2690'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.0833'^^xsd:double;
  dwc:startLongitude '-68.0833'^^xsd:double;
  dwc:endLongitude '-68.0833'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0833 43.95, -68.0833 43.95, -68.0833 43.95, -68.0833 43.95, -68.0833 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2690'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2692'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2692'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.0833'^^xsd:double;
  dwc:startLongitude '-68.0833'^^xsd:double;
  dwc:endLongitude '-68.0833'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0833 43.95, -68.0833 43.95, -68.0833 43.95, -68.0833 43.95, -68.0833 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2692'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2743'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2743'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.0833'^^xsd:double;
  dwc:startLongitude '-68.0833'^^xsd:double;
  dwc:endLongitude '-68.0833'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0833 43.95, -68.0833 43.95, -68.0833 43.95, -68.0833 43.95, -68.0833 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2743'^^xsd:string;
  dwc:observationDate '1992-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2014'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2014'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-68.0833'^^xsd:double;
  dwc:startLongitude '-68.0833'^^xsd:double;
  dwc:endLongitude '-68.0833'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0833 43.9667, -68.0833 43.9667, -68.0833 43.9667, -68.0833 43.9667, -68.0833 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2014'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -68.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -68.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-68.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_712'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_712'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-68.0833'^^xsd:double;
  dwc:startLongitude '-68.0833'^^xsd:double;
  dwc:endLongitude '-68.0833'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0833 44.2, -68.0833 44.2, -68.0833 44.2, -68.0833 44.2, -68.0833 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_712'^^xsd:string;
  dwc:observationDate '1991-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0667)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-68.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1433'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1433'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0667'^^xsd:double;
  dwc:startLongitude '-68.0667'^^xsd:double;
  dwc:endLongitude '-68.0667'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:startLatitude '42.1333'^^xsd:double;
  dwc:endLatitude '42.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0667 42.1333, -68.0667 42.1333, -68.0667 42.1333, -68.0667 42.1333, -68.0667 42.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1433'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0667)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-68.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1430'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1430'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0667'^^xsd:double;
  dwc:startLongitude '-68.0667'^^xsd:double;
  dwc:endLongitude '-68.0667'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:startLatitude '42.1333'^^xsd:double;
  dwc:endLatitude '42.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0667 42.1333, -68.0667 42.1333, -68.0667 42.1333, -68.0667 42.1333, -68.0667 42.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1430'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9167 -68.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9167 -68.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.9167"^^xsd:decimal ;
  geo-pos:long "-68.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2502'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2502'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.0667'^^xsd:double;
  dwc:startLongitude '-68.0667'^^xsd:double;
  dwc:endLongitude '-68.0667'^^xsd:double;
  dwc:latitude '43.9167'^^xsd:double;
  dwc:startLatitude '43.9167'^^xsd:double;
  dwc:endLatitude '43.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0667 43.9167, -68.0667 43.9167, -68.0667 43.9167, -68.0667 43.9167, -68.0667 43.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2502'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9167 -68.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9167 -68.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.9167"^^xsd:decimal ;
  geo-pos:long "-68.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2501'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2501'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.0667'^^xsd:double;
  dwc:startLongitude '-68.0667'^^xsd:double;
  dwc:endLongitude '-68.0667'^^xsd:double;
  dwc:latitude '43.9167'^^xsd:double;
  dwc:startLatitude '43.9167'^^xsd:double;
  dwc:endLatitude '43.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0667 43.9167, -68.0667 43.9167, -68.0667 43.9167, -68.0667 43.9167, -68.0667 43.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2501'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.9333"^^xsd:decimal ;
  geo-pos:long "-68.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1420'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1420'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0667'^^xsd:double;
  dwc:startLongitude '-68.0667'^^xsd:double;
  dwc:endLongitude '-68.0667'^^xsd:double;
  dwc:latitude '43.9333'^^xsd:double;
  dwc:startLatitude '43.9333'^^xsd:double;
  dwc:endLatitude '43.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0667 43.9333, -68.0667 43.9333, -68.0667 43.9333, -68.0667 43.9333, -68.0667 43.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1420'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -68.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0167"^^xsd:decimal ;
  geo-pos:long "-68.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2744'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2744'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-68.0667'^^xsd:double;
  dwc:startLongitude '-68.0667'^^xsd:double;
  dwc:endLongitude '-68.0667'^^xsd:double;
  dwc:latitude '44.0167'^^xsd:double;
  dwc:startLatitude '44.0167'^^xsd:double;
  dwc:endLatitude '44.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0667 44.0167, -68.0667 44.0167, -68.0667 44.0167, -68.0667 44.0167, -68.0667 44.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2744'^^xsd:string;
  dwc:observationDate '1995-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -68.05)"^^geo:wktLiteral ;
  geo-pos:lat "43.9333"^^xsd:decimal ;
  geo-pos:long "-68.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2691'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2691'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.05'^^xsd:double;
  dwc:startLongitude '-68.05'^^xsd:double;
  dwc:endLongitude '-68.05'^^xsd:double;
  dwc:latitude '43.9333'^^xsd:double;
  dwc:startLatitude '43.9333'^^xsd:double;
  dwc:endLatitude '43.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.05 43.9333, -68.05 43.9333, -68.05 43.9333, -68.05 43.9333, -68.05 43.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2691'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-68.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -68.05)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-68.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1840'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1840'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-68.05'^^xsd:double;
  dwc:startLongitude '-68.05'^^xsd:double;
  dwc:endLongitude '-68.05'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.05 43.9667, -68.05 43.9667, -68.05 43.9667, -68.05 43.9667, -68.05 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1840'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0333)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-68.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1445'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1445'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0333'^^xsd:double;
  dwc:startLongitude '-68.0333'^^xsd:double;
  dwc:endLongitude '-68.0333'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:startLatitude '42.1333'^^xsd:double;
  dwc:endLatitude '42.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0333 42.1333, -68.0333 42.1333, -68.0333 42.1333, -68.0333 42.1333, -68.0333 42.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1445'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1333 -68.0333)"^^geo:wktLiteral ;
  geo-pos:lat "42.1333"^^xsd:decimal ;
  geo-pos:long "-68.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1436'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1436'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0333'^^xsd:double;
  dwc:startLongitude '-68.0333'^^xsd:double;
  dwc:endLongitude '-68.0333'^^xsd:double;
  dwc:latitude '42.1333'^^xsd:double;
  dwc:startLatitude '42.1333'^^xsd:double;
  dwc:endLatitude '42.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0333 42.1333, -68.0333 42.1333, -68.0333 42.1333, -68.0333 42.1333, -68.0333 42.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1436'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -68.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -68.0167)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "-68.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1041'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1041'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-68.0167'^^xsd:double;
  dwc:startLongitude '-68.0167'^^xsd:double;
  dwc:endLongitude '-68.0167'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:startLatitude '41.9'^^xsd:double;
  dwc:endLatitude '41.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0167 41.9, -68.0167 41.9, -68.0167 41.9, -68.0167 41.9, -68.0167 41.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1041'^^xsd:string;
  dwc:observationDate '1999-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -68.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -68.0167)"^^geo:wktLiteral ;
  geo-pos:lat "42.2"^^xsd:decimal ;
  geo-pos:long "-68.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1444'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1444'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0167'^^xsd:double;
  dwc:startLongitude '-68.0167'^^xsd:double;
  dwc:endLongitude '-68.0167'^^xsd:double;
  dwc:latitude '42.2'^^xsd:double;
  dwc:startLatitude '42.2'^^xsd:double;
  dwc:endLatitude '42.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0167 42.2, -68.0167 42.2, -68.0167 42.2, -68.0167 42.2, -68.0167 42.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1444'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -68.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -68.0167)"^^geo:wktLiteral ;
  geo-pos:lat "42.2"^^xsd:decimal ;
  geo-pos:long "-68.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1440'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1440'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-68.0167'^^xsd:double;
  dwc:startLongitude '-68.0167'^^xsd:double;
  dwc:endLongitude '-68.0167'^^xsd:double;
  dwc:latitude '42.2'^^xsd:double;
  dwc:startLatitude '42.2'^^xsd:double;
  dwc:endLatitude '42.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0167 42.2, -68.0167 42.2, -68.0167 42.2, -68.0167 42.2, -68.0167 42.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1440'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -68.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-68.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -68.0167)"^^geo:wktLiteral ;
  geo-pos:lat "43.9833"^^xsd:decimal ;
  geo-pos:long "-68.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2511'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2511'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-68.0167'^^xsd:double;
  dwc:startLongitude '-68.0167'^^xsd:double;
  dwc:endLongitude '-68.0167'^^xsd:double;
  dwc:latitude '43.9833'^^xsd:double;
  dwc:startLatitude '43.9833'^^xsd:double;
  dwc:endLatitude '43.9833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.0167 43.9833, -68.0167 43.9833, -68.0167 43.9833, -68.0167 43.9833, -68.0167 43.9833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2511'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.056 -68.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.056"^^xsd:decimal ;
  dwc:decimalLongitude "-68.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.056 -68.008)"^^geo:wktLiteral ;
  geo-pos:lat "40.056"^^xsd:decimal ;
  geo-pos:long "-68.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2008'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2008'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-68.008'^^xsd:double;
  dwc:startLongitude '-68.008'^^xsd:double;
  dwc:endLongitude '-68.008'^^xsd:double;
  dwc:latitude '40.056'^^xsd:double;
  dwc:startLatitude '40.056'^^xsd:double;
  dwc:endLatitude '40.056'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68.008 40.056, -68.008 40.056, -68.008 40.056, -68.008 40.056, -68.008 40.056))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2008'^^xsd:string;
  dwc:observationDate '1988-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -68)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1874'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1874'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-68'^^xsd:integer;
  dwc:startLongitude '-68'^^xsd:integer;
  dwc:endLongitude '-68'^^xsd:integer;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-68 44.2333, -68 44.2333, -68 44.2333, -68 44.2333, -68 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1874'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -67.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -67.9667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-67.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2116'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2116'^^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:longitude '-67.9667'^^xsd:double;
  dwc:startLongitude '-67.9667'^^xsd:double;
  dwc:endLongitude '-67.9667'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:startLatitude '44.0333'^^xsd:double;
  dwc:endLatitude '44.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.9667 44.0333, -67.9667 44.0333, -67.9667 44.0333, -67.9667 44.0333, -67.9667 44.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2116'^^xsd:string;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -67.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.3"^^xsd:decimal ;
  dwc:decimalLongitude "-67.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.3 -67.9333)"^^geo:wktLiteral ;
  geo-pos:lat "42.3"^^xsd:decimal ;
  geo-pos:long "-67.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1437'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1437'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-67.9333'^^xsd:double;
  dwc:startLongitude '-67.9333'^^xsd:double;
  dwc:endLongitude '-67.9333'^^xsd:double;
  dwc:latitude '42.3'^^xsd:double;
  dwc:startLatitude '42.3'^^xsd:double;
  dwc:endLatitude '42.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.9333 42.3, -67.9333 42.3, -67.9333 42.3, -67.9333 42.3, -67.9333 42.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1437'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_665'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_665'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-67.85'^^xsd:double;
  dwc:startLongitude '-67.85'^^xsd:double;
  dwc:endLongitude '-67.85'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.85 44.1333, -67.85 44.1333, -67.85 44.1333, -67.85 44.1333, -67.85 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_665'^^xsd:string;
  dwc:observationDate '1991-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-67.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-67.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_984'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_984'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-67.85'^^xsd:double;
  dwc:startLongitude '-67.85'^^xsd:double;
  dwc:endLongitude '-67.85'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:startLatitude '44.15'^^xsd:double;
  dwc:endLatitude '44.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.85 44.15, -67.85 44.15, -67.85 44.15, -67.85 44.15, -67.85 44.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_984'^^xsd:string;
  dwc:observationDate '1999-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_863> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -67.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -67.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-67.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_863'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_863'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-67.85'^^xsd:double;
  dwc:startLongitude '-67.85'^^xsd:double;
  dwc:endLongitude '-67.85'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:startLatitude '44.1833'^^xsd:double;
  dwc:endLatitude '44.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.85 44.1833, -67.85 44.1833, -67.85 44.1833, -67.85 44.1833, -67.85 44.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_863'^^xsd:string;
  dwc:observationDate '1993-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_864> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -67.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -67.85)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-67.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_864'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_864'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-67.85'^^xsd:double;
  dwc:startLongitude '-67.85'^^xsd:double;
  dwc:endLongitude '-67.85'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:startLatitude '44.1833'^^xsd:double;
  dwc:endLatitude '44.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.85 44.1833, -67.85 44.1833, -67.85 44.1833, -67.85 44.1833, -67.85 44.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_864'^^xsd:string;
  dwc:observationDate '1993-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -67.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -67.8333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-67.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1356'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1356'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-67.8333'^^xsd:double;
  dwc:startLongitude '-67.8333'^^xsd:double;
  dwc:endLongitude '-67.8333'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8333 44.1, -67.8333 44.1, -67.8333 44.1, -67.8333 44.1, -67.8333 44.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1356'^^xsd:string;
  dwc:observationDate '1991-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -67.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -67.8333)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-67.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_818'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_818'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-67.8333'^^xsd:double;
  dwc:startLongitude '-67.8333'^^xsd:double;
  dwc:endLongitude '-67.8333'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8333 44.1, -67.8333 44.1, -67.8333 44.1, -67.8333 44.1, -67.8333 44.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_818'^^xsd:string;
  dwc:observationDate '1991-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 -67.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 -67.8167)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "-67.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2183'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2183'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-67.8167'^^xsd:double;
  dwc:startLongitude '-67.8167'^^xsd:double;
  dwc:endLongitude '-67.8167'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:startLatitude '44.05'^^xsd:double;
  dwc:endLatitude '44.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8167 44.05, -67.8167 44.05, -67.8167 44.05, -67.8167 44.05, -67.8167 44.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2183'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.8167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-67.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_858'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_858'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-67.8167'^^xsd:double;
  dwc:startLongitude '-67.8167'^^xsd:double;
  dwc:endLongitude '-67.8167'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8167 44.1167, -67.8167 44.1167, -67.8167 44.1167, -67.8167 44.1167, -67.8167 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_858'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.8167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1524'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1524'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-67.8167'^^xsd:double;
  dwc:startLongitude '-67.8167'^^xsd:double;
  dwc:endLongitude '-67.8167'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8167 44.1333, -67.8167 44.1333, -67.8167 44.1333, -67.8167 44.1333, -67.8167 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1524'^^xsd:string;
  dwc:observationDate '1991-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -67.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0833 -67.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.0833"^^xsd:decimal ;
  geo-pos:long "-67.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2349'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2349'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-67.8'^^xsd:double;
  dwc:startLongitude '-67.8'^^xsd:double;
  dwc:endLongitude '-67.8'^^xsd:double;
  dwc:latitude '44.0833'^^xsd:double;
  dwc:startLatitude '44.0833'^^xsd:double;
  dwc:endLatitude '44.0833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8 44.0833, -67.8 44.0833, -67.8 44.0833, -67.8 44.0833, -67.8 44.0833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2349'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1322> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-67.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1322'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1322'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-67.8'^^xsd:double;
  dwc:startLongitude '-67.8'^^xsd:double;
  dwc:endLongitude '-67.8'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8 44.1167, -67.8 44.1167, -67.8 44.1167, -67.8 44.1167, -67.8 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1322'^^xsd:string;
  dwc:observationDate '1991-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1754'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1754'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-67.8'^^xsd:double;
  dwc:startLongitude '-67.8'^^xsd:double;
  dwc:endLongitude '-67.8'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.8 44.1333, -67.8 44.1333, -67.8 44.1333, -67.8 44.1333, -67.8 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1754'^^xsd:string;
  dwc:observationDate '1991-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -67.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -67.7833)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "-67.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1447'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1447'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-67.7833'^^xsd:double;
  dwc:startLongitude '-67.7833'^^xsd:double;
  dwc:endLongitude '-67.7833'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:startLatitude '42.05'^^xsd:double;
  dwc:endLatitude '42.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.7833 42.05, -67.7833 42.05, -67.7833 42.05, -67.7833 42.05, -67.7833 42.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1447'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -67.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -67.7833)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "-67.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1446'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1446'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-67.7833'^^xsd:double;
  dwc:startLongitude '-67.7833'^^xsd:double;
  dwc:endLongitude '-67.7833'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:startLatitude '42.05'^^xsd:double;
  dwc:endLatitude '42.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.7833 42.05, -67.7833 42.05, -67.7833 42.05, -67.7833 42.05, -67.7833 42.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1446'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -67.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "-67.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 -67.7833)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "-67.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1592'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1592'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-67.7833'^^xsd:double;
  dwc:startLongitude '-67.7833'^^xsd:double;
  dwc:endLongitude '-67.7833'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:startLatitude '44.1'^^xsd:double;
  dwc:endLatitude '44.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.7833 44.1, -67.7833 44.1, -67.7833 44.1, -67.7833 44.1, -67.7833 44.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1592'^^xsd:string;
  dwc:observationDate '1991-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5833 -67.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5833 -67.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.5833"^^xsd:decimal ;
  geo-pos:long "-67.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1428'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1428'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-67.75'^^xsd:double;
  dwc:startLongitude '-67.75'^^xsd:double;
  dwc:endLongitude '-67.75'^^xsd:double;
  dwc:latitude '42.5833'^^xsd:double;
  dwc:startLatitude '42.5833'^^xsd:double;
  dwc:endLatitude '42.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.75 42.5833, -67.75 42.5833, -67.75 42.5833, -67.75 42.5833, -67.75 42.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1428'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2833 -67.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-67.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2833 -67.6667)"^^geo:wktLiteral ;
  geo-pos:lat "42.2833"^^xsd:decimal ;
  geo-pos:long "-67.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1434'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1434'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-67.6667'^^xsd:double;
  dwc:startLongitude '-67.6667'^^xsd:double;
  dwc:endLongitude '-67.6667'^^xsd:double;
  dwc:latitude '42.2833'^^xsd:double;
  dwc:startLatitude '42.2833'^^xsd:double;
  dwc:endLatitude '42.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.6667 42.2833, -67.6667 42.2833, -67.6667 42.2833, -67.6667 42.2833, -67.6667 42.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1434'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.064 -67.642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.064"^^xsd:decimal ;
  dwc:decimalLongitude "-67.642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.064 -67.642)"^^geo:wktLiteral ;
  geo-pos:lat "42.064"^^xsd:decimal ;
  geo-pos:long "-67.642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1630'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1630'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-67.642'^^xsd:double;
  dwc:startLongitude '-67.642'^^xsd:double;
  dwc:endLongitude '-67.642'^^xsd:double;
  dwc:latitude '42.064'^^xsd:double;
  dwc:startLatitude '42.064'^^xsd:double;
  dwc:endLatitude '42.064'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.642 42.064, -67.642 42.064, -67.642 42.064, -67.642 42.064, -67.642 42.064))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1630'^^xsd:string;
  dwc:observationDate '1987-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-67.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-67.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2213'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2213'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-67.6167'^^xsd:double;
  dwc:startLongitude '-67.6167'^^xsd:double;
  dwc:endLongitude '-67.6167'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:startLatitude '44.15'^^xsd:double;
  dwc:endLatitude '44.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.6167 44.15, -67.6167 44.15, -67.6167 44.15, -67.6167 44.15, -67.6167 44.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2213'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-67.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-67.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2212'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2212'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-67.6167'^^xsd:double;
  dwc:startLongitude '-67.6167'^^xsd:double;
  dwc:endLongitude '-67.6167'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:startLatitude '44.15'^^xsd:double;
  dwc:endLatitude '44.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.6167 44.15, -67.6167 44.15, -67.6167 44.15, -67.6167 44.15, -67.6167 44.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2212'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-67.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-67.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2214'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2214'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-67.6167'^^xsd:double;
  dwc:startLongitude '-67.6167'^^xsd:double;
  dwc:endLongitude '-67.6167'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:startLatitude '44.15'^^xsd:double;
  dwc:endLatitude '44.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.6167 44.15, -67.6167 44.15, -67.6167 44.15, -67.6167 44.15, -67.6167 44.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2214'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -67.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.05"^^xsd:decimal ;
  dwc:decimalLongitude "-67.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.05 -67.5667)"^^geo:wktLiteral ;
  geo-pos:lat "42.05"^^xsd:decimal ;
  geo-pos:long "-67.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1609'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1609'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-67.5667'^^xsd:double;
  dwc:startLongitude '-67.5667'^^xsd:double;
  dwc:endLongitude '-67.5667'^^xsd:double;
  dwc:latitude '42.05'^^xsd:double;
  dwc:startLatitude '42.05'^^xsd:double;
  dwc:endLatitude '42.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.5667 42.05, -67.5667 42.05, -67.5667 42.05, -67.5667 42.05, -67.5667 42.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1609'^^xsd:string;
  dwc:observationDate '1987-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -67.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "-67.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 -67.2667)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "-67.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1042'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1042'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-67.2667'^^xsd:double;
  dwc:startLongitude '-67.2667'^^xsd:double;
  dwc:endLongitude '-67.2667'^^xsd:double;
  dwc:latitude '42.15'^^xsd:double;
  dwc:startLatitude '42.15'^^xsd:double;
  dwc:endLatitude '42.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.2667 42.15, -67.2667 42.15, -67.2667 42.15, -67.2667 42.15, -67.2667 42.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1042'^^xsd:string;
  dwc:observationDate '1999-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-67.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_609'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_609'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-67.2667'^^xsd:double;
  dwc:startLongitude '-67.2667'^^xsd:double;
  dwc:endLongitude '-67.2667'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.2667 44.1167, -67.2667 44.1167, -67.2667 44.1167, -67.2667 44.1167, -67.2667 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_609'^^xsd:string;
  dwc:observationDate '1997-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -67.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-67.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3259'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3259'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-67.1667'^^xsd:double;
  dwc:startLongitude '-67.1667'^^xsd:double;
  dwc:endLongitude '-67.1667'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.1667 44.1167, -67.1667 44.1167, -67.1667 44.1167, -67.1667 44.1167, -67.1667 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3259'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3477'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3477'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-67.1167'^^xsd:double;
  dwc:startLongitude '-67.1167'^^xsd:double;
  dwc:endLongitude '-67.1167'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3477'^^xsd:string;
  dwc:observationDate '1997-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3260'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3260'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-67.1167'^^xsd:double;
  dwc:startLongitude '-67.1167'^^xsd:double;
  dwc:endLongitude '-67.1167'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3260'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3256'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3256'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-67.1167'^^xsd:double;
  dwc:startLongitude '-67.1167'^^xsd:double;
  dwc:endLongitude '-67.1167'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333, -67.1167 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3256'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3255'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3255'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-67.1'^^xsd:double;
  dwc:startLongitude '-67.1'^^xsd:double;
  dwc:endLongitude '-67.1'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.1 44.1333, -67.1 44.1333, -67.1 44.1333, -67.1 44.1333, -67.1 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3255'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3258'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3258'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-67.1'^^xsd:double;
  dwc:startLongitude '-67.1'^^xsd:double;
  dwc:endLongitude '-67.1'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.1 44.1333, -67.1 44.1333, -67.1 44.1333, -67.1 44.1333, -67.1 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3258'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -67.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-67.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3478'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3478'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-67.1'^^xsd:double;
  dwc:startLongitude '-67.1'^^xsd:double;
  dwc:endLongitude '-67.1'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.1 44.1333, -67.1 44.1333, -67.1 44.1333, -67.1 44.1333, -67.1 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3478'^^xsd:string;
  dwc:observationDate '1997-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_983'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_983'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:startLongitude '-67.0833'^^xsd:double;
  dwc:endLongitude '-67.0833'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0833 43.95, -67.0833 43.95, -67.0833 43.95, -67.0833 43.95, -67.0833 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_983'^^xsd:string;
  dwc:observationDate '1999-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_982'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_982'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:startLongitude '-67.0833'^^xsd:double;
  dwc:endLongitude '-67.0833'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0833 43.95, -67.0833 43.95, -67.0833 43.95, -67.0833 43.95, -67.0833 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_982'^^xsd:string;
  dwc:observationDate '1999-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_980'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_980'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:startLongitude '-67.0833'^^xsd:double;
  dwc:endLongitude '-67.0833'^^xsd:double;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0833 43.95, -67.0833 43.95, -67.0833 43.95, -67.0833 43.95, -67.0833 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_980'^^xsd:string;
  dwc:observationDate '1999-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3253> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3253'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3253'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:startLongitude '-67.0833'^^xsd:double;
  dwc:endLongitude '-67.0833'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:startLatitude '44.15'^^xsd:double;
  dwc:endLatitude '44.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0833 44.15, -67.0833 44.15, -67.0833 44.15, -67.0833 44.15, -67.0833 44.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3253'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -67.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -67.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-67.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_583'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_583'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-67.0833'^^xsd:double;
  dwc:startLongitude '-67.0833'^^xsd:double;
  dwc:endLongitude '-67.0833'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:startLatitude '44.1667'^^xsd:double;
  dwc:endLatitude '44.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0833 44.1667, -67.0833 44.1667, -67.0833 44.1667, -67.0833 44.1667, -67.0833 44.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_583'^^xsd:string;
  dwc:observationDate '1997-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -67.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -67.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-67.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_981'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_981'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-67.0667'^^xsd:double;
  dwc:startLongitude '-67.0667'^^xsd:double;
  dwc:endLongitude '-67.0667'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0667 43.9667, -67.0667 43.9667, -67.0667 43.9667, -67.0667 43.9667, -67.0667 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_981'^^xsd:string;
  dwc:observationDate '1999-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -67.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -67.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-67.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1965'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1965'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-67.05'^^xsd:double;
  dwc:startLongitude '-67.05'^^xsd:double;
  dwc:endLongitude '-67.05'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.05 44.2167, -67.05 44.2167, -67.05 44.2167, -67.05 44.2167, -67.05 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1965'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -67.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -67.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-67.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1976'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1976'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-67.0333'^^xsd:double;
  dwc:startLongitude '-67.0333'^^xsd:double;
  dwc:endLongitude '-67.0333'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0333 44.2167, -67.0333 44.2167, -67.0333 44.2167, -67.0333 44.2167, -67.0333 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1976'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -67.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -67.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-67.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1970'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1970'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-67.0333'^^xsd:double;
  dwc:startLongitude '-67.0333'^^xsd:double;
  dwc:endLongitude '-67.0333'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0333 44.2333, -67.0333 44.2333, -67.0333 44.2333, -67.0333 44.2333, -67.0333 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1970'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -67.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -67.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-67.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3121'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3121'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-67.0167'^^xsd:double;
  dwc:startLongitude '-67.0167'^^xsd:double;
  dwc:endLongitude '-67.0167'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0167 44.2333, -67.0167 44.2333, -67.0167 44.2333, -67.0167 44.2333, -67.0167 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3121'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -67.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-67.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -67.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-67.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3257'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3257'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-67.0167'^^xsd:double;
  dwc:startLongitude '-67.0167'^^xsd:double;
  dwc:endLongitude '-67.0167'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67.0167 44.25, -67.0167 44.25, -67.0167 44.25, -67.0167 44.25, -67.0167 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3257'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -67)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3118'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3118'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-67'^^xsd:integer;
  dwc:startLongitude '-67'^^xsd:integer;
  dwc:endLongitude '-67'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67 44.25, -67 44.25, -67 44.25, -67 44.25, -67 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3118'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -67)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1968'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1968'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-67'^^xsd:integer;
  dwc:startLongitude '-67'^^xsd:integer;
  dwc:endLongitude '-67'^^xsd:integer;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-67 44.2667, -67 44.2667, -67 44.2667, -67 44.2667, -67 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1968'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.348"^^xsd:decimal ;
  dwc:decimalLongitude "-66.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.985)"^^geo:wktLiteral ;
  geo-pos:lat "44.348"^^xsd:decimal ;
  geo-pos:long "-66.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_126'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_126'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.985'^^xsd:double;
  dwc:startLongitude '-66.985'^^xsd:double;
  dwc:endLongitude '-66.985'^^xsd:double;
  dwc:latitude '44.348'^^xsd:double;
  dwc:startLatitude '44.348'^^xsd:double;
  dwc:endLatitude '44.348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.985 44.348, -66.985 44.348, -66.985 44.348, -66.985 44.348, -66.985 44.348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_126'^^xsd:string;
  dwc:observationDate '1989-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.348"^^xsd:decimal ;
  dwc:decimalLongitude "-66.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.985)"^^geo:wktLiteral ;
  geo-pos:lat "44.348"^^xsd:decimal ;
  geo-pos:long "-66.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_127'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_127'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.985'^^xsd:double;
  dwc:startLongitude '-66.985'^^xsd:double;
  dwc:endLongitude '-66.985'^^xsd:double;
  dwc:latitude '44.348'^^xsd:double;
  dwc:startLatitude '44.348'^^xsd:double;
  dwc:endLatitude '44.348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.985 44.348, -66.985 44.348, -66.985 44.348, -66.985 44.348, -66.985 44.348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_127'^^xsd:string;
  dwc:observationDate '1989-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.348"^^xsd:decimal ;
  dwc:decimalLongitude "-66.985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.985)"^^geo:wktLiteral ;
  geo-pos:lat "44.348"^^xsd:decimal ;
  geo-pos:long "-66.985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_125'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_125'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.985'^^xsd:double;
  dwc:startLongitude '-66.985'^^xsd:double;
  dwc:endLongitude '-66.985'^^xsd:double;
  dwc:latitude '44.348'^^xsd:double;
  dwc:startLatitude '44.348'^^xsd:double;
  dwc:endLatitude '44.348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.985 44.348, -66.985 44.348, -66.985 44.348, -66.985 44.348, -66.985 44.348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_125'^^xsd:string;
  dwc:observationDate '1989-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.283"^^xsd:decimal ;
  dwc:decimalLongitude "-66.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.967)"^^geo:wktLiteral ;
  geo-pos:lat "44.283"^^xsd:decimal ;
  geo-pos:long "-66.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2608'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2608'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.967'^^xsd:double;
  dwc:startLongitude '-66.967'^^xsd:double;
  dwc:endLongitude '-66.967'^^xsd:double;
  dwc:latitude '44.283'^^xsd:double;
  dwc:startLatitude '44.283'^^xsd:double;
  dwc:endLatitude '44.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.967 44.283, -66.967 44.283, -66.967 44.283, -66.967 44.283, -66.967 44.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2608'^^xsd:string;
  dwc:observationDate '2002-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.283"^^xsd:decimal ;
  dwc:decimalLongitude "-66.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.967)"^^geo:wktLiteral ;
  geo-pos:lat "44.283"^^xsd:decimal ;
  geo-pos:long "-66.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2607'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2607'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.967'^^xsd:double;
  dwc:startLongitude '-66.967'^^xsd:double;
  dwc:endLongitude '-66.967'^^xsd:double;
  dwc:latitude '44.283'^^xsd:double;
  dwc:startLatitude '44.283'^^xsd:double;
  dwc:endLatitude '44.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.967 44.283, -66.967 44.283, -66.967 44.283, -66.967 44.283, -66.967 44.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2607'^^xsd:string;
  dwc:observationDate '2002-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.283"^^xsd:decimal ;
  dwc:decimalLongitude "-66.967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.967)"^^geo:wktLiteral ;
  geo-pos:lat "44.283"^^xsd:decimal ;
  geo-pos:long "-66.967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2606'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2606'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.967'^^xsd:double;
  dwc:startLongitude '-66.967'^^xsd:double;
  dwc:endLongitude '-66.967'^^xsd:double;
  dwc:latitude '44.283'^^xsd:double;
  dwc:startLatitude '44.283'^^xsd:double;
  dwc:endLatitude '44.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.967 44.283, -66.967 44.283, -66.967 44.283, -66.967 44.283, -66.967 44.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2606'^^xsd:string;
  dwc:observationDate '2002-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3123'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3123'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.9667'^^xsd:double;
  dwc:startLongitude '-66.9667'^^xsd:double;
  dwc:endLongitude '-66.9667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3123'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3119'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3119'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.9667'^^xsd:double;
  dwc:startLongitude '-66.9667'^^xsd:double;
  dwc:endLongitude '-66.9667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3119'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1973> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1973'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1973'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.9667'^^xsd:double;
  dwc:startLongitude '-66.9667'^^xsd:double;
  dwc:endLongitude '-66.9667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1973'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1977> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.9667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1977'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1977'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.9667'^^xsd:double;
  dwc:startLongitude '-66.9667'^^xsd:double;
  dwc:endLongitude '-66.9667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667, -66.9667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1977'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1974> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1974'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1974'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.95'^^xsd:double;
  dwc:startLongitude '-66.95'^^xsd:double;
  dwc:endLongitude '-66.95'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.95 44.3167, -66.95 44.3167, -66.95 44.3167, -66.95 44.3167, -66.95 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1974'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1967'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1967'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.95'^^xsd:double;
  dwc:startLongitude '-66.95'^^xsd:double;
  dwc:endLongitude '-66.95'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.95 44.3167, -66.95 44.3167, -66.95 44.3167, -66.95 44.3167, -66.95 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1967'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.9333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1966'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1966'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.9333'^^xsd:double;
  dwc:startLongitude '-66.9333'^^xsd:double;
  dwc:endLongitude '-66.9333'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9333 44.3167, -66.9333 44.3167, -66.9333 44.3167, -66.9333 44.3167, -66.9333 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1966'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -66.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -66.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-66.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1969'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1969'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.9'^^xsd:double;
  dwc:startLongitude '-66.9'^^xsd:double;
  dwc:endLongitude '-66.9'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9 44.2, -66.9 44.2, -66.9 44.2, -66.9 44.2, -66.9 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1969'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1975> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1975'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1975'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.9'^^xsd:double;
  dwc:startLongitude '-66.9'^^xsd:double;
  dwc:endLongitude '-66.9'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9 44.2833, -66.9 44.2833, -66.9 44.2833, -66.9 44.2833, -66.9 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1975'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1972'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1972'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.9'^^xsd:double;
  dwc:startLongitude '-66.9'^^xsd:double;
  dwc:endLongitude '-66.9'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.9 44.2833, -66.9 44.2833, -66.9 44.2833, -66.9 44.2833, -66.9 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1972'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-66.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1971'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1971'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.8833'^^xsd:double;
  dwc:startLongitude '-66.8833'^^xsd:double;
  dwc:endLongitude '-66.8833'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.8833 44.25, -66.8833 44.25, -66.8833 44.25, -66.8833 44.25, -66.8833 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1971'^^xsd:string;
  dwc:observationDate '1998-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1167 -66.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.1167 -66.8167)"^^geo:wktLiteral ;
  geo-pos:lat "42.1167"^^xsd:decimal ;
  geo-pos:long "-66.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1040'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1040'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.8167'^^xsd:double;
  dwc:startLongitude '-66.8167'^^xsd:double;
  dwc:endLongitude '-66.8167'^^xsd:double;
  dwc:latitude '42.1167'^^xsd:double;
  dwc:startLatitude '42.1167'^^xsd:double;
  dwc:endLatitude '42.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.8167 42.1167, -66.8167 42.1167, -66.8167 42.1167, -66.8167 42.1167, -66.8167 42.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1040'^^xsd:string;
  dwc:observationDate '1999-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.348"^^xsd:decimal ;
  dwc:decimalLongitude "-66.813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.348 -66.813)"^^geo:wktLiteral ;
  geo-pos:lat "44.348"^^xsd:decimal ;
  geo-pos:long "-66.813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1761'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1761'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.813'^^xsd:double;
  dwc:startLongitude '-66.813'^^xsd:double;
  dwc:endLongitude '-66.813'^^xsd:double;
  dwc:latitude '44.348'^^xsd:double;
  dwc:startLatitude '44.348'^^xsd:double;
  dwc:endLatitude '44.348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.813 44.348, -66.813 44.348, -66.813 44.348, -66.813 44.348, -66.813 44.348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1761'^^xsd:string;
  dwc:observationDate '1988-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.355 -66.793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.355"^^xsd:decimal ;
  dwc:decimalLongitude "-66.793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.355 -66.793)"^^geo:wktLiteral ;
  geo-pos:lat "44.355"^^xsd:decimal ;
  geo-pos:long "-66.793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1762'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1762'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.793'^^xsd:double;
  dwc:startLongitude '-66.793'^^xsd:double;
  dwc:endLongitude '-66.793'^^xsd:double;
  dwc:latitude '44.355'^^xsd:double;
  dwc:startLatitude '44.355'^^xsd:double;
  dwc:endLatitude '44.355'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.793 44.355, -66.793 44.355, -66.793 44.355, -66.793 44.355, -66.793 44.355))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1762'^^xsd:string;
  dwc:observationDate '1988-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "44.8167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_894'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_894'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:startLongitude '-66.7833'^^xsd:double;
  dwc:endLongitude '-66.7833'^^xsd:double;
  dwc:latitude '44.8167'^^xsd:double;
  dwc:startLatitude '44.8167'^^xsd:double;
  dwc:endLatitude '44.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7833 44.8167, -66.7833 44.8167, -66.7833 44.8167, -66.7833 44.8167, -66.7833 44.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_894'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7833)"^^geo:wktLiteral ;
  geo-pos:lat "44.8167"^^xsd:decimal ;
  geo-pos:long "-66.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_895'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_895'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.7833'^^xsd:double;
  dwc:startLongitude '-66.7833'^^xsd:double;
  dwc:endLongitude '-66.7833'^^xsd:double;
  dwc:latitude '44.8167'^^xsd:double;
  dwc:startLatitude '44.8167'^^xsd:double;
  dwc:endLatitude '44.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7833 44.8167, -66.7833 44.8167, -66.7833 44.8167, -66.7833 44.8167, -66.7833 44.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_895'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.7667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_153'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_153'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.7667'^^xsd:double;
  dwc:startLongitude '-66.7667'^^xsd:double;
  dwc:endLongitude '-66.7667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7667 44.2667, -66.7667 44.2667, -66.7667 44.2667, -66.7667 44.2667, -66.7667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_153'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.7667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_154'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_154'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.7667'^^xsd:double;
  dwc:startLongitude '-66.7667'^^xsd:double;
  dwc:endLongitude '-66.7667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7667 44.2667, -66.7667 44.2667, -66.7667 44.2667, -66.7667 44.2667, -66.7667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_154'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.195 -66.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.195"^^xsd:decimal ;
  dwc:decimalLongitude "-66.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.195 -66.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.195"^^xsd:decimal ;
  geo-pos:long "-66.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2267'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2267'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.76'^^xsd:double;
  dwc:startLongitude '-66.76'^^xsd:double;
  dwc:endLongitude '-66.76'^^xsd:double;
  dwc:latitude '44.195'^^xsd:double;
  dwc:startLatitude '44.195'^^xsd:double;
  dwc:endLatitude '44.195'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.76 44.195, -66.76 44.195, -66.76 44.195, -66.76 44.195, -66.76 44.195))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2267'^^xsd:string;
  dwc:observationDate '1991-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_147'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_147'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.75'^^xsd:double;
  dwc:startLongitude '-66.75'^^xsd:double;
  dwc:endLongitude '-66.75'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.75 44.2667, -66.75 44.2667, -66.75 44.2667, -66.75 44.2667, -66.75 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_147'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_156'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_156'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.75'^^xsd:double;
  dwc:startLongitude '-66.75'^^xsd:double;
  dwc:endLongitude '-66.75'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.75 44.2667, -66.75 44.2667, -66.75 44.2667, -66.75 44.2667, -66.75 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_156'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.189 -66.742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.189"^^xsd:decimal ;
  dwc:decimalLongitude "-66.742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.189 -66.742)"^^geo:wktLiteral ;
  geo-pos:lat "44.189"^^xsd:decimal ;
  geo-pos:long "-66.742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1856'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1856'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.742'^^xsd:double;
  dwc:startLongitude '-66.742'^^xsd:double;
  dwc:endLongitude '-66.742'^^xsd:double;
  dwc:latitude '44.189'^^xsd:double;
  dwc:startLatitude '44.189'^^xsd:double;
  dwc:endLatitude '44.189'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.742 44.189, -66.742 44.189, -66.742 44.189, -66.742 44.189, -66.742 44.189))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1856'^^xsd:string;
  dwc:observationDate '1991-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1853> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.189 -66.742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.189"^^xsd:decimal ;
  dwc:decimalLongitude "-66.742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.189 -66.742)"^^geo:wktLiteral ;
  geo-pos:lat "44.189"^^xsd:decimal ;
  geo-pos:long "-66.742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1853'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1853'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.742'^^xsd:double;
  dwc:startLongitude '-66.742'^^xsd:double;
  dwc:endLongitude '-66.742'^^xsd:double;
  dwc:latitude '44.189'^^xsd:double;
  dwc:startLatitude '44.189'^^xsd:double;
  dwc:endLatitude '44.189'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.742 44.189, -66.742 44.189, -66.742 44.189, -66.742 44.189, -66.742 44.189))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1853'^^xsd:string;
  dwc:observationDate '1991-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1854> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.189 -66.742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.189"^^xsd:decimal ;
  dwc:decimalLongitude "-66.742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.189 -66.742)"^^geo:wktLiteral ;
  geo-pos:lat "44.189"^^xsd:decimal ;
  geo-pos:long "-66.742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1854'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1854'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.742'^^xsd:double;
  dwc:startLongitude '-66.742'^^xsd:double;
  dwc:endLongitude '-66.742'^^xsd:double;
  dwc:latitude '44.189'^^xsd:double;
  dwc:startLatitude '44.189'^^xsd:double;
  dwc:endLatitude '44.189'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.742 44.189, -66.742 44.189, -66.742 44.189, -66.742 44.189, -66.742 44.189))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1854'^^xsd:string;
  dwc:observationDate '1991-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1626'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1626'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:startLongitude '-66.7333'^^xsd:double;
  dwc:endLongitude '-66.7333'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7333 44.4, -66.7333 44.4, -66.7333 44.4, -66.7333 44.4, -66.7333 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1626'^^xsd:string;
  dwc:observationDate '2000-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1627'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1627'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:startLongitude '-66.7333'^^xsd:double;
  dwc:endLongitude '-66.7333'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7333 44.4, -66.7333 44.4, -66.7333 44.4, -66.7333 44.4, -66.7333 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1627'^^xsd:string;
  dwc:observationDate '2000-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_141'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_141'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:startLongitude '-66.7333'^^xsd:double;
  dwc:endLongitude '-66.7333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_141'^^xsd:string;
  dwc:observationDate '1985-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_142'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_142'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:startLongitude '-66.7333'^^xsd:double;
  dwc:endLongitude '-66.7333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_142'^^xsd:string;
  dwc:observationDate '1985-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_144'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_144'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:startLongitude '-66.7333'^^xsd:double;
  dwc:endLongitude '-66.7333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_144'^^xsd:string;
  dwc:observationDate '1985-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_143'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_143'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:startLongitude '-66.7333'^^xsd:double;
  dwc:endLongitude '-66.7333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_143'^^xsd:string;
  dwc:observationDate '1985-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_140'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_140'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.7333'^^xsd:double;
  dwc:startLongitude '-66.7333'^^xsd:double;
  dwc:endLongitude '-66.7333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167, -66.7333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_140'^^xsd:string;
  dwc:observationDate '1985-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 -66.729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "-66.729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 -66.729)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "-66.729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1852'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1852'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.729'^^xsd:double;
  dwc:startLongitude '-66.729'^^xsd:double;
  dwc:endLongitude '-66.729'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:startLatitude '44.19'^^xsd:double;
  dwc:endLatitude '44.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.729 44.19, -66.729 44.19, -66.729 44.19, -66.729 44.19, -66.729 44.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1852'^^xsd:string;
  dwc:observationDate '1991-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 -66.729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.19"^^xsd:decimal ;
  dwc:decimalLongitude "-66.729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.19 -66.729)"^^geo:wktLiteral ;
  geo-pos:lat "44.19"^^xsd:decimal ;
  geo-pos:long "-66.729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1851'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1851'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.729'^^xsd:double;
  dwc:startLongitude '-66.729'^^xsd:double;
  dwc:endLongitude '-66.729'^^xsd:double;
  dwc:latitude '44.19'^^xsd:double;
  dwc:startLatitude '44.19'^^xsd:double;
  dwc:endLatitude '44.19'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.729 44.19, -66.729 44.19, -66.729 44.19, -66.729 44.19, -66.729 44.19))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1851'^^xsd:string;
  dwc:observationDate '1991-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1855> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.178 -66.725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.178"^^xsd:decimal ;
  dwc:decimalLongitude "-66.725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.178 -66.725)"^^geo:wktLiteral ;
  geo-pos:lat "44.178"^^xsd:decimal ;
  geo-pos:long "-66.725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1855'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1855'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.725'^^xsd:double;
  dwc:startLongitude '-66.725'^^xsd:double;
  dwc:endLongitude '-66.725'^^xsd:double;
  dwc:latitude '44.178'^^xsd:double;
  dwc:startLatitude '44.178'^^xsd:double;
  dwc:endLatitude '44.178'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.725 44.178, -66.725 44.178, -66.725 44.178, -66.725 44.178, -66.725 44.178))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1855'^^xsd:string;
  dwc:observationDate '1991-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3059> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.173 -66.718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.173"^^xsd:decimal ;
  dwc:decimalLongitude "-66.718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.173 -66.718)"^^geo:wktLiteral ;
  geo-pos:lat "44.173"^^xsd:decimal ;
  geo-pos:long "-66.718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3059'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3059'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.718'^^xsd:double;
  dwc:startLongitude '-66.718'^^xsd:double;
  dwc:endLongitude '-66.718'^^xsd:double;
  dwc:latitude '44.173'^^xsd:double;
  dwc:startLatitude '44.173'^^xsd:double;
  dwc:endLatitude '44.173'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.718 44.173, -66.718 44.173, -66.718 44.173, -66.718 44.173, -66.718 44.173))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3059'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -66.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -66.7167)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "-66.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_435'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_435'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.7167'^^xsd:double;
  dwc:startLongitude '-66.7167'^^xsd:double;
  dwc:endLongitude '-66.7167'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:startLatitude '44'^^xsd:integer;
  dwc:endLatitude '44'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-66.7167 44, -66.7167 44, -66.7167 44, -66.7167 44, -66.7167 44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_435'^^xsd:string;
  dwc:observationDate '1990-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3120'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3120'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.7167'^^xsd:double;
  dwc:startLongitude '-66.7167'^^xsd:double;
  dwc:endLongitude '-66.7167'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7167 44.3833, -66.7167 44.3833, -66.7167 44.3833, -66.7167 44.3833, -66.7167 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3120'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3117'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3117'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.7167'^^xsd:double;
  dwc:startLongitude '-66.7167'^^xsd:double;
  dwc:endLongitude '-66.7167'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7167 44.3833, -66.7167 44.3833, -66.7167 44.3833, -66.7167 44.3833, -66.7167 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3117'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_794'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_794'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.7167'^^xsd:double;
  dwc:startLongitude '-66.7167'^^xsd:double;
  dwc:endLongitude '-66.7167'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7167 44.4, -66.7167 44.4, -66.7167 44.4, -66.7167 44.4, -66.7167 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_794'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_793'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_793'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.7167'^^xsd:double;
  dwc:startLongitude '-66.7167'^^xsd:double;
  dwc:endLongitude '-66.7167'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7167 44.4167, -66.7167 44.4167, -66.7167 44.4167, -66.7167 44.4167, -66.7167 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_793'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.7167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_792'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_792'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.7167'^^xsd:double;
  dwc:startLongitude '-66.7167'^^xsd:double;
  dwc:endLongitude '-66.7167'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7167 44.4167, -66.7167 44.4167, -66.7167 44.4167, -66.7167 44.4167, -66.7167 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_792'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.497 -66.709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.497"^^xsd:decimal ;
  dwc:decimalLongitude "-66.709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.497 -66.709)"^^geo:wktLiteral ;
  geo-pos:lat "44.497"^^xsd:decimal ;
  geo-pos:long "-66.709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_128'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_128'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.709'^^xsd:double;
  dwc:startLongitude '-66.709'^^xsd:double;
  dwc:endLongitude '-66.709'^^xsd:double;
  dwc:latitude '44.497'^^xsd:double;
  dwc:startLatitude '44.497'^^xsd:double;
  dwc:endLatitude '44.497'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.709 44.497, -66.709 44.497, -66.709 44.497, -66.709 44.497, -66.709 44.497))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_128'^^xsd:string;
  dwc:observationDate '1989-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3122'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3122'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.7'^^xsd:double;
  dwc:startLongitude '-66.7'^^xsd:double;
  dwc:endLongitude '-66.7'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7 44.3833, -66.7 44.3833, -66.7 44.3833, -66.7 44.3833, -66.7 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3122'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3124'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3124'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.7'^^xsd:double;
  dwc:startLongitude '-66.7'^^xsd:double;
  dwc:endLongitude '-66.7'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7 44.3833, -66.7 44.3833, -66.7 44.3833, -66.7 44.3833, -66.7 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3124'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2751'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2751'^^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:longitude '-66.7'^^xsd:double;
  dwc:startLongitude '-66.7'^^xsd:double;
  dwc:endLongitude '-66.7'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7 44.4, -66.7 44.4, -66.7 44.4, -66.7 44.4, -66.7 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2751'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2749'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2749'^^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:longitude '-66.7'^^xsd:double;
  dwc:startLongitude '-66.7'^^xsd:double;
  dwc:endLongitude '-66.7'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7 44.4, -66.7 44.4, -66.7 44.4, -66.7 44.4, -66.7 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2749'^^xsd:string;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.8167"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_23'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_23'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.7'^^xsd:double;
  dwc:startLongitude '-66.7'^^xsd:double;
  dwc:endLongitude '-66.7'^^xsd:double;
  dwc:latitude '44.8167'^^xsd:double;
  dwc:startLatitude '44.8167'^^xsd:double;
  dwc:endLatitude '44.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7 44.8167, -66.7 44.8167, -66.7 44.8167, -66.7 44.8167, -66.7 44.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_23'^^xsd:string;
  dwc:observationDate '1983-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8167 -66.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.8167"^^xsd:decimal ;
  geo-pos:long "-66.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_22'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_22'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.7'^^xsd:double;
  dwc:startLongitude '-66.7'^^xsd:double;
  dwc:endLongitude '-66.7'^^xsd:double;
  dwc:latitude '44.8167'^^xsd:double;
  dwc:startLatitude '44.8167'^^xsd:double;
  dwc:endLatitude '44.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.7 44.8167, -66.7 44.8167, -66.7 44.8167, -66.7 44.8167, -66.7 44.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_22'^^xsd:string;
  dwc:observationDate '1983-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.228 -66.698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.228"^^xsd:decimal ;
  dwc:decimalLongitude "-66.698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.228 -66.698)"^^geo:wktLiteral ;
  geo-pos:lat "44.228"^^xsd:decimal ;
  geo-pos:long "-66.698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2665'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2665'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.698'^^xsd:double;
  dwc:startLongitude '-66.698'^^xsd:double;
  dwc:endLongitude '-66.698'^^xsd:double;
  dwc:latitude '44.228'^^xsd:double;
  dwc:startLatitude '44.228'^^xsd:double;
  dwc:endLatitude '44.228'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.698 44.228, -66.698 44.228, -66.698 44.228, -66.698 44.228, -66.698 44.228))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2665'^^xsd:string;
  dwc:observationDate '1991-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_152'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_152'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.2833, -66.6833 44.2833, -66.6833 44.2833, -66.6833 44.2833, -66.6833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_152'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1082'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1082'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1082'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1076'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1076'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1076'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1079'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1079'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1079'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1075'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1075'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1075'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1036'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1036'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333, -66.6833 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1036'^^xsd:string;
  dwc:observationDate '2000-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2869'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2869'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.5833, -66.6833 44.5833, -66.6833 44.5833, -66.6833 44.5833, -66.6833 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2869'^^xsd:string;
  dwc:observationDate '1991-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_229'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_229'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.5833, -66.6833 44.5833, -66.6833 44.5833, -66.6833 44.5833, -66.6833 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_229'^^xsd:string;
  dwc:observationDate '1991-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.6833)"^^geo:wktLiteral ;
  geo-pos:lat "44.7333"^^xsd:decimal ;
  geo-pos:long "-66.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_964'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_964'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.6833'^^xsd:double;
  dwc:startLongitude '-66.6833'^^xsd:double;
  dwc:endLongitude '-66.6833'^^xsd:double;
  dwc:latitude '44.7333'^^xsd:double;
  dwc:startLatitude '44.7333'^^xsd:double;
  dwc:endLatitude '44.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6833 44.7333, -66.6833 44.7333, -66.6833 44.7333, -66.6833 44.7333, -66.6833 44.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_964'^^xsd:string;
  dwc:observationDate '1986-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3058> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.204 -66.672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.204"^^xsd:decimal ;
  dwc:decimalLongitude "-66.672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.204 -66.672)"^^geo:wktLiteral ;
  geo-pos:lat "44.204"^^xsd:decimal ;
  geo-pos:long "-66.672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3058'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3058'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.672'^^xsd:double;
  dwc:startLongitude '-66.672'^^xsd:double;
  dwc:endLongitude '-66.672'^^xsd:double;
  dwc:latitude '44.204'^^xsd:double;
  dwc:startLatitude '44.204'^^xsd:double;
  dwc:endLatitude '44.204'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.672 44.204, -66.672 44.204, -66.672 44.204, -66.672 44.204, -66.672 44.204))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3058'^^xsd:string;
  dwc:observationDate '1991-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1667 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.1667"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_412'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_412'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.1667'^^xsd:double;
  dwc:startLatitude '44.1667'^^xsd:double;
  dwc:endLatitude '44.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.1667, -66.6667 44.1667, -66.6667 44.1667, -66.6667 44.1667, -66.6667 44.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_412'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1077'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1077'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1077'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1074'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1074'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1074'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_123'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_123'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167, -66.6667 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_123'^^xsd:string;
  dwc:observationDate '1986-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1227'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1227'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.4333, -66.6667 44.4333, -66.6667 44.4333, -66.6667 44.4333, -66.6667 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1227'^^xsd:string;
  dwc:observationDate '2000-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1231'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1231'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.4333, -66.6667 44.4333, -66.6667 44.4333, -66.6667 44.4333, -66.6667 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1231'^^xsd:string;
  dwc:observationDate '2000-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_531'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_531'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.6167, -66.6667 44.6167, -66.6667 44.6167, -66.6667 44.6167, -66.6667 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_531'^^xsd:string;
  dwc:observationDate '1983-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.6667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-66.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_449'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_449'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.6667'^^xsd:double;
  dwc:startLongitude '-66.6667'^^xsd:double;
  dwc:endLongitude '-66.6667'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6667 44.6667, -66.6667 44.6667, -66.6667 44.6667, -66.6667 44.6667, -66.6667 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_449'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.063 -66.664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.063"^^xsd:decimal ;
  dwc:decimalLongitude "-66.664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.063 -66.664)"^^geo:wktLiteral ;
  geo-pos:lat "44.063"^^xsd:decimal ;
  geo-pos:long "-66.664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1220'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1220'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.664'^^xsd:double;
  dwc:startLongitude '-66.664'^^xsd:double;
  dwc:endLongitude '-66.664'^^xsd:double;
  dwc:latitude '44.063'^^xsd:double;
  dwc:startLatitude '44.063'^^xsd:double;
  dwc:endLatitude '44.063'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.664 44.063, -66.664 44.063, -66.664 44.063, -66.664 44.063, -66.664 44.063))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1220'^^xsd:string;
  dwc:observationDate '1995-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.285"^^xsd:decimal ;
  dwc:decimalLongitude "-66.654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.654)"^^geo:wktLiteral ;
  geo-pos:lat "44.285"^^xsd:decimal ;
  geo-pos:long "-66.654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1871'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1871'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.654'^^xsd:double;
  dwc:startLongitude '-66.654'^^xsd:double;
  dwc:endLongitude '-66.654'^^xsd:double;
  dwc:latitude '44.285'^^xsd:double;
  dwc:startLatitude '44.285'^^xsd:double;
  dwc:endLatitude '44.285'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.654 44.285, -66.654 44.285, -66.654 44.285, -66.654 44.285, -66.654 44.285))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1871'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.285"^^xsd:decimal ;
  dwc:decimalLongitude "-66.654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.654)"^^geo:wktLiteral ;
  geo-pos:lat "44.285"^^xsd:decimal ;
  geo-pos:long "-66.654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1870'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1870'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.654'^^xsd:double;
  dwc:startLongitude '-66.654'^^xsd:double;
  dwc:endLongitude '-66.654'^^xsd:double;
  dwc:latitude '44.285'^^xsd:double;
  dwc:startLatitude '44.285'^^xsd:double;
  dwc:endLatitude '44.285'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.654 44.285, -66.654 44.285, -66.654 44.285, -66.654 44.285, -66.654 44.285))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1870'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.285"^^xsd:decimal ;
  dwc:decimalLongitude "-66.654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.654)"^^geo:wktLiteral ;
  geo-pos:lat "44.285"^^xsd:decimal ;
  geo-pos:long "-66.654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1868'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1868'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.654'^^xsd:double;
  dwc:startLongitude '-66.654'^^xsd:double;
  dwc:endLongitude '-66.654'^^xsd:double;
  dwc:latitude '44.285'^^xsd:double;
  dwc:startLatitude '44.285'^^xsd:double;
  dwc:endLatitude '44.285'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.654 44.285, -66.654 44.285, -66.654 44.285, -66.654 44.285, -66.654 44.285))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1868'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1737> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1737'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1737'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.1167, -66.65 44.1167, -66.65 44.1167, -66.65 44.1167, -66.65 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1737'^^xsd:string;
  dwc:observationDate '2000-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1736'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1736'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.1167, -66.65 44.1167, -66.65 44.1167, -66.65 44.1167, -66.65 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1736'^^xsd:string;
  dwc:observationDate '2000-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1037'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1037'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.4667, -66.65 44.4667, -66.65 44.4667, -66.65 44.4667, -66.65 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1037'^^xsd:string;
  dwc:observationDate '2000-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1080'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1080'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.4667, -66.65 44.4667, -66.65 44.4667, -66.65 44.4667, -66.65 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1080'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1078'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1078'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.4667, -66.65 44.4667, -66.65 44.4667, -66.65 44.4667, -66.65 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1078'^^xsd:string;
  dwc:observationDate '2000-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_448'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_448'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.6167, -66.65 44.6167, -66.65 44.6167, -66.65 44.6167, -66.65 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_448'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_505'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_505'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.6333, -66.65 44.6333, -66.65 44.6333, -66.65 44.6333, -66.65 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_505'^^xsd:string;
  dwc:observationDate '1990-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.65)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-66.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_359'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_359'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.65'^^xsd:double;
  dwc:startLongitude '-66.65'^^xsd:double;
  dwc:endLongitude '-66.65'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.65 44.6667, -66.65 44.6667, -66.65 44.6667, -66.65 44.6667, -66.65 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_359'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.265 -66.649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.265"^^xsd:decimal ;
  dwc:decimalLongitude "-66.649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.265 -66.649)"^^geo:wktLiteral ;
  geo-pos:lat "44.265"^^xsd:decimal ;
  geo-pos:long "-66.649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1765'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1765'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.649'^^xsd:double;
  dwc:startLongitude '-66.649'^^xsd:double;
  dwc:endLongitude '-66.649'^^xsd:double;
  dwc:latitude '44.265'^^xsd:double;
  dwc:startLatitude '44.265'^^xsd:double;
  dwc:endLatitude '44.265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.649 44.265, -66.649 44.265, -66.649 44.265, -66.649 44.265, -66.649 44.265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1765'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_150'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_150'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:startLatitude '44.15'^^xsd:double;
  dwc:endLatitude '44.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.15, -66.6333 44.15, -66.6333 44.15, -66.6333 44.15, -66.6333 44.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_150'^^xsd:string;
  dwc:observationDate '1998-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.15"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.15 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.15"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_157'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_157'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.15'^^xsd:double;
  dwc:startLatitude '44.15'^^xsd:double;
  dwc:endLatitude '44.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.15, -66.6333 44.15, -66.6333 44.15, -66.6333 44.15, -66.6333 44.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_157'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_148'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_148'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.2833, -66.6333 44.2833, -66.6333 44.2833, -66.6333 44.2833, -66.6333 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_148'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1841'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1841'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.35, -66.6333 44.35, -66.6333 44.35, -66.6333 44.35, -66.6333 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1841'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_681'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_681'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.3833, -66.6333 44.3833, -66.6333 44.3833, -66.6333 44.3833, -66.6333 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_681'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_680'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_680'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.3833, -66.6333 44.3833, -66.6333 44.3833, -66.6333 44.3833, -66.6333 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_680'^^xsd:string;
  dwc:observationDate '2000-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1229'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1229'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.4333, -66.6333 44.4333, -66.6333 44.4333, -66.6333 44.4333, -66.6333 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1229'^^xsd:string;
  dwc:observationDate '2000-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1228'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1228'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.4333, -66.6333 44.4333, -66.6333 44.4333, -66.6333 44.4333, -66.6333 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1228'^^xsd:string;
  dwc:observationDate '2000-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_84'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_84'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.6, -66.6333 44.6, -66.6333 44.6, -66.6333 44.6, -66.6333 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_84'^^xsd:string;
  dwc:observationDate '1983-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1573'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1573'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.6167, -66.6333 44.6167, -66.6333 44.6167, -66.6333 44.6167, -66.6333 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1573'^^xsd:string;
  dwc:observationDate '1983-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_62'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_62'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.6333, -66.6333 44.6333, -66.6333 44.6333, -66.6333 44.6333, -66.6333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_62'^^xsd:string;
  dwc:observationDate '1989-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.6333)"^^geo:wktLiteral ;
  geo-pos:lat "44.7333"^^xsd:decimal ;
  geo-pos:long "-66.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_254'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_254'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.6333'^^xsd:double;
  dwc:startLongitude '-66.6333'^^xsd:double;
  dwc:endLongitude '-66.6333'^^xsd:double;
  dwc:latitude '44.7333'^^xsd:double;
  dwc:startLatitude '44.7333'^^xsd:double;
  dwc:endLatitude '44.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6333 44.7333, -66.6333 44.7333, -66.6333 44.7333, -66.6333 44.7333, -66.6333 44.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_254'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1614> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.217 -66.628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.217"^^xsd:decimal ;
  dwc:decimalLongitude "-66.628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.217 -66.628)"^^geo:wktLiteral ;
  geo-pos:lat "44.217"^^xsd:decimal ;
  geo-pos:long "-66.628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1614'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1614'^^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:longitude '-66.628'^^xsd:double;
  dwc:startLongitude '-66.628'^^xsd:double;
  dwc:endLongitude '-66.628'^^xsd:double;
  dwc:latitude '44.217'^^xsd:double;
  dwc:startLatitude '44.217'^^xsd:double;
  dwc:endLatitude '44.217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.628 44.217, -66.628 44.217, -66.628 44.217, -66.628 44.217, -66.628 44.217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1614'^^xsd:string;
  dwc:observationDate '1990-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1613> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.217 -66.628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.217"^^xsd:decimal ;
  dwc:decimalLongitude "-66.628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.217 -66.628)"^^geo:wktLiteral ;
  geo-pos:lat "44.217"^^xsd:decimal ;
  geo-pos:long "-66.628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1613'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1613'^^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:longitude '-66.628'^^xsd:double;
  dwc:startLongitude '-66.628'^^xsd:double;
  dwc:endLongitude '-66.628'^^xsd:double;
  dwc:latitude '44.217'^^xsd:double;
  dwc:startLatitude '44.217'^^xsd:double;
  dwc:endLatitude '44.217'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.628 44.217, -66.628 44.217, -66.628 44.217, -66.628 44.217, -66.628 44.217))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1613'^^xsd:string;
  dwc:observationDate '1990-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.75"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.75 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "42.75"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_239'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_239'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '42.75'^^xsd:double;
  dwc:startLatitude '42.75'^^xsd:double;
  dwc:endLatitude '42.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 42.75, -66.6167 42.75, -66.6167 42.75, -66.6167 42.75, -66.6167 42.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_239'^^xsd:string;
  dwc:observationDate '1988-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.3667"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1381'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1381'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '43.3667'^^xsd:double;
  dwc:startLatitude '43.3667'^^xsd:double;
  dwc:endLatitude '43.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 43.3667, -66.6167 43.3667, -66.6167 43.3667, -66.6167 43.3667, -66.6167 43.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1381'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1468'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1468'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1468'^^xsd:string;
  dwc:observationDate '1986-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1465'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1465'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1465'^^xsd:string;
  dwc:observationDate '1986-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1467> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1467'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1467'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1467'^^xsd:string;
  dwc:observationDate '1986-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1466'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1466'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6, -66.6167 43.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1466'^^xsd:string;
  dwc:observationDate '1986-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1738> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1738'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1738'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1738'^^xsd:string;
  dwc:observationDate '2000-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1739> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1739'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1739'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1739'^^xsd:string;
  dwc:observationDate '2000-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1578'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1578'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.1167'^^xsd:double;
  dwc:startLatitude '44.1167'^^xsd:double;
  dwc:endLatitude '44.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167, -66.6167 44.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1578'^^xsd:string;
  dwc:observationDate '2000-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1464'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1464'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.2, -66.6167 44.2, -66.6167 44.2, -66.6167 44.2, -66.6167 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1464'^^xsd:string;
  dwc:observationDate '1976-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_149'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_149'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.2667, -66.6167 44.2667, -66.6167 44.2667, -66.6167 44.2667, -66.6167 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_149'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3116> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3116'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3116'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.35, -66.6167 44.35, -66.6167 44.35, -66.6167 44.35, -66.6167 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3116'^^xsd:string;
  dwc:observationDate '1999-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_639'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_639'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.4167, -66.6167 44.4167, -66.6167 44.4167, -66.6167 44.4167, -66.6167 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_639'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_638'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_638'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.4167, -66.6167 44.4167, -66.6167 44.4167, -66.6167 44.4167, -66.6167 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_638'^^xsd:string;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1360'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1360'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.4333, -66.6167 44.4333, -66.6167 44.4333, -66.6167 44.4333, -66.6167 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1360'^^xsd:string;
  dwc:observationDate '2000-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1359'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1359'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.4333, -66.6167 44.4333, -66.6167 44.4333, -66.6167 44.4333, -66.6167 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1359'^^xsd:string;
  dwc:observationDate '2000-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1484> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1484'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1484'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.6, -66.6167 44.6, -66.6167 44.6, -66.6167 44.6, -66.6167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1484'^^xsd:string;
  dwc:observationDate '1983-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_557'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_557'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.6, -66.6167 44.6, -66.6167 44.6, -66.6167 44.6, -66.6167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_557'^^xsd:string;
  dwc:observationDate '1983-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_403'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_403'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_403'^^xsd:string;
  dwc:observationDate '1983-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_555'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_555'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_555'^^xsd:string;
  dwc:observationDate '1983-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_556'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_556'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_556'^^xsd:string;
  dwc:observationDate '1983-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_518'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_518'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167, -66.6167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_518'^^xsd:string;
  dwc:observationDate '1983-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-66.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_283'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_283'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.6167'^^xsd:double;
  dwc:startLongitude '-66.6167'^^xsd:double;
  dwc:endLongitude '-66.6167'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6167 44.6333, -66.6167 44.6333, -66.6167 44.6333, -66.6167 44.6333, -66.6167 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_283'^^xsd:string;
  dwc:observationDate '1991-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.241 -66.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.241"^^xsd:decimal ;
  dwc:decimalLongitude "-66.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.241 -66.61)"^^geo:wktLiteral ;
  geo-pos:lat "44.241"^^xsd:decimal ;
  geo-pos:long "-66.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1839'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1839'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-66.61'^^xsd:double;
  dwc:startLongitude '-66.61'^^xsd:double;
  dwc:endLongitude '-66.61'^^xsd:double;
  dwc:latitude '44.241'^^xsd:double;
  dwc:startLatitude '44.241'^^xsd:double;
  dwc:endLatitude '44.241'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.61 44.241, -66.61 44.241, -66.61 44.241, -66.61 44.241, -66.61 44.241))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1839'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.267 -66.601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.267"^^xsd:decimal ;
  dwc:decimalLongitude "-66.601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.267 -66.601)"^^geo:wktLiteral ;
  geo-pos:lat "44.267"^^xsd:decimal ;
  geo-pos:long "-66.601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3507'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3507'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-66.601'^^xsd:double;
  dwc:startLongitude '-66.601'^^xsd:double;
  dwc:endLongitude '-66.601'^^xsd:double;
  dwc:latitude '44.267'^^xsd:double;
  dwc:startLatitude '44.267'^^xsd:double;
  dwc:endLatitude '44.267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.601 44.267, -66.601 44.267, -66.601 44.267, -66.601 44.267, -66.601 44.267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3507'^^xsd:string;
  dwc:observationDate '1990-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -66.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -66.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-66.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1574'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1574'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.6'^^xsd:double;
  dwc:startLongitude '-66.6'^^xsd:double;
  dwc:endLongitude '-66.6'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6 44.2, -66.6 44.2, -66.6 44.2, -66.6 44.2, -66.6 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1574'^^xsd:string;
  dwc:observationDate '1999-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -66.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -66.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-66.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1842'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1842'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.6'^^xsd:double;
  dwc:startLongitude '-66.6'^^xsd:double;
  dwc:endLongitude '-66.6'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:startLatitude '44.4833'^^xsd:double;
  dwc:endLatitude '44.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6 44.4833, -66.6 44.4833, -66.6 44.4833, -66.6 44.4833, -66.6 44.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1842'^^xsd:string;
  dwc:observationDate '1998-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_578'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_578'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6'^^xsd:double;
  dwc:startLongitude '-66.6'^^xsd:double;
  dwc:endLongitude '-66.6'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6 44.6, -66.6 44.6, -66.6 44.6, -66.6 44.6, -66.6 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_578'^^xsd:string;
  dwc:observationDate '1983-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_553'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_553'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6'^^xsd:double;
  dwc:startLongitude '-66.6'^^xsd:double;
  dwc:endLongitude '-66.6'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6 44.6, -66.6 44.6, -66.6 44.6, -66.6 44.6, -66.6 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_553'^^xsd:string;
  dwc:observationDate '1983-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_404'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_404'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.6'^^xsd:double;
  dwc:startLongitude '-66.6'^^xsd:double;
  dwc:endLongitude '-66.6'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6 44.6, -66.6 44.6, -66.6 44.6, -66.6 44.6, -66.6 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_404'^^xsd:string;
  dwc:observationDate '1983-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-66.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_284'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_284'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.6'^^xsd:double;
  dwc:startLongitude '-66.6'^^xsd:double;
  dwc:endLongitude '-66.6'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.6 44.6667, -66.6 44.6667, -66.6 44.6667, -66.6 44.6667, -66.6 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_284'^^xsd:string;
  dwc:observationDate '1991-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.182 -66.594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.182"^^xsd:decimal ;
  dwc:decimalLongitude "-66.594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.182 -66.594)"^^geo:wktLiteral ;
  geo-pos:lat "44.182"^^xsd:decimal ;
  geo-pos:long "-66.594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3470'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3470'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.594'^^xsd:double;
  dwc:startLongitude '-66.594'^^xsd:double;
  dwc:endLongitude '-66.594'^^xsd:double;
  dwc:latitude '44.182'^^xsd:double;
  dwc:startLatitude '44.182'^^xsd:double;
  dwc:endLatitude '44.182'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.594 44.182, -66.594 44.182, -66.594 44.182, -66.594 44.182, -66.594 44.182))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3470'^^xsd:string;
  dwc:observationDate '1990-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.182 -66.594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.182"^^xsd:decimal ;
  dwc:decimalLongitude "-66.594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.182 -66.594)"^^geo:wktLiteral ;
  geo-pos:lat "44.182"^^xsd:decimal ;
  geo-pos:long "-66.594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3469'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3469'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.594'^^xsd:double;
  dwc:startLongitude '-66.594'^^xsd:double;
  dwc:endLongitude '-66.594'^^xsd:double;
  dwc:latitude '44.182'^^xsd:double;
  dwc:startLatitude '44.182'^^xsd:double;
  dwc:endLatitude '44.182'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.594 44.182, -66.594 44.182, -66.594 44.182, -66.594 44.182, -66.594 44.182))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3469'^^xsd:string;
  dwc:observationDate '1990-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5667"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_258'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_258'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.5667'^^xsd:double;
  dwc:startLatitude '44.5667'^^xsd:double;
  dwc:endLatitude '44.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.5667, -66.5833 44.5667, -66.5833 44.5667, -66.5833 44.5667, -66.5833 44.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_258'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5667"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_257'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_257'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.5667'^^xsd:double;
  dwc:startLatitude '44.5667'^^xsd:double;
  dwc:endLatitude '44.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.5667, -66.5833 44.5667, -66.5833 44.5667, -66.5833 44.5667, -66.5833 44.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_257'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_399'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_399'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_399'^^xsd:string;
  dwc:observationDate '1991-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_15'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_15'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_15'^^xsd:string;
  dwc:observationDate '1991-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_14'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_14'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833, -66.5833 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_14'^^xsd:string;
  dwc:observationDate '1991-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_256'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_256'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.6, -66.5833 44.6, -66.5833 44.6, -66.5833 44.6, -66.5833 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_256'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1500'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1500'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.6333, -66.5833 44.6333, -66.5833 44.6333, -66.5833 44.6333, -66.5833 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1500'^^xsd:string;
  dwc:observationDate '1992-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5833)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "-66.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1543'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1543'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.5833'^^xsd:double;
  dwc:startLongitude '-66.5833'^^xsd:double;
  dwc:endLongitude '-66.5833'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:startLatitude '44.7'^^xsd:double;
  dwc:endLatitude '44.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5833 44.7, -66.5833 44.7, -66.5833 44.7, -66.5833 44.7, -66.5833 44.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1543'^^xsd:string;
  dwc:observationDate '1985-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.244 -66.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.244"^^xsd:decimal ;
  dwc:decimalLongitude "-66.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.244 -66.57)"^^geo:wktLiteral ;
  geo-pos:lat "44.244"^^xsd:decimal ;
  geo-pos:long "-66.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1491'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1491'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.57'^^xsd:double;
  dwc:startLongitude '-66.57'^^xsd:double;
  dwc:endLongitude '-66.57'^^xsd:double;
  dwc:latitude '44.244'^^xsd:double;
  dwc:startLatitude '44.244'^^xsd:double;
  dwc:endLatitude '44.244'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.57 44.244, -66.57 44.244, -66.57 44.244, -66.57 44.244, -66.57 44.244))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1491'^^xsd:string;
  dwc:observationDate '1990-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_164'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_164'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_164'^^xsd:string;
  dwc:observationDate '1999-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_165'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_165'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_165'^^xsd:string;
  dwc:observationDate '1999-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_163'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_163'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_163'^^xsd:string;
  dwc:observationDate '1999-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_166'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_166'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167, -66.5667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_166'^^xsd:string;
  dwc:observationDate '1999-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_310'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_310'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_310'^^xsd:string;
  dwc:observationDate '2000-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_311'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_311'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_311'^^xsd:string;
  dwc:observationDate '2000-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_385'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_385'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333, -66.5667 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_385'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5167"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_585'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_585'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.5167'^^xsd:double;
  dwc:startLatitude '44.5167'^^xsd:double;
  dwc:endLatitude '44.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.5167, -66.5667 44.5167, -66.5667 44.5167, -66.5667 44.5167, -66.5667 44.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_585'^^xsd:string;
  dwc:observationDate '1990-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_559'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_559'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:startLatitude '44.55'^^xsd:double;
  dwc:endLatitude '44.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_559'^^xsd:string;
  dwc:observationDate '1990-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_560'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_560'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:startLatitude '44.55'^^xsd:double;
  dwc:endLatitude '44.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_560'^^xsd:string;
  dwc:observationDate '1990-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1407'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1407'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:startLatitude '44.55'^^xsd:double;
  dwc:endLatitude '44.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1407'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_463'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_463'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:startLatitude '44.55'^^xsd:double;
  dwc:endLatitude '44.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55, -66.5667 44.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_463'^^xsd:string;
  dwc:observationDate '1983-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5667"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_400'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_400'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.5667'^^xsd:double;
  dwc:startLatitude '44.5667'^^xsd:double;
  dwc:endLatitude '44.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.5667, -66.5667 44.5667, -66.5667 44.5667, -66.5667 44.5667, -66.5667 44.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_400'^^xsd:string;
  dwc:observationDate '1991-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5667"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_401'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_401'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.5667'^^xsd:double;
  dwc:startLatitude '44.5667'^^xsd:double;
  dwc:endLatitude '44.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.5667, -66.5667 44.5667, -66.5667 44.5667, -66.5667 44.5667, -66.5667 44.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_401'^^xsd:string;
  dwc:observationDate '1991-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_61'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_61'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.5833, -66.5667 44.5833, -66.5667 44.5833, -66.5667 44.5833, -66.5667 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_61'^^xsd:string;
  dwc:observationDate '1989-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_423'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_423'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.5833, -66.5667 44.5833, -66.5667 44.5833, -66.5667 44.5833, -66.5667 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_423'^^xsd:string;
  dwc:observationDate '1986-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_431'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_431'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.6, -66.5667 44.6, -66.5667 44.6, -66.5667 44.6, -66.5667 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_431'^^xsd:string;
  dwc:observationDate '1991-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_383'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_383'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.6, -66.5667 44.6, -66.5667 44.6, -66.5667 44.6, -66.5667 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_383'^^xsd:string;
  dwc:observationDate '1991-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_255'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_255'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.6, -66.5667 44.6, -66.5667 44.6, -66.5667 44.6, -66.5667 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_255'^^xsd:string;
  dwc:observationDate '1991-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_503'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_503'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.6833, -66.5667 44.6833, -66.5667 44.6833, -66.5667 44.6833, -66.5667 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_503'^^xsd:string;
  dwc:observationDate '1990-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_504'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_504'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.6833, -66.5667 44.6833, -66.5667 44.6833, -66.5667 44.6833, -66.5667 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_504'^^xsd:string;
  dwc:observationDate '1990-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7167 -66.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7167 -66.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.7167"^^xsd:decimal ;
  geo-pos:long "-66.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_345'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_345'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.5667'^^xsd:double;
  dwc:startLongitude '-66.5667'^^xsd:double;
  dwc:endLongitude '-66.5667'^^xsd:double;
  dwc:latitude '44.7167'^^xsd:double;
  dwc:startLatitude '44.7167'^^xsd:double;
  dwc:endLatitude '44.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5667 44.7167, -66.5667 44.7167, -66.5667 44.7167, -66.5667 44.7167, -66.5667 44.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_345'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.247 -66.561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.247"^^xsd:decimal ;
  dwc:decimalLongitude "-66.561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.247 -66.561)"^^geo:wktLiteral ;
  geo-pos:lat "44.247"^^xsd:decimal ;
  geo-pos:long "-66.561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1488'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1488'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.561'^^xsd:double;
  dwc:startLongitude '-66.561'^^xsd:double;
  dwc:endLongitude '-66.561'^^xsd:double;
  dwc:latitude '44.247'^^xsd:double;
  dwc:startLatitude '44.247'^^xsd:double;
  dwc:endLatitude '44.247'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.561 44.247, -66.561 44.247, -66.561 44.247, -66.561 44.247, -66.561 44.247))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1488'^^xsd:string;
  dwc:observationDate '1990-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.164 -66.559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.164"^^xsd:decimal ;
  dwc:decimalLongitude "-66.559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.164 -66.559)"^^geo:wktLiteral ;
  geo-pos:lat "44.164"^^xsd:decimal ;
  geo-pos:long "-66.559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2664'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2664'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.559'^^xsd:double;
  dwc:startLongitude '-66.559'^^xsd:double;
  dwc:endLongitude '-66.559'^^xsd:double;
  dwc:latitude '44.164'^^xsd:double;
  dwc:startLatitude '44.164'^^xsd:double;
  dwc:endLatitude '44.164'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.559 44.164, -66.559 44.164, -66.559 44.164, -66.559 44.164, -66.559 44.164))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2664'^^xsd:string;
  dwc:observationDate '1991-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.221 -66.559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.221"^^xsd:decimal ;
  dwc:decimalLongitude "-66.559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.221 -66.559)"^^geo:wktLiteral ;
  geo-pos:lat "44.221"^^xsd:decimal ;
  geo-pos:long "-66.559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1517'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1517'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.559'^^xsd:double;
  dwc:startLongitude '-66.559'^^xsd:double;
  dwc:endLongitude '-66.559'^^xsd:double;
  dwc:latitude '44.221'^^xsd:double;
  dwc:startLatitude '44.221'^^xsd:double;
  dwc:endLatitude '44.221'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.559 44.221, -66.559 44.221, -66.559 44.221, -66.559 44.221, -66.559 44.221))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1517'^^xsd:string;
  dwc:observationDate '1990-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.239 -66.559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.239"^^xsd:decimal ;
  dwc:decimalLongitude "-66.559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.239 -66.559)"^^geo:wktLiteral ;
  geo-pos:lat "44.239"^^xsd:decimal ;
  geo-pos:long "-66.559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1828'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1828'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.559'^^xsd:double;
  dwc:startLongitude '-66.559'^^xsd:double;
  dwc:endLongitude '-66.559'^^xsd:double;
  dwc:latitude '44.239'^^xsd:double;
  dwc:startLatitude '44.239'^^xsd:double;
  dwc:endLatitude '44.239'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.559 44.239, -66.559 44.239, -66.559 44.239, -66.559 44.239, -66.559 44.239))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1828'^^xsd:string;
  dwc:observationDate '1990-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.153 -66.552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.153"^^xsd:decimal ;
  dwc:decimalLongitude "-66.552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.153 -66.552)"^^geo:wktLiteral ;
  geo-pos:lat "44.153"^^xsd:decimal ;
  geo-pos:long "-66.552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2663'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2663'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.552'^^xsd:double;
  dwc:startLongitude '-66.552'^^xsd:double;
  dwc:endLongitude '-66.552'^^xsd:double;
  dwc:latitude '44.153'^^xsd:double;
  dwc:startLatitude '44.153'^^xsd:double;
  dwc:endLatitude '44.153'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.552 44.153, -66.552 44.153, -66.552 44.153, -66.552 44.153, -66.552 44.153))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2663'^^xsd:string;
  dwc:observationDate '1991-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-66.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_454'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_454'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.55'^^xsd:double;
  dwc:startLongitude '-66.55'^^xsd:double;
  dwc:endLongitude '-66.55'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.55 44.2167, -66.55 44.2167, -66.55 44.2167, -66.55 44.2167, -66.55 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_454'^^xsd:string;
  dwc:observationDate '1999-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_161'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_161'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.55'^^xsd:double;
  dwc:startLongitude '-66.55'^^xsd:double;
  dwc:endLongitude '-66.55'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.55 44.2333, -66.55 44.2333, -66.55 44.2333, -66.55 44.2333, -66.55 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_161'^^xsd:string;
  dwc:observationDate '1999-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_526'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_526'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.55'^^xsd:double;
  dwc:startLongitude '-66.55'^^xsd:double;
  dwc:endLongitude '-66.55'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.55 44.2333, -66.55 44.2333, -66.55 44.2333, -66.55 44.2333, -66.55 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_526'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1875'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1875'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-66.55'^^xsd:double;
  dwc:startLongitude '-66.55'^^xsd:double;
  dwc:endLongitude '-66.55'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.55 44.3, -66.55 44.3, -66.55 44.3, -66.55 44.3, -66.55 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1875'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_382'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_382'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.55'^^xsd:double;
  dwc:startLongitude '-66.55'^^xsd:double;
  dwc:endLongitude '-66.55'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.55 44.5833, -66.55 44.5833, -66.55 44.5833, -66.55 44.5833, -66.55 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_382'^^xsd:string;
  dwc:observationDate '1991-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 -66.545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "-66.545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 -66.545)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "-66.545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1519'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1519'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.545'^^xsd:double;
  dwc:startLongitude '-66.545'^^xsd:double;
  dwc:endLongitude '-66.545'^^xsd:double;
  dwc:latitude '44.28'^^xsd:double;
  dwc:startLatitude '44.28'^^xsd:double;
  dwc:endLatitude '44.28'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.545 44.28, -66.545 44.28, -66.545 44.28, -66.545 44.28, -66.545 44.28))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1519'^^xsd:string;
  dwc:observationDate '1990-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -66.544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "-66.544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -66.544)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "-66.544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1552'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1552'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.544'^^xsd:double;
  dwc:startLongitude '-66.544'^^xsd:double;
  dwc:endLongitude '-66.544'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:startLatitude '44.17'^^xsd:double;
  dwc:endLatitude '44.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.544 44.17, -66.544 44.17, -66.544 44.17, -66.544 44.17, -66.544 44.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1552'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -66.544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "-66.544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -66.544)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "-66.544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1554'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1554'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.544'^^xsd:double;
  dwc:startLongitude '-66.544'^^xsd:double;
  dwc:endLongitude '-66.544'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:startLatitude '44.17'^^xsd:double;
  dwc:endLatitude '44.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.544 44.17, -66.544 44.17, -66.544 44.17, -66.544 44.17, -66.544 44.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1554'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -66.544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.17"^^xsd:decimal ;
  dwc:decimalLongitude "-66.544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.17 -66.544)"^^geo:wktLiteral ;
  geo-pos:lat "44.17"^^xsd:decimal ;
  geo-pos:long "-66.544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1546'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1546'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.544'^^xsd:double;
  dwc:startLongitude '-66.544'^^xsd:double;
  dwc:endLongitude '-66.544'^^xsd:double;
  dwc:latitude '44.17'^^xsd:double;
  dwc:startLatitude '44.17'^^xsd:double;
  dwc:endLatitude '44.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.544 44.17, -66.544 44.17, -66.544 44.17, -66.544 44.17, -66.544 44.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1546'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.167 -66.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.167 -66.538)"^^geo:wktLiteral ;
  geo-pos:lat "44.167"^^xsd:decimal ;
  geo-pos:long "-66.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1547'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1547'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.538'^^xsd:double;
  dwc:startLongitude '-66.538'^^xsd:double;
  dwc:endLongitude '-66.538'^^xsd:double;
  dwc:latitude '44.167'^^xsd:double;
  dwc:startLatitude '44.167'^^xsd:double;
  dwc:endLatitude '44.167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.538 44.167, -66.538 44.167, -66.538 44.167, -66.538 44.167, -66.538 44.167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1547'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5333)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-66.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_455'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_455'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.5333'^^xsd:double;
  dwc:startLongitude '-66.5333'^^xsd:double;
  dwc:endLongitude '-66.5333'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5333 44.2167, -66.5333 44.2167, -66.5333 44.2167, -66.5333 44.2167, -66.5333 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_455'^^xsd:string;
  dwc:observationDate '1999-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -66.5333)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-66.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_456'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_456'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.5333'^^xsd:double;
  dwc:startLongitude '-66.5333'^^xsd:double;
  dwc:endLongitude '-66.5333'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5333 44.2167, -66.5333 44.2167, -66.5333 44.2167, -66.5333 44.2167, -66.5333 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_456'^^xsd:string;
  dwc:observationDate '1999-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_828> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.5333)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-66.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_828'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_828'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.5333'^^xsd:double;
  dwc:startLongitude '-66.5333'^^xsd:double;
  dwc:endLongitude '-66.5333'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5333 44.25, -66.5333 44.25, -66.5333 44.25, -66.5333 44.25, -66.5333 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_828'^^xsd:string;
  dwc:observationDate '2000-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.5333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-66.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1625'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1625'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.5333'^^xsd:double;
  dwc:startLongitude '-66.5333'^^xsd:double;
  dwc:endLongitude '-66.5333'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5333 44.3333, -66.5333 44.3333, -66.5333 44.3333, -66.5333 44.3333, -66.5333 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1625'^^xsd:string;
  dwc:observationDate '2000-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.241 -66.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.241"^^xsd:decimal ;
  dwc:decimalLongitude "-66.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.241 -66.53)"^^geo:wktLiteral ;
  geo-pos:lat "44.241"^^xsd:decimal ;
  geo-pos:long "-66.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1549'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1549'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.53'^^xsd:double;
  dwc:startLongitude '-66.53'^^xsd:double;
  dwc:endLongitude '-66.53'^^xsd:double;
  dwc:latitude '44.241'^^xsd:double;
  dwc:startLatitude '44.241'^^xsd:double;
  dwc:endLatitude '44.241'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.53 44.241, -66.53 44.241, -66.53 44.241, -66.53 44.241, -66.53 44.241))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1549'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.009 -66.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.009"^^xsd:decimal ;
  dwc:decimalLongitude "-66.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.009 -66.525)"^^geo:wktLiteral ;
  geo-pos:lat "44.009"^^xsd:decimal ;
  geo-pos:long "-66.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1160'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1160'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.525'^^xsd:double;
  dwc:startLongitude '-66.525'^^xsd:double;
  dwc:endLongitude '-66.525'^^xsd:double;
  dwc:latitude '44.009'^^xsd:double;
  dwc:startLatitude '44.009'^^xsd:double;
  dwc:endLatitude '44.009'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.525 44.009, -66.525 44.009, -66.525 44.009, -66.525 44.009, -66.525 44.009))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1160'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.009 -66.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.009"^^xsd:decimal ;
  dwc:decimalLongitude "-66.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.009 -66.525)"^^geo:wktLiteral ;
  geo-pos:lat "44.009"^^xsd:decimal ;
  geo-pos:long "-66.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2115'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2115'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-66.525'^^xsd:double;
  dwc:startLongitude '-66.525'^^xsd:double;
  dwc:endLongitude '-66.525'^^xsd:double;
  dwc:latitude '44.009'^^xsd:double;
  dwc:startLatitude '44.009'^^xsd:double;
  dwc:endLatitude '44.009'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.525 44.009, -66.525 44.009, -66.525 44.009, -66.525 44.009, -66.525 44.009))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2115'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1555> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.239 -66.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.239"^^xsd:decimal ;
  dwc:decimalLongitude "-66.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.239 -66.525)"^^geo:wktLiteral ;
  geo-pos:lat "44.239"^^xsd:decimal ;
  geo-pos:long "-66.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1555'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1555'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.525'^^xsd:double;
  dwc:startLongitude '-66.525'^^xsd:double;
  dwc:endLongitude '-66.525'^^xsd:double;
  dwc:latitude '44.239'^^xsd:double;
  dwc:startLatitude '44.239'^^xsd:double;
  dwc:endLatitude '44.239'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.525 44.239, -66.525 44.239, -66.525 44.239, -66.525 44.239, -66.525 44.239))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1555'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.239 -66.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.239"^^xsd:decimal ;
  dwc:decimalLongitude "-66.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.239 -66.525)"^^geo:wktLiteral ;
  geo-pos:lat "44.239"^^xsd:decimal ;
  geo-pos:long "-66.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1548'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1548'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.525'^^xsd:double;
  dwc:startLongitude '-66.525'^^xsd:double;
  dwc:endLongitude '-66.525'^^xsd:double;
  dwc:latitude '44.239'^^xsd:double;
  dwc:startLatitude '44.239'^^xsd:double;
  dwc:endLatitude '44.239'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.525 44.239, -66.525 44.239, -66.525 44.239, -66.525 44.239, -66.525 44.239))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1548'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.266 -66.524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.266"^^xsd:decimal ;
  dwc:decimalLongitude "-66.524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.266 -66.524)"^^geo:wktLiteral ;
  geo-pos:lat "44.266"^^xsd:decimal ;
  geo-pos:long "-66.524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2432'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2432'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-66.524'^^xsd:double;
  dwc:startLongitude '-66.524'^^xsd:double;
  dwc:endLongitude '-66.524'^^xsd:double;
  dwc:latitude '44.266'^^xsd:double;
  dwc:startLatitude '44.266'^^xsd:double;
  dwc:endLatitude '44.266'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.524 44.266, -66.524 44.266, -66.524 44.266, -66.524 44.266, -66.524 44.266))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2432'^^xsd:string;
  dwc:observationDate '1989-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_205'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_205'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.2333, -66.5167 44.2333, -66.5167 44.2333, -66.5167 44.2333, -66.5167 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_205'^^xsd:string;
  dwc:observationDate '1999-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_363'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_363'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.2333, -66.5167 44.2333, -66.5167 44.2333, -66.5167 44.2333, -66.5167 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_363'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_333'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_333'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.25, -66.5167 44.25, -66.5167 44.25, -66.5167 44.25, -66.5167 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_333'^^xsd:string;
  dwc:observationDate '1999-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_529'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_529'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.25, -66.5167 44.25, -66.5167 44.25, -66.5167 44.25, -66.5167 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_529'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_360'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_360'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.2667, -66.5167 44.2667, -66.5167 44.2667, -66.5167 44.2667, -66.5167 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_360'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_674'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_674'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_674'^^xsd:string;
  dwc:observationDate '1998-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1513'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1513'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1513'^^xsd:string;
  dwc:observationDate '2000-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1511'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1511'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833, -66.5167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1511'^^xsd:string;
  dwc:observationDate '2000-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3479'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3479'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.3, -66.5167 44.3, -66.5167 44.3, -66.5167 44.3, -66.5167 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3479'^^xsd:string;
  dwc:observationDate '1998-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.5167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3480'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3480'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.5167'^^xsd:double;
  dwc:startLongitude '-66.5167'^^xsd:double;
  dwc:endLongitude '-66.5167'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5167 44.3, -66.5167 44.3, -66.5167 44.3, -66.5167 44.3, -66.5167 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3480'^^xsd:string;
  dwc:observationDate '1998-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.145 -66.516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.145"^^xsd:decimal ;
  dwc:decimalLongitude "-66.516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.145 -66.516)"^^geo:wktLiteral ;
  geo-pos:lat "44.145"^^xsd:decimal ;
  geo-pos:long "-66.516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2666'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2666'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.516'^^xsd:double;
  dwc:startLongitude '-66.516'^^xsd:double;
  dwc:endLongitude '-66.516'^^xsd:double;
  dwc:latitude '44.145'^^xsd:double;
  dwc:startLatitude '44.145'^^xsd:double;
  dwc:endLatitude '44.145'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.516 44.145, -66.516 44.145, -66.516 44.145, -66.516 44.145, -66.516 44.145))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2666'^^xsd:string;
  dwc:observationDate '1991-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.283"^^xsd:decimal ;
  dwc:decimalLongitude "-66.516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.283 -66.516)"^^geo:wktLiteral ;
  geo-pos:lat "44.283"^^xsd:decimal ;
  geo-pos:long "-66.516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2111'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2111'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.516'^^xsd:double;
  dwc:startLongitude '-66.516'^^xsd:double;
  dwc:endLongitude '-66.516'^^xsd:double;
  dwc:latitude '44.283'^^xsd:double;
  dwc:startLatitude '44.283'^^xsd:double;
  dwc:endLatitude '44.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.516 44.283, -66.516 44.283, -66.516 44.283, -66.516 44.283, -66.516 44.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2111'^^xsd:string;
  dwc:observationDate '1991-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.277 -66.508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.277"^^xsd:decimal ;
  dwc:decimalLongitude "-66.508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.277 -66.508)"^^geo:wktLiteral ;
  geo-pos:lat "44.277"^^xsd:decimal ;
  geo-pos:long "-66.508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1243'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1243'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.508'^^xsd:double;
  dwc:startLongitude '-66.508'^^xsd:double;
  dwc:endLongitude '-66.508'^^xsd:double;
  dwc:latitude '44.277'^^xsd:double;
  dwc:startLatitude '44.277'^^xsd:double;
  dwc:endLatitude '44.277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.508 44.277, -66.508 44.277, -66.508 44.277, -66.508 44.277, -66.508 44.277))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1243'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.27 -66.503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.27"^^xsd:decimal ;
  dwc:decimalLongitude "-66.503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.27 -66.503)"^^geo:wktLiteral ;
  geo-pos:lat "44.27"^^xsd:decimal ;
  geo-pos:long "-66.503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1677'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1677'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-66.503'^^xsd:double;
  dwc:startLongitude '-66.503'^^xsd:double;
  dwc:endLongitude '-66.503'^^xsd:double;
  dwc:latitude '44.27'^^xsd:double;
  dwc:startLatitude '44.27'^^xsd:double;
  dwc:endLatitude '44.27'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.503 44.27, -66.503 44.27, -66.503 44.27, -66.503 44.27, -66.503 44.27))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1677'^^xsd:string;
  dwc:observationDate '1990-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.212"^^xsd:decimal ;
  dwc:decimalLongitude "-66.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.502)"^^geo:wktLiteral ;
  geo-pos:lat "44.212"^^xsd:decimal ;
  geo-pos:long "-66.502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1545'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1545'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.502'^^xsd:double;
  dwc:startLongitude '-66.502'^^xsd:double;
  dwc:endLongitude '-66.502'^^xsd:double;
  dwc:latitude '44.212'^^xsd:double;
  dwc:startLatitude '44.212'^^xsd:double;
  dwc:endLatitude '44.212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.502 44.212, -66.502 44.212, -66.502 44.212, -66.502 44.212, -66.502 44.212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1545'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.212"^^xsd:decimal ;
  dwc:decimalLongitude "-66.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.502)"^^geo:wktLiteral ;
  geo-pos:lat "44.212"^^xsd:decimal ;
  geo-pos:long "-66.502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1551'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1551'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.502'^^xsd:double;
  dwc:startLongitude '-66.502'^^xsd:double;
  dwc:endLongitude '-66.502'^^xsd:double;
  dwc:latitude '44.212'^^xsd:double;
  dwc:startLatitude '44.212'^^xsd:double;
  dwc:endLatitude '44.212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.502 44.212, -66.502 44.212, -66.502 44.212, -66.502 44.212, -66.502 44.212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1551'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.212"^^xsd:decimal ;
  dwc:decimalLongitude "-66.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.502)"^^geo:wktLiteral ;
  geo-pos:lat "44.212"^^xsd:decimal ;
  geo-pos:long "-66.502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1550'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1550'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.502'^^xsd:double;
  dwc:startLongitude '-66.502'^^xsd:double;
  dwc:endLongitude '-66.502'^^xsd:double;
  dwc:latitude '44.212'^^xsd:double;
  dwc:startLatitude '44.212'^^xsd:double;
  dwc:endLatitude '44.212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.502 44.212, -66.502 44.212, -66.502 44.212, -66.502 44.212, -66.502 44.212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1550'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1815> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.226 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.226"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.226 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.226"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1815'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1815'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.226'^^xsd:double;
  dwc:startLatitude '44.226'^^xsd:double;
  dwc:endLatitude '44.226'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.226, -66.5 44.226, -66.5 44.226, -66.5 44.226, -66.5 44.226))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1815'^^xsd:string;
  dwc:observationDate '1990-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1532'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1532'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.2667, -66.5 44.2667, -66.5 44.2667, -66.5 44.2667, -66.5 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1532'^^xsd:string;
  dwc:observationDate '2000-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_364'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_364'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.2667, -66.5 44.2667, -66.5 44.2667, -66.5 44.2667, -66.5 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_364'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_361'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_361'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.2667, -66.5 44.2667, -66.5 44.2667, -66.5 44.2667, -66.5 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_361'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1660> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1660'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1660'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.3, -66.5 44.3, -66.5 44.3, -66.5 44.3, -66.5 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1660'^^xsd:string;
  dwc:observationDate '2000-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_65'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_65'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:startLatitude '44.7'^^xsd:double;
  dwc:endLatitude '44.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.7, -66.5 44.7, -66.5 44.7, -66.5 44.7, -66.5 44.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_65'^^xsd:string;
  dwc:observationDate '1989-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_63'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_63'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:startLatitude '44.7'^^xsd:double;
  dwc:endLatitude '44.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.7, -66.5 44.7, -66.5 44.7, -66.5 44.7, -66.5 44.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_63'^^xsd:string;
  dwc:observationDate '1989-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "-66.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 -66.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "-66.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_64'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_64'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.5'^^xsd:double;
  dwc:startLongitude '-66.5'^^xsd:double;
  dwc:endLongitude '-66.5'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:startLatitude '44.7'^^xsd:double;
  dwc:endLatitude '44.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.5 44.7, -66.5 44.7, -66.5 44.7, -66.5 44.7, -66.5 44.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_64'^^xsd:string;
  dwc:observationDate '1989-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.134 -66.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.134"^^xsd:decimal ;
  dwc:decimalLongitude "-66.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.134 -66.497)"^^geo:wktLiteral ;
  geo-pos:lat "44.134"^^xsd:decimal ;
  geo-pos:long "-66.497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2307'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2307'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.497'^^xsd:double;
  dwc:startLongitude '-66.497'^^xsd:double;
  dwc:endLongitude '-66.497'^^xsd:double;
  dwc:latitude '44.134'^^xsd:double;
  dwc:startLatitude '44.134'^^xsd:double;
  dwc:endLatitude '44.134'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.497 44.134, -66.497 44.134, -66.497 44.134, -66.497 44.134, -66.497 44.134))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2307'^^xsd:string;
  dwc:observationDate '1995-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.169 -66.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.169"^^xsd:decimal ;
  dwc:decimalLongitude "-66.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.169 -66.497)"^^geo:wktLiteral ;
  geo-pos:lat "44.169"^^xsd:decimal ;
  geo-pos:long "-66.497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1492'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1492'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.497'^^xsd:double;
  dwc:startLongitude '-66.497'^^xsd:double;
  dwc:endLongitude '-66.497'^^xsd:double;
  dwc:latitude '44.169'^^xsd:double;
  dwc:startLatitude '44.169'^^xsd:double;
  dwc:endLatitude '44.169'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.497 44.169, -66.497 44.169, -66.497 44.169, -66.497 44.169, -66.497 44.169))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1492'^^xsd:string;
  dwc:observationDate '1990-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.169 -66.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.169"^^xsd:decimal ;
  dwc:decimalLongitude "-66.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.169 -66.497)"^^geo:wktLiteral ;
  geo-pos:lat "44.169"^^xsd:decimal ;
  geo-pos:long "-66.497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1490'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1490'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.497'^^xsd:double;
  dwc:startLongitude '-66.497'^^xsd:double;
  dwc:endLongitude '-66.497'^^xsd:double;
  dwc:latitude '44.169'^^xsd:double;
  dwc:startLatitude '44.169'^^xsd:double;
  dwc:endLatitude '44.169'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.497 44.169, -66.497 44.169, -66.497 44.169, -66.497 44.169, -66.497 44.169))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1490'^^xsd:string;
  dwc:observationDate '1990-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.169 -66.497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.169"^^xsd:decimal ;
  dwc:decimalLongitude "-66.497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.169 -66.497)"^^geo:wktLiteral ;
  geo-pos:lat "44.169"^^xsd:decimal ;
  geo-pos:long "-66.497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1489'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1489'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.497'^^xsd:double;
  dwc:startLongitude '-66.497'^^xsd:double;
  dwc:endLongitude '-66.497'^^xsd:double;
  dwc:latitude '44.169'^^xsd:double;
  dwc:startLatitude '44.169'^^xsd:double;
  dwc:endLatitude '44.169'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.497 44.169, -66.497 44.169, -66.497 44.169, -66.497 44.169, -66.497 44.169))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1489'^^xsd:string;
  dwc:observationDate '1990-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.259 -66.496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.259"^^xsd:decimal ;
  dwc:decimalLongitude "-66.496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.259 -66.496)"^^geo:wktLiteral ;
  geo-pos:lat "44.259"^^xsd:decimal ;
  geo-pos:long "-66.496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1518'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1518'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.496'^^xsd:double;
  dwc:startLongitude '-66.496'^^xsd:double;
  dwc:endLongitude '-66.496'^^xsd:double;
  dwc:latitude '44.259'^^xsd:double;
  dwc:startLatitude '44.259'^^xsd:double;
  dwc:endLatitude '44.259'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.496 44.259, -66.496 44.259, -66.496 44.259, -66.496 44.259, -66.496 44.259))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1518'^^xsd:string;
  dwc:observationDate '1990-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1814> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.282 -66.495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.282"^^xsd:decimal ;
  dwc:decimalLongitude "-66.495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.282 -66.495)"^^geo:wktLiteral ;
  geo-pos:lat "44.282"^^xsd:decimal ;
  geo-pos:long "-66.495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1814'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1814'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.495'^^xsd:double;
  dwc:startLongitude '-66.495'^^xsd:double;
  dwc:endLongitude '-66.495'^^xsd:double;
  dwc:latitude '44.282'^^xsd:double;
  dwc:startLatitude '44.282'^^xsd:double;
  dwc:endLatitude '44.282'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.495 44.282, -66.495 44.282, -66.495 44.282, -66.495 44.282, -66.495 44.282))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1814'^^xsd:string;
  dwc:observationDate '1990-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.111 -66.486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.111"^^xsd:decimal ;
  dwc:decimalLongitude "-66.486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.111 -66.486)"^^geo:wktLiteral ;
  geo-pos:lat "44.111"^^xsd:decimal ;
  geo-pos:long "-66.486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2500'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2500'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.486'^^xsd:double;
  dwc:startLongitude '-66.486'^^xsd:double;
  dwc:endLongitude '-66.486'^^xsd:double;
  dwc:latitude '44.111'^^xsd:double;
  dwc:startLatitude '44.111'^^xsd:double;
  dwc:endLatitude '44.111'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.486 44.111, -66.486 44.111, -66.486 44.111, -66.486 44.111, -66.486 44.111))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2500'^^xsd:string;
  dwc:observationDate '1995-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_527'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_527'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.2333, -66.4833 44.2333, -66.4833 44.2333, -66.4833 44.2333, -66.4833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_527'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_530'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_530'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.25, -66.4833 44.25, -66.4833 44.25, -66.4833 44.25, -66.4833 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_530'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_528'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_528'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.25, -66.4833 44.25, -66.4833 44.25, -66.4833 44.25, -66.4833 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_528'^^xsd:string;
  dwc:observationDate '2000-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1995'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1995'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.2667, -66.4833 44.2667, -66.4833 44.2667, -66.4833 44.2667, -66.4833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1995'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1069'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1069'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1069'^^xsd:string;
  dwc:observationDate '1997-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1070'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1070'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1070'^^xsd:string;
  dwc:observationDate '1997-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_416'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_416'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833, -66.4833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_416'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1583> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1583'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1583'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.3, -66.4833 44.3, -66.4833 44.3, -66.4833 44.3, -66.4833 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1583'^^xsd:string;
  dwc:observationDate '1983-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1585> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1585'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1585'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.3, -66.4833 44.3, -66.4833 44.3, -66.4833 44.3, -66.4833 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1585'^^xsd:string;
  dwc:observationDate '1983-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1483'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1483'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.4333, -66.4833 44.4333, -66.4833 44.4333, -66.4833 44.4333, -66.4833 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1483'^^xsd:string;
  dwc:observationDate '1983-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.4833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5667"^^xsd:decimal ;
  geo-pos:long "-66.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1716'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1716'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.4833'^^xsd:double;
  dwc:startLongitude '-66.4833'^^xsd:double;
  dwc:endLongitude '-66.4833'^^xsd:double;
  dwc:latitude '44.5667'^^xsd:double;
  dwc:startLatitude '44.5667'^^xsd:double;
  dwc:endLatitude '44.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4833 44.5667, -66.4833 44.5667, -66.4833 44.5667, -66.4833 44.5667, -66.4833 44.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1716'^^xsd:string;
  dwc:observationDate '1991-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.399 -66.482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.399"^^xsd:decimal ;
  dwc:decimalLongitude "-66.482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.399 -66.482)"^^geo:wktLiteral ;
  geo-pos:lat "44.399"^^xsd:decimal ;
  geo-pos:long "-66.482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1768'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1768'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.482'^^xsd:double;
  dwc:startLongitude '-66.482'^^xsd:double;
  dwc:endLongitude '-66.482'^^xsd:double;
  dwc:latitude '44.399'^^xsd:double;
  dwc:startLatitude '44.399'^^xsd:double;
  dwc:endLatitude '44.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.482 44.399, -66.482 44.399, -66.482 44.399, -66.482 44.399, -66.482 44.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1768'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.091 -66.481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.091"^^xsd:decimal ;
  dwc:decimalLongitude "-66.481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.091 -66.481)"^^geo:wktLiteral ;
  geo-pos:lat "44.091"^^xsd:decimal ;
  geo-pos:long "-66.481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2509'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2509'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.481'^^xsd:double;
  dwc:startLongitude '-66.481'^^xsd:double;
  dwc:endLongitude '-66.481'^^xsd:double;
  dwc:latitude '44.091'^^xsd:double;
  dwc:startLatitude '44.091'^^xsd:double;
  dwc:endLatitude '44.091'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.481 44.091, -66.481 44.091, -66.481 44.091, -66.481 44.091, -66.481 44.091))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2509'^^xsd:string;
  dwc:observationDate '1995-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.149 -66.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.149"^^xsd:decimal ;
  dwc:decimalLongitude "-66.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.149 -66.48)"^^geo:wktLiteral ;
  geo-pos:lat "44.149"^^xsd:decimal ;
  geo-pos:long "-66.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1157'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1157'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.48'^^xsd:double;
  dwc:startLongitude '-66.48'^^xsd:double;
  dwc:endLongitude '-66.48'^^xsd:double;
  dwc:latitude '44.149'^^xsd:double;
  dwc:startLatitude '44.149'^^xsd:double;
  dwc:endLatitude '44.149'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.48 44.149, -66.48 44.149, -66.48 44.149, -66.48 44.149, -66.48 44.149))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1157'^^xsd:string;
  dwc:observationDate '1995-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.102 -66.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.102"^^xsd:decimal ;
  dwc:decimalLongitude "-66.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.102 -66.476)"^^geo:wktLiteral ;
  geo-pos:lat "44.102"^^xsd:decimal ;
  geo-pos:long "-66.476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2498'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2498'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.476'^^xsd:double;
  dwc:startLongitude '-66.476'^^xsd:double;
  dwc:endLongitude '-66.476'^^xsd:double;
  dwc:latitude '44.102'^^xsd:double;
  dwc:startLatitude '44.102'^^xsd:double;
  dwc:endLatitude '44.102'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.476 44.102, -66.476 44.102, -66.476 44.102, -66.476 44.102, -66.476 44.102))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2498'^^xsd:string;
  dwc:observationDate '1995-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.102 -66.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.102"^^xsd:decimal ;
  dwc:decimalLongitude "-66.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.102 -66.476)"^^geo:wktLiteral ;
  geo-pos:lat "44.102"^^xsd:decimal ;
  geo-pos:long "-66.476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2499'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2499'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.476'^^xsd:double;
  dwc:startLongitude '-66.476'^^xsd:double;
  dwc:endLongitude '-66.476'^^xsd:double;
  dwc:latitude '44.102'^^xsd:double;
  dwc:startLatitude '44.102'^^xsd:double;
  dwc:endLatitude '44.102'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.476 44.102, -66.476 44.102, -66.476 44.102, -66.476 44.102, -66.476 44.102))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2499'^^xsd:string;
  dwc:observationDate '1995-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.294 -66.476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.294"^^xsd:decimal ;
  dwc:decimalLongitude "-66.476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.294 -66.476)"^^geo:wktLiteral ;
  geo-pos:lat "44.294"^^xsd:decimal ;
  geo-pos:long "-66.476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1869'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1869'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.476'^^xsd:double;
  dwc:startLongitude '-66.476'^^xsd:double;
  dwc:endLongitude '-66.476'^^xsd:double;
  dwc:latitude '44.294'^^xsd:double;
  dwc:startLatitude '44.294'^^xsd:double;
  dwc:endLatitude '44.294'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.476 44.294, -66.476 44.294, -66.476 44.294, -66.476 44.294, -66.476 44.294))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1869'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.313 -66.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.313"^^xsd:decimal ;
  dwc:decimalLongitude "-66.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.313 -66.473)"^^geo:wktLiteral ;
  geo-pos:lat "44.313"^^xsd:decimal ;
  geo-pos:long "-66.473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2579'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2579'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.473'^^xsd:double;
  dwc:startLongitude '-66.473'^^xsd:double;
  dwc:endLongitude '-66.473'^^xsd:double;
  dwc:latitude '44.313'^^xsd:double;
  dwc:startLatitude '44.313'^^xsd:double;
  dwc:endLatitude '44.313'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.473 44.313, -66.473 44.313, -66.473 44.313, -66.473 44.313, -66.473 44.313))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2579'^^xsd:string;
  dwc:observationDate '1991-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1553> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.216 -66.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.216"^^xsd:decimal ;
  dwc:decimalLongitude "-66.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.216 -66.47)"^^geo:wktLiteral ;
  geo-pos:lat "44.216"^^xsd:decimal ;
  geo-pos:long "-66.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1553'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1553'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.47'^^xsd:double;
  dwc:startLongitude '-66.47'^^xsd:double;
  dwc:endLongitude '-66.47'^^xsd:double;
  dwc:latitude '44.216'^^xsd:double;
  dwc:startLatitude '44.216'^^xsd:double;
  dwc:endLatitude '44.216'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.47 44.216, -66.47 44.216, -66.47 44.216, -66.47 44.216, -66.47 44.216))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1553'^^xsd:string;
  dwc:observationDate '1990-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_362'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_362'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.2667, -66.4667 44.2667, -66.4667 44.2667, -66.4667 44.2667, -66.4667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_362'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_162'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_162'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.2833, -66.4667 44.2833, -66.4667 44.2833, -66.4667 44.2833, -66.4667 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_162'^^xsd:string;
  dwc:observationDate '1999-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_791'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_791'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.2833, -66.4667 44.2833, -66.4667 44.2833, -66.4667 44.2833, -66.4667 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_791'^^xsd:string;
  dwc:observationDate '2000-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1584> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1584'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1584'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.3, -66.4667 44.3, -66.4667 44.3, -66.4667 44.3, -66.4667 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1584'^^xsd:string;
  dwc:observationDate '1983-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2591'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2591'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.3167, -66.4667 44.3167, -66.4667 44.3167, -66.4667 44.3167, -66.4667 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2591'^^xsd:string;
  dwc:observationDate '1998-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1512'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1512'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1512'^^xsd:string;
  dwc:observationDate '2000-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1516'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1516'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1516'^^xsd:string;
  dwc:observationDate '2000-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1515'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1515'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667, -66.4667 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1515'^^xsd:string;
  dwc:observationDate '2000-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1760'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1760'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.6, -66.4667 44.6, -66.4667 44.6, -66.4667 44.6, -66.4667 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1760'^^xsd:string;
  dwc:observationDate '1986-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_111'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_111'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:startLatitude '44.65'^^xsd:double;
  dwc:endLatitude '44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.65, -66.4667 44.65, -66.4667 44.65, -66.4667 44.65, -66.4667 44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_111'^^xsd:string;
  dwc:observationDate '1997-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_112'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_112'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_112'^^xsd:string;
  dwc:observationDate '1997-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_108'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_108'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_108'^^xsd:string;
  dwc:observationDate '1997-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_107'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_107'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667, -66.4667 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_107'^^xsd:string;
  dwc:observationDate '1997-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -66.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -66.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-66.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_110'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_110'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4667'^^xsd:double;
  dwc:startLongitude '-66.4667'^^xsd:double;
  dwc:endLongitude '-66.4667'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4667 44.6833, -66.4667 44.6833, -66.4667 44.6833, -66.4667 44.6833, -66.4667 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_110'^^xsd:string;
  dwc:observationDate '1997-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.411 -66.463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.411"^^xsd:decimal ;
  dwc:decimalLongitude "-66.463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.411 -66.463)"^^geo:wktLiteral ;
  geo-pos:lat "44.411"^^xsd:decimal ;
  geo-pos:long "-66.463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1065'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1065'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.463'^^xsd:double;
  dwc:startLongitude '-66.463'^^xsd:double;
  dwc:endLongitude '-66.463'^^xsd:double;
  dwc:latitude '44.411'^^xsd:double;
  dwc:startLatitude '44.411'^^xsd:double;
  dwc:endLatitude '44.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.463 44.411, -66.463 44.411, -66.463 44.411, -66.463 44.411, -66.463 44.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1065'^^xsd:string;
  dwc:observationDate '1991-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.285"^^xsd:decimal ;
  dwc:decimalLongitude "-66.462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.285 -66.462)"^^geo:wktLiteral ;
  geo-pos:lat "44.285"^^xsd:decimal ;
  geo-pos:long "-66.462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_440'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_440'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.462'^^xsd:double;
  dwc:startLongitude '-66.462'^^xsd:double;
  dwc:endLongitude '-66.462'^^xsd:double;
  dwc:latitude '44.285'^^xsd:double;
  dwc:startLatitude '44.285'^^xsd:double;
  dwc:endLatitude '44.285'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.462 44.285, -66.462 44.285, -66.462 44.285, -66.462 44.285, -66.462 44.285))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_440'^^xsd:string;
  dwc:observationDate '1990-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2313> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.307 -66.453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.307"^^xsd:decimal ;
  dwc:decimalLongitude "-66.453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.307 -66.453)"^^geo:wktLiteral ;
  geo-pos:lat "44.307"^^xsd:decimal ;
  geo-pos:long "-66.453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2313'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2313'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.453'^^xsd:double;
  dwc:startLongitude '-66.453'^^xsd:double;
  dwc:endLongitude '-66.453'^^xsd:double;
  dwc:latitude '44.307'^^xsd:double;
  dwc:startLatitude '44.307'^^xsd:double;
  dwc:endLatitude '44.307'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.453 44.307, -66.453 44.307, -66.453 44.307, -66.453 44.307, -66.453 44.307))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2313'^^xsd:string;
  dwc:observationDate '1990-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_457'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_457'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:startLongitude '-66.45'^^xsd:double;
  dwc:endLongitude '-66.45'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45 44.2333, -66.45 44.2333, -66.45 44.2333, -66.45 44.2333, -66.45 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_457'^^xsd:string;
  dwc:observationDate '1999-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_865> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_865'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_865'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:startLongitude '-66.45'^^xsd:double;
  dwc:endLongitude '-66.45'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45 44.2833, -66.45 44.2833, -66.45 44.2833, -66.45 44.2833, -66.45 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_865'^^xsd:string;
  dwc:observationDate '2000-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1503'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1503'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:startLongitude '-66.45'^^xsd:double;
  dwc:endLongitude '-66.45'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45 44.3, -66.45 44.3, -66.45 44.3, -66.45 44.3, -66.45 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1503'^^xsd:string;
  dwc:observationDate '1998-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1504'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1504'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:startLongitude '-66.45'^^xsd:double;
  dwc:endLongitude '-66.45'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45 44.3, -66.45 44.3, -66.45 44.3, -66.45 44.3, -66.45 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1504'^^xsd:string;
  dwc:observationDate '1998-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4333 -66.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.4333"^^xsd:decimal ;
  geo-pos:long "-66.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1732'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1732'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.45'^^xsd:double;
  dwc:startLongitude '-66.45'^^xsd:double;
  dwc:endLongitude '-66.45'^^xsd:double;
  dwc:latitude '44.4333'^^xsd:double;
  dwc:startLatitude '44.4333'^^xsd:double;
  dwc:endLatitude '44.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.45 44.4333, -66.45 44.4333, -66.45 44.4333, -66.45 44.4333, -66.45 44.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1732'^^xsd:string;
  dwc:observationDate '1997-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.403 -66.449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.403"^^xsd:decimal ;
  dwc:decimalLongitude "-66.449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.403 -66.449)"^^geo:wktLiteral ;
  geo-pos:lat "44.403"^^xsd:decimal ;
  geo-pos:long "-66.449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2688'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2688'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.449'^^xsd:double;
  dwc:startLongitude '-66.449'^^xsd:double;
  dwc:endLongitude '-66.449'^^xsd:double;
  dwc:latitude '44.403'^^xsd:double;
  dwc:startLatitude '44.403'^^xsd:double;
  dwc:endLatitude '44.403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.449 44.403, -66.449 44.403, -66.449 44.403, -66.449 44.403, -66.449 44.403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2688'^^xsd:string;
  dwc:observationDate '1991-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.219 -66.448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.219"^^xsd:decimal ;
  dwc:decimalLongitude "-66.448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.219 -66.448)"^^geo:wktLiteral ;
  geo-pos:lat "44.219"^^xsd:decimal ;
  geo-pos:long "-66.448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1301'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1301'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.448'^^xsd:double;
  dwc:startLongitude '-66.448'^^xsd:double;
  dwc:endLongitude '-66.448'^^xsd:double;
  dwc:latitude '44.219'^^xsd:double;
  dwc:startLatitude '44.219'^^xsd:double;
  dwc:endLatitude '44.219'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.448 44.219, -66.448 44.219, -66.448 44.219, -66.448 44.219, -66.448 44.219))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1301'^^xsd:string;
  dwc:observationDate '1990-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.212"^^xsd:decimal ;
  dwc:decimalLongitude "-66.443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.212 -66.443)"^^geo:wktLiteral ;
  geo-pos:lat "44.212"^^xsd:decimal ;
  geo-pos:long "-66.443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2742'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2742'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.443'^^xsd:double;
  dwc:startLongitude '-66.443'^^xsd:double;
  dwc:endLongitude '-66.443'^^xsd:double;
  dwc:latitude '44.212'^^xsd:double;
  dwc:startLatitude '44.212'^^xsd:double;
  dwc:endLatitude '44.212'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.443 44.212, -66.443 44.212, -66.443 44.212, -66.443 44.212, -66.443 44.212))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2742'^^xsd:string;
  dwc:observationDate '1995-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.352 -66.441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.352"^^xsd:decimal ;
  dwc:decimalLongitude "-66.441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.352 -66.441)"^^geo:wktLiteral ;
  geo-pos:lat "44.352"^^xsd:decimal ;
  geo-pos:long "-66.441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_318'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_318'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.441'^^xsd:double;
  dwc:startLongitude '-66.441'^^xsd:double;
  dwc:endLongitude '-66.441'^^xsd:double;
  dwc:latitude '44.352'^^xsd:double;
  dwc:startLatitude '44.352'^^xsd:double;
  dwc:endLatitude '44.352'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.441 44.352, -66.441 44.352, -66.441 44.352, -66.441 44.352, -66.441 44.352))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_318'^^xsd:string;
  dwc:observationDate '1990-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1816> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.254 -66.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.254"^^xsd:decimal ;
  dwc:decimalLongitude "-66.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.254 -66.44)"^^geo:wktLiteral ;
  geo-pos:lat "44.254"^^xsd:decimal ;
  geo-pos:long "-66.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1816'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1816'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.44'^^xsd:double;
  dwc:startLongitude '-66.44'^^xsd:double;
  dwc:endLongitude '-66.44'^^xsd:double;
  dwc:latitude '44.254'^^xsd:double;
  dwc:startLatitude '44.254'^^xsd:double;
  dwc:endLatitude '44.254'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.44 44.254, -66.44 44.254, -66.44 44.254, -66.44 44.254, -66.44 44.254))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1816'^^xsd:string;
  dwc:observationDate '1990-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.269 -66.435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.269"^^xsd:decimal ;
  dwc:decimalLongitude "-66.435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.269 -66.435)"^^geo:wktLiteral ;
  geo-pos:lat "44.269"^^xsd:decimal ;
  geo-pos:long "-66.435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2347'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2347'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.435'^^xsd:double;
  dwc:startLongitude '-66.435'^^xsd:double;
  dwc:endLongitude '-66.435'^^xsd:double;
  dwc:latitude '44.269'^^xsd:double;
  dwc:startLatitude '44.269'^^xsd:double;
  dwc:endLatitude '44.269'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.435 44.269, -66.435 44.269, -66.435 44.269, -66.435 44.269, -66.435 44.269))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2347'^^xsd:string;
  dwc:observationDate '1991-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.274 -66.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.274"^^xsd:decimal ;
  dwc:decimalLongitude "-66.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.274 -66.434)"^^geo:wktLiteral ;
  geo-pos:lat "44.274"^^xsd:decimal ;
  geo-pos:long "-66.434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1797'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1797'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.434'^^xsd:double;
  dwc:startLongitude '-66.434'^^xsd:double;
  dwc:endLongitude '-66.434'^^xsd:double;
  dwc:latitude '44.274'^^xsd:double;
  dwc:startLatitude '44.274'^^xsd:double;
  dwc:endLatitude '44.274'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.434 44.274, -66.434 44.274, -66.434 44.274, -66.434 44.274, -66.434 44.274))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1797'^^xsd:string;
  dwc:observationDate '1990-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.274 -66.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.274"^^xsd:decimal ;
  dwc:decimalLongitude "-66.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.274 -66.434)"^^geo:wktLiteral ;
  geo-pos:lat "44.274"^^xsd:decimal ;
  geo-pos:long "-66.434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1796'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1796'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.434'^^xsd:double;
  dwc:startLongitude '-66.434'^^xsd:double;
  dwc:endLongitude '-66.434'^^xsd:double;
  dwc:latitude '44.274'^^xsd:double;
  dwc:startLatitude '44.274'^^xsd:double;
  dwc:endLatitude '44.274'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.434 44.274, -66.434 44.274, -66.434 44.274, -66.434 44.274, -66.434 44.274))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1796'^^xsd:string;
  dwc:observationDate '1990-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1457'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1457'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:startLongitude '-66.4333'^^xsd:double;
  dwc:endLongitude '-66.4333'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4333 43.65, -66.4333 43.65, -66.4333 43.65, -66.4333 43.65, -66.4333 43.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1457'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1458'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1458'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:startLongitude '-66.4333'^^xsd:double;
  dwc:endLongitude '-66.4333'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4333 43.65, -66.4333 43.65, -66.4333 43.65, -66.4333 43.65, -66.4333 43.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1458'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1452'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1452'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:startLongitude '-66.4333'^^xsd:double;
  dwc:endLongitude '-66.4333'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4333 43.65, -66.4333 43.65, -66.4333 43.65, -66.4333 43.65, -66.4333 43.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1452'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1694'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1694'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:startLongitude '-66.4333'^^xsd:double;
  dwc:endLongitude '-66.4333'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4333 44.3, -66.4333 44.3, -66.4333 44.3, -66.4333 44.3, -66.4333 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1694'^^xsd:string;
  dwc:observationDate '1998-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_415'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_415'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:startLongitude '-66.4333'^^xsd:double;
  dwc:endLongitude '-66.4333'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4333 44.3333, -66.4333 44.3333, -66.4333 44.3333, -66.4333 44.3333, -66.4333 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_415'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.4333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_612'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_612'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-66.4333'^^xsd:double;
  dwc:startLongitude '-66.4333'^^xsd:double;
  dwc:endLongitude '-66.4333'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4333 44.6, -66.4333 44.6, -66.4333 44.6, -66.4333 44.6, -66.4333 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_612'^^xsd:string;
  dwc:observationDate '1982-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.311 -66.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.311"^^xsd:decimal ;
  dwc:decimalLongitude "-66.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.311 -66.432)"^^geo:wktLiteral ;
  geo-pos:lat "44.311"^^xsd:decimal ;
  geo-pos:long "-66.432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1242'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1242'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.432'^^xsd:double;
  dwc:startLongitude '-66.432'^^xsd:double;
  dwc:endLongitude '-66.432'^^xsd:double;
  dwc:latitude '44.311'^^xsd:double;
  dwc:startLatitude '44.311'^^xsd:double;
  dwc:endLatitude '44.311'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.432 44.311, -66.432 44.311, -66.432 44.311, -66.432 44.311, -66.432 44.311))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1242'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.311 -66.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.311"^^xsd:decimal ;
  dwc:decimalLongitude "-66.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.311 -66.432)"^^geo:wktLiteral ;
  geo-pos:lat "44.311"^^xsd:decimal ;
  geo-pos:long "-66.432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1245'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1245'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.432'^^xsd:double;
  dwc:startLongitude '-66.432'^^xsd:double;
  dwc:endLongitude '-66.432'^^xsd:double;
  dwc:latitude '44.311'^^xsd:double;
  dwc:startLatitude '44.311'^^xsd:double;
  dwc:endLatitude '44.311'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.432 44.311, -66.432 44.311, -66.432 44.311, -66.432 44.311, -66.432 44.311))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1245'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.329 -66.432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.329"^^xsd:decimal ;
  dwc:decimalLongitude "-66.432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.329 -66.432)"^^geo:wktLiteral ;
  geo-pos:lat "44.329"^^xsd:decimal ;
  geo-pos:long "-66.432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2314'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2314'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.432'^^xsd:double;
  dwc:startLongitude '-66.432'^^xsd:double;
  dwc:endLongitude '-66.432'^^xsd:double;
  dwc:latitude '44.329'^^xsd:double;
  dwc:startLatitude '44.329'^^xsd:double;
  dwc:endLatitude '44.329'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.432 44.329, -66.432 44.329, -66.432 44.329, -66.432 44.329, -66.432 44.329))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2314'^^xsd:string;
  dwc:observationDate '1990-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.316 -66.431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.316"^^xsd:decimal ;
  dwc:decimalLongitude "-66.431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.316 -66.431)"^^geo:wktLiteral ;
  geo-pos:lat "44.316"^^xsd:decimal ;
  geo-pos:long "-66.431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2485'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2485'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.431'^^xsd:double;
  dwc:startLongitude '-66.431'^^xsd:double;
  dwc:endLongitude '-66.431'^^xsd:double;
  dwc:latitude '44.316'^^xsd:double;
  dwc:startLatitude '44.316'^^xsd:double;
  dwc:endLatitude '44.316'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.431 44.316, -66.431 44.316, -66.431 44.316, -66.431 44.316, -66.431 44.316))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2485'^^xsd:string;
  dwc:observationDate '1990-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.322 -66.427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.322"^^xsd:decimal ;
  dwc:decimalLongitude "-66.427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.322 -66.427)"^^geo:wktLiteral ;
  geo-pos:lat "44.322"^^xsd:decimal ;
  geo-pos:long "-66.427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1158'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1158'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.427'^^xsd:double;
  dwc:startLongitude '-66.427'^^xsd:double;
  dwc:endLongitude '-66.427'^^xsd:double;
  dwc:latitude '44.322'^^xsd:double;
  dwc:startLatitude '44.322'^^xsd:double;
  dwc:endLatitude '44.322'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.427 44.322, -66.427 44.322, -66.427 44.322, -66.427 44.322, -66.427 44.322))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1158'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31 -66.423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31"^^xsd:decimal ;
  dwc:decimalLongitude "-66.423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31 -66.423)"^^geo:wktLiteral ;
  geo-pos:lat "44.31"^^xsd:decimal ;
  geo-pos:long "-66.423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_921'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_921'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-66.423'^^xsd:double;
  dwc:startLongitude '-66.423'^^xsd:double;
  dwc:endLongitude '-66.423'^^xsd:double;
  dwc:latitude '44.31'^^xsd:double;
  dwc:startLatitude '44.31'^^xsd:double;
  dwc:endLatitude '44.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.423 44.31, -66.423 44.31, -66.423 44.31, -66.423 44.31, -66.423 44.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_921'^^xsd:string;
  dwc:observationDate '1990-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.32 -66.419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.32"^^xsd:decimal ;
  dwc:decimalLongitude "-66.419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.32 -66.419)"^^geo:wktLiteral ;
  geo-pos:lat "44.32"^^xsd:decimal ;
  geo-pos:long "-66.419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1244'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1244'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.419'^^xsd:double;
  dwc:startLongitude '-66.419'^^xsd:double;
  dwc:endLongitude '-66.419'^^xsd:double;
  dwc:latitude '44.32'^^xsd:double;
  dwc:startLatitude '44.32'^^xsd:double;
  dwc:endLatitude '44.32'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.419 44.32, -66.419 44.32, -66.419 44.32, -66.419 44.32, -66.419 44.32))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1244'^^xsd:string;
  dwc:observationDate '1990-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_155'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_155'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.3, -66.4167 44.3, -66.4167 44.3, -66.4167 44.3, -66.4167 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_155'^^xsd:string;
  dwc:observationDate '1998-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1628'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1628'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1628'^^xsd:string;
  dwc:observationDate '2000-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_628'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_628'^^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:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_628'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_627'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_627'^^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:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_627'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1514'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1514'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167, -66.4167 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1514'^^xsd:string;
  dwc:observationDate '2000-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_309'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_309'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.35, -66.4167 44.35, -66.4167 44.35, -66.4167 44.35, -66.4167 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_309'^^xsd:string;
  dwc:observationDate '2000-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1361'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1361'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.35, -66.4167 44.35, -66.4167 44.35, -66.4167 44.35, -66.4167 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1361'^^xsd:string;
  dwc:observationDate '2000-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2400'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2400'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.3667, -66.4167 44.3667, -66.4167 44.3667, -66.4167 44.3667, -66.4167 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2400'^^xsd:string;
  dwc:observationDate '1999-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_554'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_554'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.6167, -66.4167 44.6167, -66.4167 44.6167, -66.4167 44.6167, -66.4167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_554'^^xsd:string;
  dwc:observationDate '1983-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_109'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_109'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:startLatitude '44.65'^^xsd:double;
  dwc:endLatitude '44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.65, -66.4167 44.65, -66.4167 44.65, -66.4167 44.65, -66.4167 44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_109'^^xsd:string;
  dwc:observationDate '1997-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_106'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_106'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:startLatitude '44.65'^^xsd:double;
  dwc:endLatitude '44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.65, -66.4167 44.65, -66.4167 44.65, -66.4167 44.65, -66.4167 44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_106'^^xsd:string;
  dwc:observationDate '1997-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.7333"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_460'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_460'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.7333'^^xsd:double;
  dwc:startLatitude '44.7333'^^xsd:double;
  dwc:endLatitude '44.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.7333, -66.4167 44.7333, -66.4167 44.7333, -66.4167 44.7333, -66.4167 44.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_460'^^xsd:string;
  dwc:observationDate '1982-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.4167)"^^geo:wktLiteral ;
  geo-pos:lat "44.7333"^^xsd:decimal ;
  geo-pos:long "-66.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_461'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_461'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-66.4167'^^xsd:double;
  dwc:startLongitude '-66.4167'^^xsd:double;
  dwc:endLongitude '-66.4167'^^xsd:double;
  dwc:latitude '44.7333'^^xsd:double;
  dwc:startLatitude '44.7333'^^xsd:double;
  dwc:endLatitude '44.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4167 44.7333, -66.4167 44.7333, -66.4167 44.7333, -66.4167 44.7333, -66.4167 44.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_461'^^xsd:string;
  dwc:observationDate '1982-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.304 -66.415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.304"^^xsd:decimal ;
  dwc:decimalLongitude "-66.415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.304 -66.415)"^^geo:wktLiteral ;
  geo-pos:lat "44.304"^^xsd:decimal ;
  geo-pos:long "-66.415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_776'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_776'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.415'^^xsd:double;
  dwc:startLongitude '-66.415'^^xsd:double;
  dwc:endLongitude '-66.415'^^xsd:double;
  dwc:latitude '44.304'^^xsd:double;
  dwc:startLatitude '44.304'^^xsd:double;
  dwc:endLatitude '44.304'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.415 44.304, -66.415 44.304, -66.415 44.304, -66.415 44.304, -66.415 44.304))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_776'^^xsd:string;
  dwc:observationDate '1990-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.268 -66.414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.268"^^xsd:decimal ;
  dwc:decimalLongitude "-66.414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.268 -66.414)"^^geo:wktLiteral ;
  geo-pos:lat "44.268"^^xsd:decimal ;
  geo-pos:long "-66.414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1588'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1588'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.414'^^xsd:double;
  dwc:startLongitude '-66.414'^^xsd:double;
  dwc:endLongitude '-66.414'^^xsd:double;
  dwc:latitude '44.268'^^xsd:double;
  dwc:startLatitude '44.268'^^xsd:double;
  dwc:endLatitude '44.268'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.414 44.268, -66.414 44.268, -66.414 44.268, -66.414 44.268, -66.414 44.268))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1588'^^xsd:string;
  dwc:observationDate '1990-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.41)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-66.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_221'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_221'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-66.41'^^xsd:double;
  dwc:startLongitude '-66.41'^^xsd:double;
  dwc:endLongitude '-66.41'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:startLatitude '44.365'^^xsd:double;
  dwc:endLatitude '44.365'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41 44.365, -66.41 44.365, -66.41 44.365, -66.41 44.365, -66.41 44.365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_221'^^xsd:string;
  dwc:observationDate '1989-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.41)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-66.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_222'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_222'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-66.41'^^xsd:double;
  dwc:startLongitude '-66.41'^^xsd:double;
  dwc:endLongitude '-66.41'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:startLatitude '44.365'^^xsd:double;
  dwc:endLatitude '44.365'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41 44.365, -66.41 44.365, -66.41 44.365, -66.41 44.365, -66.41 44.365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_222'^^xsd:string;
  dwc:observationDate '1989-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.428 -66.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.428"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.428 -66.41)"^^geo:wktLiteral ;
  geo-pos:lat "44.428"^^xsd:decimal ;
  geo-pos:long "-66.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_45'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_45'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.41'^^xsd:double;
  dwc:startLongitude '-66.41'^^xsd:double;
  dwc:endLongitude '-66.41'^^xsd:double;
  dwc:latitude '44.428'^^xsd:double;
  dwc:startLatitude '44.428'^^xsd:double;
  dwc:endLatitude '44.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41 44.428, -66.41 44.428, -66.41 44.428, -66.41 44.428, -66.41 44.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_45'^^xsd:string;
  dwc:observationDate '1991-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.428 -66.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.428"^^xsd:decimal ;
  dwc:decimalLongitude "-66.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.428 -66.41)"^^geo:wktLiteral ;
  geo-pos:lat "44.428"^^xsd:decimal ;
  geo-pos:long "-66.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_44'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_44'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.41'^^xsd:double;
  dwc:startLongitude '-66.41'^^xsd:double;
  dwc:endLongitude '-66.41'^^xsd:double;
  dwc:latitude '44.428'^^xsd:double;
  dwc:startLatitude '44.428'^^xsd:double;
  dwc:endLatitude '44.428'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.41 44.428, -66.41 44.428, -66.41 44.428, -66.41 44.428, -66.41 44.428))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_44'^^xsd:string;
  dwc:observationDate '1991-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.311 -66.408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.311"^^xsd:decimal ;
  dwc:decimalLongitude "-66.408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.311 -66.408)"^^geo:wktLiteral ;
  geo-pos:lat "44.311"^^xsd:decimal ;
  geo-pos:long "-66.408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1357'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1357'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.408'^^xsd:double;
  dwc:startLongitude '-66.408'^^xsd:double;
  dwc:endLongitude '-66.408'^^xsd:double;
  dwc:latitude '44.311'^^xsd:double;
  dwc:startLatitude '44.311'^^xsd:double;
  dwc:endLatitude '44.311'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.408 44.311, -66.408 44.311, -66.408 44.311, -66.408 44.311, -66.408 44.311))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1357'^^xsd:string;
  dwc:observationDate '1995-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.343 -66.406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.343"^^xsd:decimal ;
  dwc:decimalLongitude "-66.406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.343 -66.406)"^^geo:wktLiteral ;
  geo-pos:lat "44.343"^^xsd:decimal ;
  geo-pos:long "-66.406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2092'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2092'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.406'^^xsd:double;
  dwc:startLongitude '-66.406'^^xsd:double;
  dwc:endLongitude '-66.406'^^xsd:double;
  dwc:latitude '44.343'^^xsd:double;
  dwc:startLatitude '44.343'^^xsd:double;
  dwc:endLatitude '44.343'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.406 44.343, -66.406 44.343, -66.406 44.343, -66.406 44.343, -66.406 44.343))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2092'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2557> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.362 -66.404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.362"^^xsd:decimal ;
  dwc:decimalLongitude "-66.404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.362 -66.404)"^^geo:wktLiteral ;
  geo-pos:lat "44.362"^^xsd:decimal ;
  geo-pos:long "-66.404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2557'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2557'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.404'^^xsd:double;
  dwc:startLongitude '-66.404'^^xsd:double;
  dwc:endLongitude '-66.404'^^xsd:double;
  dwc:latitude '44.362'^^xsd:double;
  dwc:startLatitude '44.362'^^xsd:double;
  dwc:endLatitude '44.362'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.404 44.362, -66.404 44.362, -66.404 44.362, -66.404 44.362, -66.404 44.362))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2557'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.318 -66.401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.318"^^xsd:decimal ;
  dwc:decimalLongitude "-66.401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.318 -66.401)"^^geo:wktLiteral ;
  geo-pos:lat "44.318"^^xsd:decimal ;
  geo-pos:long "-66.401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_667'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_667'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.401'^^xsd:double;
  dwc:startLongitude '-66.401'^^xsd:double;
  dwc:endLongitude '-66.401'^^xsd:double;
  dwc:latitude '44.318'^^xsd:double;
  dwc:startLatitude '44.318'^^xsd:double;
  dwc:endLatitude '44.318'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.401 44.318, -66.401 44.318, -66.401 44.318, -66.401 44.318, -66.401 44.318))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_667'^^xsd:string;
  dwc:observationDate '1995-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.6167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1453'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1453'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '43.6167'^^xsd:double;
  dwc:startLatitude '43.6167'^^xsd:double;
  dwc:endLatitude '43.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 43.6167, -66.4 43.6167, -66.4 43.6167, -66.4 43.6167, -66.4 43.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1453'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1454'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1454'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 43.65, -66.4 43.65, -66.4 43.65, -66.4 43.65, -66.4 43.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1454'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.65 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.65"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1455'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1455'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '43.65'^^xsd:double;
  dwc:startLatitude '43.65'^^xsd:double;
  dwc:endLatitude '43.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 43.65, -66.4 43.65, -66.4 43.65, -66.4 43.65, -66.4 43.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1455'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1599'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1599'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1599'^^xsd:string;
  dwc:observationDate '1999-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1600'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1600'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1600'^^xsd:string;
  dwc:observationDate '1999-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_151'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_151'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_151'^^xsd:string;
  dwc:observationDate '1999-09-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_675'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_675'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_675'^^xsd:string;
  dwc:observationDate '1998-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_626'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_626'^^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:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_626'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_631'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_631'^^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:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_631'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_630'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_630'^^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:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_630'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_130'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_130'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_130'^^xsd:string;
  dwc:observationDate '1999-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_414'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_414'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167, -66.4 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_414'^^xsd:string;
  dwc:observationDate '2000-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_204'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_204'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.3333, -66.4 44.3333, -66.4 44.3333, -66.4 44.3333, -66.4 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_204'^^xsd:string;
  dwc:observationDate '1999-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1057> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1057'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1057'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:startLatitude '44.65'^^xsd:double;
  dwc:endLatitude '44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.65, -66.4 44.65, -66.4 44.65, -66.4 44.65, -66.4 44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1057'^^xsd:string;
  dwc:observationDate '1986-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1056> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1056'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1056'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:startLatitude '44.65'^^xsd:double;
  dwc:endLatitude '44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.65, -66.4 44.65, -66.4 44.65, -66.4 44.65, -66.4 44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1056'^^xsd:string;
  dwc:observationDate '1986-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-66.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1054'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1054'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.4'^^xsd:double;
  dwc:startLongitude '-66.4'^^xsd:double;
  dwc:endLongitude '-66.4'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:startLatitude '44.65'^^xsd:double;
  dwc:endLatitude '44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.4 44.65, -66.4 44.65, -66.4 44.65, -66.4 44.65, -66.4 44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1054'^^xsd:string;
  dwc:observationDate '1986-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.324 -66.397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.324"^^xsd:decimal ;
  dwc:decimalLongitude "-66.397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.324 -66.397)"^^geo:wktLiteral ;
  geo-pos:lat "44.324"^^xsd:decimal ;
  geo-pos:long "-66.397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2433'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2433'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-66.397'^^xsd:double;
  dwc:startLongitude '-66.397'^^xsd:double;
  dwc:endLongitude '-66.397'^^xsd:double;
  dwc:latitude '44.324'^^xsd:double;
  dwc:startLatitude '44.324'^^xsd:double;
  dwc:endLatitude '44.324'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.397 44.324, -66.397 44.324, -66.397 44.324, -66.397 44.324, -66.397 44.324))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2433'^^xsd:string;
  dwc:observationDate '1990-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2476> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.329 -66.396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.329"^^xsd:decimal ;
  dwc:decimalLongitude "-66.396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.329 -66.396)"^^geo:wktLiteral ;
  geo-pos:lat "44.329"^^xsd:decimal ;
  geo-pos:long "-66.396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2476'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2476'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-66.396'^^xsd:double;
  dwc:startLongitude '-66.396'^^xsd:double;
  dwc:endLongitude '-66.396'^^xsd:double;
  dwc:latitude '44.329'^^xsd:double;
  dwc:startLatitude '44.329'^^xsd:double;
  dwc:endLatitude '44.329'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.396 44.329, -66.396 44.329, -66.396 44.329, -66.396 44.329, -66.396 44.329))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2476'^^xsd:string;
  dwc:observationDate '1987-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2556> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.326 -66.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.326"^^xsd:decimal ;
  dwc:decimalLongitude "-66.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.326 -66.394)"^^geo:wktLiteral ;
  geo-pos:lat "44.326"^^xsd:decimal ;
  geo-pos:long "-66.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2556'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2556'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.394'^^xsd:double;
  dwc:startLongitude '-66.394'^^xsd:double;
  dwc:endLongitude '-66.394'^^xsd:double;
  dwc:latitude '44.326'^^xsd:double;
  dwc:startLatitude '44.326'^^xsd:double;
  dwc:endLatitude '44.326'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.394 44.326, -66.394 44.326, -66.394 44.326, -66.394 44.326, -66.394 44.326))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2556'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.344 -66.394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.344"^^xsd:decimal ;
  dwc:decimalLongitude "-66.394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.344 -66.394)"^^geo:wktLiteral ;
  geo-pos:lat "44.344"^^xsd:decimal ;
  geo-pos:long "-66.394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2486'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2486'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.394'^^xsd:double;
  dwc:startLongitude '-66.394'^^xsd:double;
  dwc:endLongitude '-66.394'^^xsd:double;
  dwc:latitude '44.344'^^xsd:double;
  dwc:startLatitude '44.344'^^xsd:double;
  dwc:endLatitude '44.344'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.394 44.344, -66.394 44.344, -66.394 44.344, -66.394 44.344, -66.394 44.344))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2486'^^xsd:string;
  dwc:observationDate '1990-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.353 -66.393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.353"^^xsd:decimal ;
  dwc:decimalLongitude "-66.393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.353 -66.393)"^^geo:wktLiteral ;
  geo-pos:lat "44.353"^^xsd:decimal ;
  geo-pos:long "-66.393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2507'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2507'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.393'^^xsd:double;
  dwc:startLongitude '-66.393'^^xsd:double;
  dwc:endLongitude '-66.393'^^xsd:double;
  dwc:latitude '44.353'^^xsd:double;
  dwc:startLatitude '44.353'^^xsd:double;
  dwc:endLatitude '44.353'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.393 44.353, -66.393 44.353, -66.393 44.353, -66.393 44.353, -66.393 44.353))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2507'^^xsd:string;
  dwc:observationDate '1987-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.335 -66.392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.335"^^xsd:decimal ;
  dwc:decimalLongitude "-66.392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.335 -66.392)"^^geo:wktLiteral ;
  geo-pos:lat "44.335"^^xsd:decimal ;
  geo-pos:long "-66.392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1161'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1161'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.392'^^xsd:double;
  dwc:startLongitude '-66.392'^^xsd:double;
  dwc:endLongitude '-66.392'^^xsd:double;
  dwc:latitude '44.335'^^xsd:double;
  dwc:startLatitude '44.335'^^xsd:double;
  dwc:endLatitude '44.335'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.392 44.335, -66.392 44.335, -66.392 44.335, -66.392 44.335, -66.392 44.335))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1161'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.39)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2090'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2090'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.39'^^xsd:double;
  dwc:startLongitude '-66.39'^^xsd:double;
  dwc:endLongitude '-66.39'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.39 44.35, -66.39 44.35, -66.39 44.35, -66.39 44.35, -66.39 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2090'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2578> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.347 -66.385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.347"^^xsd:decimal ;
  dwc:decimalLongitude "-66.385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.347 -66.385)"^^geo:wktLiteral ;
  geo-pos:lat "44.347"^^xsd:decimal ;
  geo-pos:long "-66.385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2578'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2578'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.385'^^xsd:double;
  dwc:startLongitude '-66.385'^^xsd:double;
  dwc:endLongitude '-66.385'^^xsd:double;
  dwc:latitude '44.347'^^xsd:double;
  dwc:startLatitude '44.347'^^xsd:double;
  dwc:endLatitude '44.347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.385 44.347, -66.385 44.347, -66.385 44.347, -66.385 44.347, -66.385 44.347))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2578'^^xsd:string;
  dwc:observationDate '1991-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.465 -66.384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.465"^^xsd:decimal ;
  dwc:decimalLongitude "-66.384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.465 -66.384)"^^geo:wktLiteral ;
  geo-pos:lat "44.465"^^xsd:decimal ;
  geo-pos:long "-66.384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_43'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_43'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.384'^^xsd:double;
  dwc:startLongitude '-66.384'^^xsd:double;
  dwc:endLongitude '-66.384'^^xsd:double;
  dwc:latitude '44.465'^^xsd:double;
  dwc:startLatitude '44.465'^^xsd:double;
  dwc:endLatitude '44.465'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.384 44.465, -66.384 44.465, -66.384 44.465, -66.384 44.465, -66.384 44.465))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_43'^^xsd:string;
  dwc:observationDate '1991-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "43.5833"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1450'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1450'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '43.5833'^^xsd:double;
  dwc:startLatitude '43.5833'^^xsd:double;
  dwc:endLatitude '43.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1450'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "43.5833"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1449'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1449'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '43.5833'^^xsd:double;
  dwc:startLatitude '43.5833'^^xsd:double;
  dwc:endLatitude '43.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1449'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "43.5833"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1456'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1456'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '43.5833'^^xsd:double;
  dwc:startLatitude '43.5833'^^xsd:double;
  dwc:endLatitude '43.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833, -66.3833 43.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1456'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2184'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2184'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3, -66.3833 44.3, -66.3833 44.3, -66.3833 44.3, -66.3833 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2184'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_790> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_790'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_790'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3, -66.3833 44.3, -66.3833 44.3, -66.3833 44.3, -66.3833 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_790'^^xsd:string;
  dwc:observationDate '1998-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2795'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_2795'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2795'^^xsd:string;
  dwc:observationDate '1998-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_629'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_629'^^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:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_629'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1601'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1601'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1601'^^xsd:string;
  dwc:observationDate '1999-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1067'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1067'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1067'^^xsd:string;
  dwc:observationDate '1992-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1597'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1597'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1597'^^xsd:string;
  dwc:observationDate '1999-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1598'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1598'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1598'^^xsd:string;
  dwc:observationDate '1999-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_203'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_203'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_203'^^xsd:string;
  dwc:observationDate '1999-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_231'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_231'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167, -66.3833 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_231'^^xsd:string;
  dwc:observationDate '1997-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1755'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1755'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.3333, -66.3833 44.3333, -66.3833 44.3333, -66.3833 44.3333, -66.3833 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1755'^^xsd:string;
  dwc:observationDate '2000-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1410'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1410'^^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:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.35, -66.3833 44.35, -66.3833 44.35, -66.3833 44.35, -66.3833 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1410'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_42'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_42'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.6, -66.3833 44.6, -66.3833 44.6, -66.3833 44.6, -66.3833 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_42'^^xsd:string;
  dwc:observationDate '1986-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.65"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.65 -66.3833)"^^geo:wktLiteral ;
  geo-pos:lat "44.65"^^xsd:decimal ;
  geo-pos:long "-66.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_289'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_289'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-66.3833'^^xsd:double;
  dwc:startLongitude '-66.3833'^^xsd:double;
  dwc:endLongitude '-66.3833'^^xsd:double;
  dwc:latitude '44.65'^^xsd:double;
  dwc:startLatitude '44.65'^^xsd:double;
  dwc:endLatitude '44.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3833 44.65, -66.3833 44.65, -66.3833 44.65, -66.3833 44.65, -66.3833 44.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_289'^^xsd:string;
  dwc:observationDate '1988-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.407 -66.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.407"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.407 -66.383)"^^geo:wktLiteral ;
  geo-pos:lat "44.407"^^xsd:decimal ;
  geo-pos:long "-66.383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1061'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1061'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-66.383'^^xsd:double;
  dwc:startLongitude '-66.383'^^xsd:double;
  dwc:endLongitude '-66.383'^^xsd:double;
  dwc:latitude '44.407'^^xsd:double;
  dwc:startLatitude '44.407'^^xsd:double;
  dwc:endLatitude '44.407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.383 44.407, -66.383 44.407, -66.383 44.407, -66.383 44.407, -66.383 44.407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1061'^^xsd:string;
  dwc:observationDate '1989-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.331 -66.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.331"^^xsd:decimal ;
  dwc:decimalLongitude "-66.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.331 -66.381)"^^geo:wktLiteral ;
  geo-pos:lat "44.331"^^xsd:decimal ;
  geo-pos:long "-66.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_819'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_819'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.381'^^xsd:double;
  dwc:startLongitude '-66.381'^^xsd:double;
  dwc:endLongitude '-66.381'^^xsd:double;
  dwc:latitude '44.331'^^xsd:double;
  dwc:startLatitude '44.331'^^xsd:double;
  dwc:endLatitude '44.331'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.381 44.331, -66.381 44.331, -66.381 44.331, -66.381 44.331, -66.381 44.331))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_819'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.353 -66.381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.353"^^xsd:decimal ;
  dwc:decimalLongitude "-66.381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.353 -66.381)"^^geo:wktLiteral ;
  geo-pos:lat "44.353"^^xsd:decimal ;
  geo-pos:long "-66.381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1472'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1472'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.381'^^xsd:double;
  dwc:startLongitude '-66.381'^^xsd:double;
  dwc:endLongitude '-66.381'^^xsd:double;
  dwc:latitude '44.353'^^xsd:double;
  dwc:startLatitude '44.353'^^xsd:double;
  dwc:endLatitude '44.353'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.381 44.353, -66.381 44.353, -66.381 44.353, -66.381 44.353, -66.381 44.353))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1472'^^xsd:string;
  dwc:observationDate '1991-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.358 -66.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.358"^^xsd:decimal ;
  dwc:decimalLongitude "-66.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.358 -66.38)"^^geo:wktLiteral ;
  geo-pos:lat "44.358"^^xsd:decimal ;
  geo-pos:long "-66.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_856'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_856'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.38'^^xsd:double;
  dwc:startLongitude '-66.38'^^xsd:double;
  dwc:endLongitude '-66.38'^^xsd:double;
  dwc:latitude '44.358'^^xsd:double;
  dwc:startLatitude '44.358'^^xsd:double;
  dwc:endLatitude '44.358'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.38 44.358, -66.38 44.358, -66.38 44.358, -66.38 44.358, -66.38 44.358))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_856'^^xsd:string;
  dwc:observationDate '1995-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2558> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.358 -66.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.358"^^xsd:decimal ;
  dwc:decimalLongitude "-66.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.358 -66.38)"^^geo:wktLiteral ;
  geo-pos:lat "44.358"^^xsd:decimal ;
  geo-pos:long "-66.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2558'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2558'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.38'^^xsd:double;
  dwc:startLongitude '-66.38'^^xsd:double;
  dwc:endLongitude '-66.38'^^xsd:double;
  dwc:latitude '44.358'^^xsd:double;
  dwc:startLatitude '44.358'^^xsd:double;
  dwc:endLatitude '44.358'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.38 44.358, -66.38 44.358, -66.38 44.358, -66.38 44.358, -66.38 44.358))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2558'^^xsd:string;
  dwc:observationDate '1991-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.355 -66.378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.355"^^xsd:decimal ;
  dwc:decimalLongitude "-66.378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.355 -66.378)"^^geo:wktLiteral ;
  geo-pos:lat "44.355"^^xsd:decimal ;
  geo-pos:long "-66.378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_623'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_623'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.378'^^xsd:double;
  dwc:startLongitude '-66.378'^^xsd:double;
  dwc:endLongitude '-66.378'^^xsd:double;
  dwc:latitude '44.355'^^xsd:double;
  dwc:startLatitude '44.355'^^xsd:double;
  dwc:endLatitude '44.355'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.378 44.355, -66.378 44.355, -66.378 44.355, -66.378 44.355, -66.378 44.355))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_623'^^xsd:string;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.372 -66.378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.372"^^xsd:decimal ;
  dwc:decimalLongitude "-66.378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.372 -66.378)"^^geo:wktLiteral ;
  geo-pos:lat "44.372"^^xsd:decimal ;
  geo-pos:long "-66.378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_374'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_374'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.378'^^xsd:double;
  dwc:startLongitude '-66.378'^^xsd:double;
  dwc:endLongitude '-66.378'^^xsd:double;
  dwc:latitude '44.372'^^xsd:double;
  dwc:startLatitude '44.372'^^xsd:double;
  dwc:endLatitude '44.372'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.378 44.372, -66.378 44.372, -66.378 44.372, -66.378 44.372, -66.378 44.372))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_374'^^xsd:string;
  dwc:observationDate '1991-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.341 -66.376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.341"^^xsd:decimal ;
  dwc:decimalLongitude "-66.376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.341 -66.376)"^^geo:wktLiteral ;
  geo-pos:lat "44.341"^^xsd:decimal ;
  geo-pos:long "-66.376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_179'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_179'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-66.376'^^xsd:double;
  dwc:startLongitude '-66.376'^^xsd:double;
  dwc:endLongitude '-66.376'^^xsd:double;
  dwc:latitude '44.341'^^xsd:double;
  dwc:startLatitude '44.341'^^xsd:double;
  dwc:endLatitude '44.341'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.376 44.341, -66.376 44.341, -66.376 44.341, -66.376 44.341, -66.376 44.341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_179'^^xsd:string;
  dwc:observationDate '1989-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1817> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 -66.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "-66.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 -66.375)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "-66.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1817'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1817'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.375'^^xsd:double;
  dwc:startLongitude '-66.375'^^xsd:double;
  dwc:endLongitude '-66.375'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:startLatitude '44.46'^^xsd:double;
  dwc:endLatitude '44.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.375 44.46, -66.375 44.46, -66.375 44.46, -66.375 44.46, -66.375 44.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1817'^^xsd:string;
  dwc:observationDate '1991-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 -66.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "-66.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 -66.371)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "-66.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_425'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_425'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.371'^^xsd:double;
  dwc:startLongitude '-66.371'^^xsd:double;
  dwc:endLongitude '-66.371'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:startLatitude '44.38'^^xsd:double;
  dwc:endLatitude '44.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.371 44.38, -66.371 44.38, -66.371 44.38, -66.371 44.38, -66.371 44.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_425'^^xsd:string;
  dwc:observationDate '1991-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 -66.371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "-66.371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 -66.371)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "-66.371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_375'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_375'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.371'^^xsd:double;
  dwc:startLongitude '-66.371'^^xsd:double;
  dwc:endLongitude '-66.371'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:startLatitude '44.38'^^xsd:double;
  dwc:endLatitude '44.38'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.371 44.38, -66.371 44.38, -66.371 44.38, -66.371 44.38, -66.371 44.38))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_375'^^xsd:string;
  dwc:observationDate '1991-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "43.5833"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1451'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1451'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '43.5833'^^xsd:double;
  dwc:startLatitude '43.5833'^^xsd:double;
  dwc:endLatitude '43.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 43.5833, -66.3667 43.5833, -66.3667 43.5833, -66.3667 43.5833, -66.3667 43.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1451'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5833 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "43.5833"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1448'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1448'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '43.5833'^^xsd:double;
  dwc:startLatitude '43.5833'^^xsd:double;
  dwc:endLatitude '43.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 43.5833, -66.3667 43.5833, -66.3667 43.5833, -66.3667 43.5833, -66.3667 43.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1448'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_167'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_167'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 44.3167, -66.3667 44.3167, -66.3667 44.3167, -66.3667 44.3167, -66.3667 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_167'^^xsd:string;
  dwc:observationDate '1999-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1993'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1993'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 44.35, -66.3667 44.35, -66.3667 44.35, -66.3667 44.35, -66.3667 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1993'^^xsd:string;
  dwc:observationDate '1998-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1994'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1994'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 44.35, -66.3667 44.35, -66.3667 44.35, -66.3667 44.35, -66.3667 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1994'^^xsd:string;
  dwc:observationDate '1998-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1695'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1695'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 44.3833, -66.3667 44.3833, -66.3667 44.3833, -66.3667 44.3833, -66.3667 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1695'^^xsd:string;
  dwc:observationDate '1998-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_418'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_418'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 44.6, -66.3667 44.6, -66.3667 44.6, -66.3667 44.6, -66.3667 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_418'^^xsd:string;
  dwc:observationDate '1990-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_290'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_290'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-66.3667'^^xsd:double;
  dwc:startLongitude '-66.3667'^^xsd:double;
  dwc:endLongitude '-66.3667'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3667 44.6167, -66.3667 44.6167, -66.3667 44.6167, -66.3667 44.6167, -66.3667 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_290'^^xsd:string;
  dwc:observationDate '1997-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.337 -66.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.337"^^xsd:decimal ;
  dwc:decimalLongitude "-66.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.337 -66.365)"^^geo:wktLiteral ;
  geo-pos:lat "44.337"^^xsd:decimal ;
  geo-pos:long "-66.365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2379'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2379'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.365'^^xsd:double;
  dwc:startLongitude '-66.365'^^xsd:double;
  dwc:endLongitude '-66.365'^^xsd:double;
  dwc:latitude '44.337'^^xsd:double;
  dwc:startLatitude '44.337'^^xsd:double;
  dwc:endLatitude '44.337'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.365 44.337, -66.365 44.337, -66.365 44.337, -66.365 44.337, -66.365 44.337))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2379'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.337 -66.365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.337"^^xsd:decimal ;
  dwc:decimalLongitude "-66.365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.337 -66.365)"^^geo:wktLiteral ;
  geo-pos:lat "44.337"^^xsd:decimal ;
  geo-pos:long "-66.365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2380'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2380'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.365'^^xsd:double;
  dwc:startLongitude '-66.365'^^xsd:double;
  dwc:endLongitude '-66.365'^^xsd:double;
  dwc:latitude '44.337'^^xsd:double;
  dwc:startLatitude '44.337'^^xsd:double;
  dwc:endLatitude '44.337'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.365 44.337, -66.365 44.337, -66.365 44.337, -66.365 44.337, -66.365 44.337))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2380'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.385 -66.358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.385"^^xsd:decimal ;
  dwc:decimalLongitude "-66.358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.385 -66.358)"^^geo:wktLiteral ;
  geo-pos:lat "44.385"^^xsd:decimal ;
  geo-pos:long "-66.358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2487'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2487'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.358'^^xsd:double;
  dwc:startLongitude '-66.358'^^xsd:double;
  dwc:endLongitude '-66.358'^^xsd:double;
  dwc:latitude '44.385'^^xsd:double;
  dwc:startLatitude '44.385'^^xsd:double;
  dwc:endLatitude '44.385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.358 44.385, -66.358 44.385, -66.358 44.385, -66.358 44.385, -66.358 44.385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2487'^^xsd:string;
  dwc:observationDate '1990-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.158 -66.357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.158"^^xsd:decimal ;
  dwc:decimalLongitude "-66.357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.158 -66.357)"^^geo:wktLiteral ;
  geo-pos:lat "44.158"^^xsd:decimal ;
  geo-pos:long "-66.357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_259'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_259'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.357'^^xsd:double;
  dwc:startLongitude '-66.357'^^xsd:double;
  dwc:endLongitude '-66.357'^^xsd:double;
  dwc:latitude '44.158'^^xsd:double;
  dwc:startLatitude '44.158'^^xsd:double;
  dwc:endLatitude '44.158'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.357 44.158, -66.357 44.158, -66.357 44.158, -66.357 44.158, -66.357 44.158))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_259'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.399 -66.356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.399"^^xsd:decimal ;
  dwc:decimalLongitude "-66.356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.399 -66.356)"^^geo:wktLiteral ;
  geo-pos:lat "44.399"^^xsd:decimal ;
  geo-pos:long "-66.356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_483'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_483'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.356'^^xsd:double;
  dwc:startLongitude '-66.356'^^xsd:double;
  dwc:endLongitude '-66.356'^^xsd:double;
  dwc:latitude '44.399'^^xsd:double;
  dwc:startLatitude '44.399'^^xsd:double;
  dwc:endLatitude '44.399'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.356 44.399, -66.356 44.399, -66.356 44.399, -66.356 44.399, -66.356 44.399))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_483'^^xsd:string;
  dwc:observationDate '1995-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.319 -66.352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.319"^^xsd:decimal ;
  dwc:decimalLongitude "-66.352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.319 -66.352)"^^geo:wktLiteral ;
  geo-pos:lat "44.319"^^xsd:decimal ;
  geo-pos:long "-66.352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2381'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2381'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.352'^^xsd:double;
  dwc:startLongitude '-66.352'^^xsd:double;
  dwc:endLongitude '-66.352'^^xsd:double;
  dwc:latitude '44.319'^^xsd:double;
  dwc:startLatitude '44.319'^^xsd:double;
  dwc:endLatitude '44.319'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.352 44.319, -66.352 44.319, -66.352 44.319, -66.352 44.319, -66.352 44.319))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2381'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-66.352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.352)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-66.352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2378'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2378'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.352'^^xsd:double;
  dwc:startLongitude '-66.352'^^xsd:double;
  dwc:endLongitude '-66.352'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:startLatitude '44.365'^^xsd:double;
  dwc:endLatitude '44.365'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.352 44.365, -66.352 44.365, -66.352 44.365, -66.352 44.365, -66.352 44.365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2378'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1333 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.1333"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2388'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2388'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.1333'^^xsd:double;
  dwc:startLatitude '44.1333'^^xsd:double;
  dwc:endLatitude '44.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.1333, -66.35 44.1333, -66.35 44.1333, -66.35 44.1333, -66.35 44.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2388'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3516'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3516'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.3, -66.35 44.3, -66.35 44.3, -66.35 44.3, -66.35 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3516'^^xsd:string;
  dwc:observationDate '1992-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2569'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2569'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.3333, -66.35 44.3333, -66.35 44.3333, -66.35 44.3333, -66.35 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2569'^^xsd:string;
  dwc:observationDate '1998-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_825'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_825'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.35, -66.35 44.35, -66.35 44.35, -66.35 44.35, -66.35 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_825'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3254> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3254'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3254'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.3833, -66.35 44.3833, -66.35 44.3833, -66.35 44.3833, -66.35 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3254'^^xsd:string;
  dwc:observationDate '1998-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1409'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1409'^^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:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.4, -66.35 44.4, -66.35 44.4, -66.35 44.4, -66.35 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1409'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1408'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1408'^^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:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.4, -66.35 44.4, -66.35 44.4, -66.35 44.4, -66.35 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1408'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_473'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_473'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.6, -66.35 44.6, -66.35 44.6, -66.35 44.6, -66.35 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_473'^^xsd:string;
  dwc:observationDate '1989-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7333 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.7333"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_459'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_459'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.7333'^^xsd:double;
  dwc:startLatitude '44.7333'^^xsd:double;
  dwc:endLatitude '44.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.7333, -66.35 44.7333, -66.35 44.7333, -66.35 44.7333, -66.35 44.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_459'^^xsd:string;
  dwc:observationDate '1982-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7667 -66.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7667 -66.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.7667"^^xsd:decimal ;
  geo-pos:long "-66.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_458'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_458'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-66.35'^^xsd:double;
  dwc:startLongitude '-66.35'^^xsd:double;
  dwc:endLongitude '-66.35'^^xsd:double;
  dwc:latitude '44.7667'^^xsd:double;
  dwc:startLatitude '44.7667'^^xsd:double;
  dwc:endLatitude '44.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.35 44.7667, -66.35 44.7667, -66.35 44.7667, -66.35 44.7667, -66.35 44.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_458'^^xsd:string;
  dwc:observationDate '1982-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.307 -66.347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.307"^^xsd:decimal ;
  dwc:decimalLongitude "-66.347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.307 -66.347)"^^geo:wktLiteral ;
  geo-pos:lat "44.307"^^xsd:decimal ;
  geo-pos:long "-66.347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2196'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2196'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.347'^^xsd:double;
  dwc:startLongitude '-66.347'^^xsd:double;
  dwc:endLongitude '-66.347'^^xsd:double;
  dwc:latitude '44.307'^^xsd:double;
  dwc:startLatitude '44.307'^^xsd:double;
  dwc:endLatitude '44.307'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.347 44.307, -66.347 44.307, -66.347 44.307, -66.347 44.307, -66.347 44.307))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2196'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.398 -66.347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.398"^^xsd:decimal ;
  dwc:decimalLongitude "-66.347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.398 -66.347)"^^geo:wktLiteral ;
  geo-pos:lat "44.398"^^xsd:decimal ;
  geo-pos:long "-66.347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2339'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2339'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.347'^^xsd:double;
  dwc:startLongitude '-66.347'^^xsd:double;
  dwc:endLongitude '-66.347'^^xsd:double;
  dwc:latitude '44.398'^^xsd:double;
  dwc:startLatitude '44.398'^^xsd:double;
  dwc:endLatitude '44.398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.347 44.398, -66.347 44.398, -66.347 44.398, -66.347 44.398, -66.347 44.398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2339'^^xsd:string;
  dwc:observationDate '1990-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.367 -66.345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.367"^^xsd:decimal ;
  dwc:decimalLongitude "-66.345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.367 -66.345)"^^geo:wktLiteral ;
  geo-pos:lat "44.367"^^xsd:decimal ;
  geo-pos:long "-66.345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2340'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2340'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.345'^^xsd:double;
  dwc:startLongitude '-66.345'^^xsd:double;
  dwc:endLongitude '-66.345'^^xsd:double;
  dwc:latitude '44.367'^^xsd:double;
  dwc:startLatitude '44.367'^^xsd:double;
  dwc:endLatitude '44.367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.345 44.367, -66.345 44.367, -66.345 44.367, -66.345 44.367, -66.345 44.367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2340'^^xsd:string;
  dwc:observationDate '1990-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.395 -66.345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.395"^^xsd:decimal ;
  dwc:decimalLongitude "-66.345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.395 -66.345)"^^geo:wktLiteral ;
  geo-pos:lat "44.395"^^xsd:decimal ;
  geo-pos:long "-66.345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1989'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1989'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.345'^^xsd:double;
  dwc:startLongitude '-66.345'^^xsd:double;
  dwc:endLongitude '-66.345'^^xsd:double;
  dwc:latitude '44.395'^^xsd:double;
  dwc:startLatitude '44.395'^^xsd:double;
  dwc:endLatitude '44.395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.345 44.395, -66.345 44.395, -66.345 44.395, -66.345 44.395, -66.345 44.395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1989'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.308 -66.344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.308"^^xsd:decimal ;
  dwc:decimalLongitude "-66.344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.308 -66.344)"^^geo:wktLiteral ;
  geo-pos:lat "44.308"^^xsd:decimal ;
  geo-pos:long "-66.344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2197'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2197'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-66.344'^^xsd:double;
  dwc:startLongitude '-66.344'^^xsd:double;
  dwc:endLongitude '-66.344'^^xsd:double;
  dwc:latitude '44.308'^^xsd:double;
  dwc:startLatitude '44.308'^^xsd:double;
  dwc:endLatitude '44.308'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.344 44.308, -66.344 44.308, -66.344 44.308, -66.344 44.308, -66.344 44.308))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2197'^^xsd:string;
  dwc:observationDate '1990-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.349 -66.344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.349"^^xsd:decimal ;
  dwc:decimalLongitude "-66.344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.349 -66.344)"^^geo:wktLiteral ;
  geo-pos:lat "44.349"^^xsd:decimal ;
  geo-pos:long "-66.344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_176'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_176'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-66.344'^^xsd:double;
  dwc:startLongitude '-66.344'^^xsd:double;
  dwc:endLongitude '-66.344'^^xsd:double;
  dwc:latitude '44.349'^^xsd:double;
  dwc:startLatitude '44.349'^^xsd:double;
  dwc:endLatitude '44.349'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.344 44.349, -66.344 44.349, -66.344 44.349, -66.344 44.349, -66.344 44.349))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_176'^^xsd:string;
  dwc:observationDate '1987-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.346 -66.342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.346"^^xsd:decimal ;
  dwc:decimalLongitude "-66.342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.346 -66.342)"^^geo:wktLiteral ;
  geo-pos:lat "44.346"^^xsd:decimal ;
  geo-pos:long "-66.342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1159'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1159'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.342'^^xsd:double;
  dwc:startLongitude '-66.342'^^xsd:double;
  dwc:endLongitude '-66.342'^^xsd:double;
  dwc:latitude '44.346'^^xsd:double;
  dwc:startLatitude '44.346'^^xsd:double;
  dwc:endLatitude '44.346'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.342 44.346, -66.342 44.346, -66.342 44.346, -66.342 44.346, -66.342 44.346))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1159'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_976> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.341)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_976'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_976'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.341'^^xsd:double;
  dwc:startLongitude '-66.341'^^xsd:double;
  dwc:endLongitude '-66.341'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.341 44.35, -66.341 44.35, -66.341 44.35, -66.341 44.35, -66.341 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_976'^^xsd:string;
  dwc:observationDate '1991-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.415 -66.339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.415"^^xsd:decimal ;
  dwc:decimalLongitude "-66.339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.415 -66.339)"^^geo:wktLiteral ;
  geo-pos:lat "44.415"^^xsd:decimal ;
  geo-pos:long "-66.339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1889'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1889'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.339'^^xsd:double;
  dwc:startLongitude '-66.339'^^xsd:double;
  dwc:endLongitude '-66.339'^^xsd:double;
  dwc:latitude '44.415'^^xsd:double;
  dwc:startLatitude '44.415'^^xsd:double;
  dwc:endLatitude '44.415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.339 44.415, -66.339 44.415, -66.339 44.415, -66.339 44.415, -66.339 44.415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1889'^^xsd:string;
  dwc:observationDate '1990-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2568> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2568'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2568'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.3, -66.3333 44.3, -66.3333 44.3, -66.3333 44.3, -66.3333 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2568'^^xsd:string;
  dwc:observationDate '1998-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1443'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1443'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.3167, -66.3333 44.3167, -66.3333 44.3167, -66.3333 44.3167, -66.3333 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1443'^^xsd:string;
  dwc:observationDate '1999-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1162'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1162'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.3167, -66.3333 44.3167, -66.3333 44.3167, -66.3333 44.3167, -66.3333 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1162'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_288'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_288'^^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:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.35, -66.3333 44.35, -66.3333 44.35, -66.3333 44.35, -66.3333 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_288'^^xsd:string;
  dwc:observationDate '1997-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_287'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_287'^^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:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.35, -66.3333 44.35, -66.3333 44.35, -66.3333 44.35, -66.3333 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_287'^^xsd:string;
  dwc:observationDate '1997-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_823'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_823'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.3667, -66.3333 44.3667, -66.3333 44.3667, -66.3333 44.3667, -66.3333 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_823'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1622'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1622'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.3833, -66.3333 44.3833, -66.3333 44.3833, -66.3333 44.3833, -66.3333 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1622'^^xsd:string;
  dwc:observationDate '1992-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_232'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_232'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.4167, -66.3333 44.4167, -66.3333 44.4167, -66.3333 44.4167, -66.3333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_232'^^xsd:string;
  dwc:observationDate '1997-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1785> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1785'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1785'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.4667, -66.3333 44.4667, -66.3333 44.4667, -66.3333 44.4667, -66.3333 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1785'^^xsd:string;
  dwc:observationDate '1997-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.5667"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1118'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1118'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.5667'^^xsd:double;
  dwc:startLatitude '44.5667'^^xsd:double;
  dwc:endLatitude '44.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.5667, -66.3333 44.5667, -66.3333 44.5667, -66.3333 44.5667, -66.3333 44.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1118'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1126'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1126'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.5833, -66.3333 44.5833, -66.3333 44.5833, -66.3333 44.5833, -66.3333 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1126'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1125'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1125'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.5833, -66.3333 44.5833, -66.3333 44.5833, -66.3333 44.5833, -66.3333 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1125'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 -66.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 -66.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "-66.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_462'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_462'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-66.3333'^^xsd:double;
  dwc:startLongitude '-66.3333'^^xsd:double;
  dwc:endLongitude '-66.3333'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:startLatitude '44.8'^^xsd:double;
  dwc:endLatitude '44.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3333 44.8, -66.3333 44.8, -66.3333 44.8, -66.3333 44.8, -66.3333 44.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_462'^^xsd:string;
  dwc:observationDate '1982-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.377 -66.331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.377"^^xsd:decimal ;
  dwc:decimalLongitude "-66.331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.377 -66.331)"^^geo:wktLiteral ;
  geo-pos:lat "44.377"^^xsd:decimal ;
  geo-pos:long "-66.331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2720'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2720'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.331'^^xsd:double;
  dwc:startLongitude '-66.331'^^xsd:double;
  dwc:endLongitude '-66.331'^^xsd:double;
  dwc:latitude '44.377'^^xsd:double;
  dwc:startLatitude '44.377'^^xsd:double;
  dwc:endLatitude '44.377'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.331 44.377, -66.331 44.377, -66.331 44.377, -66.331 44.377, -66.331 44.377))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2720'^^xsd:string;
  dwc:observationDate '1990-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.382 -66.331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.382"^^xsd:decimal ;
  dwc:decimalLongitude "-66.331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.382 -66.331)"^^geo:wktLiteral ;
  geo-pos:lat "44.382"^^xsd:decimal ;
  geo-pos:long "-66.331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2293'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2293'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-66.331'^^xsd:double;
  dwc:startLongitude '-66.331'^^xsd:double;
  dwc:endLongitude '-66.331'^^xsd:double;
  dwc:latitude '44.382'^^xsd:double;
  dwc:startLatitude '44.382'^^xsd:double;
  dwc:endLatitude '44.382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.331 44.382, -66.331 44.382, -66.331 44.382, -66.331 44.382, -66.331 44.382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2293'^^xsd:string;
  dwc:observationDate '1990-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.387 -66.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.387"^^xsd:decimal ;
  dwc:decimalLongitude "-66.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.387 -66.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.387"^^xsd:decimal ;
  geo-pos:long "-66.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1349'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1349'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.33'^^xsd:double;
  dwc:startLongitude '-66.33'^^xsd:double;
  dwc:endLongitude '-66.33'^^xsd:double;
  dwc:latitude '44.387'^^xsd:double;
  dwc:startLatitude '44.387'^^xsd:double;
  dwc:endLatitude '44.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.33 44.387, -66.33 44.387, -66.33 44.387, -66.33 44.387, -66.33 44.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1349'^^xsd:string;
  dwc:observationDate '1991-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.328 -66.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.328"^^xsd:decimal ;
  dwc:decimalLongitude "-66.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.328 -66.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.328"^^xsd:decimal ;
  geo-pos:long "-66.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1499'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1499'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-66.329'^^xsd:double;
  dwc:startLongitude '-66.329'^^xsd:double;
  dwc:endLongitude '-66.329'^^xsd:double;
  dwc:latitude '44.328'^^xsd:double;
  dwc:startLatitude '44.328'^^xsd:double;
  dwc:endLatitude '44.328'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.329 44.328, -66.329 44.328, -66.329 44.328, -66.329 44.328, -66.329 44.328))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1499'^^xsd:string;
  dwc:observationDate '1992-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2567> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.351 -66.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.351"^^xsd:decimal ;
  dwc:decimalLongitude "-66.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.351 -66.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.351"^^xsd:decimal ;
  geo-pos:long "-66.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2567'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2567'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-66.329'^^xsd:double;
  dwc:startLongitude '-66.329'^^xsd:double;
  dwc:endLongitude '-66.329'^^xsd:double;
  dwc:latitude '44.351'^^xsd:double;
  dwc:startLatitude '44.351'^^xsd:double;
  dwc:endLatitude '44.351'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.329 44.351, -66.329 44.351, -66.329 44.351, -66.329 44.351, -66.329 44.351))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2567'^^xsd:string;
  dwc:observationDate '1995-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.411 -66.327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.411"^^xsd:decimal ;
  dwc:decimalLongitude "-66.327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.411 -66.327)"^^geo:wktLiteral ;
  geo-pos:lat "44.411"^^xsd:decimal ;
  geo-pos:long "-66.327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2341'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2341'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-66.327'^^xsd:double;
  dwc:startLongitude '-66.327'^^xsd:double;
  dwc:endLongitude '-66.327'^^xsd:double;
  dwc:latitude '44.411'^^xsd:double;
  dwc:startLatitude '44.411'^^xsd:double;
  dwc:endLatitude '44.411'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.327 44.411, -66.327 44.411, -66.327 44.411, -66.327 44.411, -66.327 44.411))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2341'^^xsd:string;
  dwc:observationDate '1990-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6967 -66.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6967 -66.3233)"^^geo:wktLiteral ;
  geo-pos:lat "44.6967"^^xsd:decimal ;
  geo-pos:long "-66.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_519'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_519'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-66.3233'^^xsd:double;
  dwc:startLongitude '-66.3233'^^xsd:double;
  dwc:endLongitude '-66.3233'^^xsd:double;
  dwc:latitude '44.6967'^^xsd:double;
  dwc:startLatitude '44.6967'^^xsd:double;
  dwc:endLatitude '44.6967'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3233 44.6967, -66.3233 44.6967, -66.3233 44.6967, -66.3233 44.6967, -66.3233 44.6967))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_519'^^xsd:string;
  dwc:observationDate '1985-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.303 -66.323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.303"^^xsd:decimal ;
  dwc:decimalLongitude "-66.323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.303 -66.323)"^^geo:wktLiteral ;
  geo-pos:lat "44.303"^^xsd:decimal ;
  geo-pos:long "-66.323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2391'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2391'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.323'^^xsd:double;
  dwc:startLongitude '-66.323'^^xsd:double;
  dwc:endLongitude '-66.323'^^xsd:double;
  dwc:latitude '44.303'^^xsd:double;
  dwc:startLatitude '44.303'^^xsd:double;
  dwc:endLatitude '44.303'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.323 44.303, -66.323 44.303, -66.323 44.303, -66.323 44.303, -66.323 44.303))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2391'^^xsd:string;
  dwc:observationDate '1991-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.303 -66.323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.303"^^xsd:decimal ;
  dwc:decimalLongitude "-66.323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.303 -66.323)"^^geo:wktLiteral ;
  geo-pos:lat "44.303"^^xsd:decimal ;
  geo-pos:long "-66.323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2390'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2390'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.323'^^xsd:double;
  dwc:startLongitude '-66.323'^^xsd:double;
  dwc:endLongitude '-66.323'^^xsd:double;
  dwc:latitude '44.303'^^xsd:double;
  dwc:startLatitude '44.303'^^xsd:double;
  dwc:endLatitude '44.303'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.323 44.303, -66.323 44.303, -66.323 44.303, -66.323 44.303, -66.323 44.303))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2390'^^xsd:string;
  dwc:observationDate '1991-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.307 -66.322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.307"^^xsd:decimal ;
  dwc:decimalLongitude "-66.322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.307 -66.322)"^^geo:wktLiteral ;
  geo-pos:lat "44.307"^^xsd:decimal ;
  geo-pos:long "-66.322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2440'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2440'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.322'^^xsd:double;
  dwc:startLongitude '-66.322'^^xsd:double;
  dwc:endLongitude '-66.322'^^xsd:double;
  dwc:latitude '44.307'^^xsd:double;
  dwc:startLatitude '44.307'^^xsd:double;
  dwc:endLatitude '44.307'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.322 44.307, -66.322 44.307, -66.322 44.307, -66.322 44.307, -66.322 44.307))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2440'^^xsd:string;
  dwc:observationDate '1991-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.33 -66.322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.33"^^xsd:decimal ;
  dwc:decimalLongitude "-66.322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.33 -66.322)"^^geo:wktLiteral ;
  geo-pos:lat "44.33"^^xsd:decimal ;
  geo-pos:long "-66.322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_820'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_820'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.322'^^xsd:double;
  dwc:startLongitude '-66.322'^^xsd:double;
  dwc:endLongitude '-66.322'^^xsd:double;
  dwc:latitude '44.33'^^xsd:double;
  dwc:startLatitude '44.33'^^xsd:double;
  dwc:endLatitude '44.33'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.322 44.33, -66.322 44.33, -66.322 44.33, -66.322 44.33, -66.322 44.33))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_820'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.304 -66.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.304"^^xsd:decimal ;
  dwc:decimalLongitude "-66.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.304 -66.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.304"^^xsd:decimal ;
  geo-pos:long "-66.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_651'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_651'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.32'^^xsd:double;
  dwc:startLongitude '-66.32'^^xsd:double;
  dwc:endLongitude '-66.32'^^xsd:double;
  dwc:latitude '44.304'^^xsd:double;
  dwc:startLatitude '44.304'^^xsd:double;
  dwc:endLatitude '44.304'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.32 44.304, -66.32 44.304, -66.32 44.304, -66.32 44.304, -66.32 44.304))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_651'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.304 -66.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.304"^^xsd:decimal ;
  dwc:decimalLongitude "-66.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.304 -66.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.304"^^xsd:decimal ;
  geo-pos:long "-66.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_650'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_650'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.32'^^xsd:double;
  dwc:startLongitude '-66.32'^^xsd:double;
  dwc:endLongitude '-66.32'^^xsd:double;
  dwc:latitude '44.304'^^xsd:double;
  dwc:startLatitude '44.304'^^xsd:double;
  dwc:endLatitude '44.304'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.32 44.304, -66.32 44.304, -66.32 44.304, -66.32 44.304, -66.32 44.304))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_650'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.436 -66.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.436"^^xsd:decimal ;
  dwc:decimalLongitude "-66.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.436 -66.32)"^^geo:wktLiteral ;
  geo-pos:lat "44.436"^^xsd:decimal ;
  geo-pos:long "-66.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_406'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_406'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^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:longitude '-66.32'^^xsd:double;
  dwc:startLongitude '-66.32'^^xsd:double;
  dwc:endLongitude '-66.32'^^xsd:double;
  dwc:latitude '44.436'^^xsd:double;
  dwc:startLatitude '44.436'^^xsd:double;
  dwc:endLatitude '44.436'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.32 44.436, -66.32 44.436, -66.32 44.436, -66.32 44.436, -66.32 44.436))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_406'^^xsd:string;
  dwc:observationDate '1990-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.318 -66.318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.318"^^xsd:decimal ;
  dwc:decimalLongitude "-66.318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.318 -66.318)"^^geo:wktLiteral ;
  geo-pos:lat "44.318"^^xsd:decimal ;
  geo-pos:long "-66.318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_803'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_803'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.318'^^xsd:double;
  dwc:startLongitude '-66.318'^^xsd:double;
  dwc:endLongitude '-66.318'^^xsd:double;
  dwc:latitude '44.318'^^xsd:double;
  dwc:startLatitude '44.318'^^xsd:double;
  dwc:endLatitude '44.318'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.318 44.318, -66.318 44.318, -66.318 44.318, -66.318 44.318, -66.318 44.318))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_803'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.433 -66.317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.433"^^xsd:decimal ;
  dwc:decimalLongitude "-66.317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.433 -66.317)"^^geo:wktLiteral ;
  geo-pos:lat "44.433"^^xsd:decimal ;
  geo-pos:long "-66.317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_930'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_930'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-66.317'^^xsd:double;
  dwc:startLongitude '-66.317'^^xsd:double;
  dwc:endLongitude '-66.317'^^xsd:double;
  dwc:latitude '44.433'^^xsd:double;
  dwc:startLatitude '44.433'^^xsd:double;
  dwc:endLatitude '44.433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.317 44.433, -66.317 44.433, -66.317 44.433, -66.317 44.433, -66.317 44.433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_930'^^xsd:string;
  dwc:observationDate '1991-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -66.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-66.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_605'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_605'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-66.3167'^^xsd:double;
  dwc:startLongitude '-66.3167'^^xsd:double;
  dwc:endLongitude '-66.3167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3167 44.2833, -66.3167 44.2833, -66.3167 44.2833, -66.3167 44.2833, -66.3167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_605'^^xsd:string;
  dwc:observationDate '1997-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_330'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_330'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.3167'^^xsd:double;
  dwc:startLongitude '-66.3167'^^xsd:double;
  dwc:endLongitude '-66.3167'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3167 44.4, -66.3167 44.4, -66.3167 44.4, -66.3167 44.4, -66.3167 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_330'^^xsd:string;
  dwc:observationDate '1997-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -66.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-66.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_331'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_331'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.3167'^^xsd:double;
  dwc:startLongitude '-66.3167'^^xsd:double;
  dwc:endLongitude '-66.3167'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3167 44.4, -66.3167 44.4, -66.3167 44.4, -66.3167 44.4, -66.3167 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_331'^^xsd:string;
  dwc:observationDate '1997-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5667 -66.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5667"^^xsd:decimal ;
  geo-pos:long "-66.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1119'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1119'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.3167'^^xsd:double;
  dwc:startLongitude '-66.3167'^^xsd:double;
  dwc:endLongitude '-66.3167'^^xsd:double;
  dwc:latitude '44.5667'^^xsd:double;
  dwc:startLatitude '44.5667'^^xsd:double;
  dwc:endLatitude '44.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3167 44.5667, -66.3167 44.5667, -66.3167 44.5667, -66.3167 44.5667, -66.3167 44.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1119'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1055> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -66.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-66.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1055'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1055'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.3167'^^xsd:double;
  dwc:startLongitude '-66.3167'^^xsd:double;
  dwc:endLongitude '-66.3167'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3167 44.5833, -66.3167 44.5833, -66.3167 44.5833, -66.3167 44.5833, -66.3167 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1055'^^xsd:string;
  dwc:observationDate '1986-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1121'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1121'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.3167'^^xsd:double;
  dwc:startLongitude '-66.3167'^^xsd:double;
  dwc:endLongitude '-66.3167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3167 44.6167, -66.3167 44.6167, -66.3167 44.6167, -66.3167 44.6167, -66.3167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1121'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -66.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-66.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1120'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1120'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-66.3167'^^xsd:double;
  dwc:startLongitude '-66.3167'^^xsd:double;
  dwc:endLongitude '-66.3167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3167 44.6167, -66.3167 44.6167, -66.3167 44.6167, -66.3167 44.6167, -66.3167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1120'^^xsd:string;
  dwc:observationDate '1986-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.305 -66.316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.305"^^xsd:decimal ;
  dwc:decimalLongitude "-66.316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.305 -66.316)"^^geo:wktLiteral ;
  geo-pos:lat "44.305"^^xsd:decimal ;
  geo-pos:long "-66.316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_649'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_649'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-66.316'^^xsd:double;
  dwc:startLongitude '-66.316'^^xsd:double;
  dwc:endLongitude '-66.316'^^xsd:double;
  dwc:latitude '44.305'^^xsd:double;
  dwc:startLatitude '44.305'^^xsd:double;
  dwc:endLatitude '44.305'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.316 44.305, -66.316 44.305, -66.316 44.305, -66.316 44.305, -66.316 44.305))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_649'^^xsd:string;
  dwc:observationDate '1990-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31 -66.316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31"^^xsd:decimal ;
  dwc:decimalLongitude "-66.316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31 -66.316)"^^geo:wktLiteral ;
  geo-pos:lat "44.31"^^xsd:decimal ;
  geo-pos:long "-66.316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2439'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2439'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.316'^^xsd:double;
  dwc:startLongitude '-66.316'^^xsd:double;
  dwc:endLongitude '-66.316'^^xsd:double;
  dwc:latitude '44.31'^^xsd:double;
  dwc:startLatitude '44.31'^^xsd:double;
  dwc:endLatitude '44.31'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.316 44.31, -66.316 44.31, -66.316 44.31, -66.316 44.31, -66.316 44.31))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2439'^^xsd:string;
  dwc:observationDate '1991-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 -66.316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "-66.316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 -66.316)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "-66.316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1419'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1419'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.316'^^xsd:double;
  dwc:startLongitude '-66.316'^^xsd:double;
  dwc:endLongitude '-66.316'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:startLatitude '44.42'^^xsd:double;
  dwc:endLatitude '44.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.316 44.42, -66.316 44.42, -66.316 44.42, -66.316 44.42, -66.316 44.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1419'^^xsd:string;
  dwc:observationDate '1995-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.406 -66.315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.406"^^xsd:decimal ;
  dwc:decimalLongitude "-66.315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.406 -66.315)"^^geo:wktLiteral ;
  geo-pos:lat "44.406"^^xsd:decimal ;
  geo-pos:long "-66.315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1725'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1725'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-66.315'^^xsd:double;
  dwc:startLongitude '-66.315'^^xsd:double;
  dwc:endLongitude '-66.315'^^xsd:double;
  dwc:latitude '44.406'^^xsd:double;
  dwc:startLatitude '44.406'^^xsd:double;
  dwc:endLatitude '44.406'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.315 44.406, -66.315 44.406, -66.315 44.406, -66.315 44.406, -66.315 44.406))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1725'^^xsd:string;
  dwc:observationDate '1995-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.324 -66.314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.324"^^xsd:decimal ;
  dwc:decimalLongitude "-66.314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.324 -66.314)"^^geo:wktLiteral ;
  geo-pos:lat "44.324"^^xsd:decimal ;
  geo-pos:long "-66.314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_802'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_802'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.314'^^xsd:double;
  dwc:startLongitude '-66.314'^^xsd:double;
  dwc:endLongitude '-66.314'^^xsd:double;
  dwc:latitude '44.324'^^xsd:double;
  dwc:startLatitude '44.324'^^xsd:double;
  dwc:endLatitude '44.324'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.314 44.324, -66.314 44.324, -66.314 44.324, -66.314 44.324, -66.314 44.324))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_802'^^xsd:string;
  dwc:observationDate '1990-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.344 -66.311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.344"^^xsd:decimal ;
  dwc:decimalLongitude "-66.311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.344 -66.311)"^^geo:wktLiteral ;
  geo-pos:lat "44.344"^^xsd:decimal ;
  geo-pos:long "-66.311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2510'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2510'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.311'^^xsd:double;
  dwc:startLongitude '-66.311'^^xsd:double;
  dwc:endLongitude '-66.311'^^xsd:double;
  dwc:latitude '44.344'^^xsd:double;
  dwc:startLatitude '44.344'^^xsd:double;
  dwc:endLatitude '44.344'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.311 44.344, -66.311 44.344, -66.311 44.344, -66.311 44.344, -66.311 44.344))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2510'^^xsd:string;
  dwc:observationDate '1995-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.401 -66.306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.401"^^xsd:decimal ;
  dwc:decimalLongitude "-66.306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.401 -66.306)"^^geo:wktLiteral ;
  geo-pos:lat "44.401"^^xsd:decimal ;
  geo-pos:long "-66.306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1766'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1766'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.306'^^xsd:double;
  dwc:startLongitude '-66.306'^^xsd:double;
  dwc:endLongitude '-66.306'^^xsd:double;
  dwc:latitude '44.401'^^xsd:double;
  dwc:startLatitude '44.401'^^xsd:double;
  dwc:endLatitude '44.401'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.306 44.401, -66.306 44.401, -66.306 44.401, -66.306 44.401, -66.306 44.401))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1766'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.405 -66.306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.405"^^xsd:decimal ;
  dwc:decimalLongitude "-66.306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.405 -66.306)"^^geo:wktLiteral ;
  geo-pos:lat "44.405"^^xsd:decimal ;
  geo-pos:long "-66.306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1962'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1962'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.306'^^xsd:double;
  dwc:startLongitude '-66.306'^^xsd:double;
  dwc:endLongitude '-66.306'^^xsd:double;
  dwc:latitude '44.405'^^xsd:double;
  dwc:startLatitude '44.405'^^xsd:double;
  dwc:endLatitude '44.405'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.306 44.405, -66.306 44.405, -66.306 44.405, -66.306 44.405, -66.306 44.405))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1962'^^xsd:string;
  dwc:observationDate '1991-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.341 -66.305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.341"^^xsd:decimal ;
  dwc:decimalLongitude "-66.305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.341 -66.305)"^^geo:wktLiteral ;
  geo-pos:lat "44.341"^^xsd:decimal ;
  geo-pos:long "-66.305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_659'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_659'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.305'^^xsd:double;
  dwc:startLongitude '-66.305'^^xsd:double;
  dwc:endLongitude '-66.305'^^xsd:double;
  dwc:latitude '44.341'^^xsd:double;
  dwc:startLatitude '44.341'^^xsd:double;
  dwc:endLatitude '44.341'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.305 44.341, -66.305 44.341, -66.305 44.341, -66.305 44.341, -66.305 44.341))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_659'^^xsd:string;
  dwc:observationDate '1991-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.387 -66.305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.387"^^xsd:decimal ;
  dwc:decimalLongitude "-66.305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.387 -66.305)"^^geo:wktLiteral ;
  geo-pos:lat "44.387"^^xsd:decimal ;
  geo-pos:long "-66.305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1494'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1494'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.305'^^xsd:double;
  dwc:startLongitude '-66.305'^^xsd:double;
  dwc:endLongitude '-66.305'^^xsd:double;
  dwc:latitude '44.387'^^xsd:double;
  dwc:startLatitude '44.387'^^xsd:double;
  dwc:endLatitude '44.387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.305 44.387, -66.305 44.387, -66.305 44.387, -66.305 44.387, -66.305 44.387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1494'^^xsd:string;
  dwc:observationDate '1991-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.343 -66.302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.343"^^xsd:decimal ;
  dwc:decimalLongitude "-66.302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.343 -66.302)"^^geo:wktLiteral ;
  geo-pos:lat "44.343"^^xsd:decimal ;
  geo-pos:long "-66.302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1066'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1066'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.302'^^xsd:double;
  dwc:startLongitude '-66.302'^^xsd:double;
  dwc:endLongitude '-66.302'^^xsd:double;
  dwc:latitude '44.343'^^xsd:double;
  dwc:startLatitude '44.343'^^xsd:double;
  dwc:endLatitude '44.343'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.302 44.343, -66.302 44.343, -66.302 44.343, -66.302 44.343, -66.302 44.343))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1066'^^xsd:string;
  dwc:observationDate '1992-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_937'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_937'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.3, -66.3 44.3, -66.3 44.3, -66.3 44.3, -66.3 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_937'^^xsd:string;
  dwc:observationDate '1992-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1029'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1029'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.3167, -66.3 44.3167, -66.3 44.3167, -66.3 44.3167, -66.3 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1029'^^xsd:string;
  dwc:observationDate '1992-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3167 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.3167"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_938'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_938'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.3167'^^xsd:double;
  dwc:startLatitude '44.3167'^^xsd:double;
  dwc:endLatitude '44.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.3167, -66.3 44.3167, -66.3 44.3167, -66.3 44.3167, -66.3 44.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_938'^^xsd:string;
  dwc:observationDate '1992-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_713'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_713'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.35, -66.3 44.35, -66.3 44.35, -66.3 44.35, -66.3 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_713'^^xsd:string;
  dwc:observationDate '1998-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_714'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_714'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.35, -66.3 44.35, -66.3 44.35, -66.3 44.35, -66.3 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_714'^^xsd:string;
  dwc:observationDate '1998-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.357 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.357"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.357 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.357"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_532'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_532'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.357'^^xsd:double;
  dwc:startLatitude '44.357'^^xsd:double;
  dwc:endLatitude '44.357'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.357, -66.3 44.357, -66.3 44.357, -66.3 44.357, -66.3 44.357))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_532'^^xsd:string;
  dwc:observationDate '1991-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_436'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_436'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.3667, -66.3 44.3667, -66.3 44.3667, -66.3 44.3667, -66.3 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_436'^^xsd:string;
  dwc:observationDate '2000-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_824'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_824'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.3667, -66.3 44.3667, -66.3 44.3667, -66.3 44.3667, -66.3 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_824'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3833 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.3833"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_822'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_822'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.3833'^^xsd:double;
  dwc:startLatitude '44.3833'^^xsd:double;
  dwc:endLatitude '44.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.3833, -66.3 44.3833, -66.3 44.3833, -66.3 44.3833, -66.3 44.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_822'^^xsd:string;
  dwc:observationDate '1992-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.426 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.426"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.426 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.426"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1988'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1988'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.426'^^xsd:double;
  dwc:startLatitude '44.426'^^xsd:double;
  dwc:endLatitude '44.426'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.426, -66.3 44.426, -66.3 44.426, -66.3 44.426, -66.3 44.426))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1988'^^xsd:string;
  dwc:observationDate '1991-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -66.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "-66.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -66.3)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "-66.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_332'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_332'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.3'^^xsd:double;
  dwc:startLongitude '-66.3'^^xsd:double;
  dwc:endLongitude '-66.3'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:startLatitude '44.45'^^xsd:double;
  dwc:endLatitude '44.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.3 44.45, -66.3 44.45, -66.3 44.45, -66.3 44.45, -66.3 44.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_332'^^xsd:string;
  dwc:observationDate '1998-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2701> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.449 -66.299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.449"^^xsd:decimal ;
  dwc:decimalLongitude "-66.299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.449 -66.299)"^^geo:wktLiteral ;
  geo-pos:lat "44.449"^^xsd:decimal ;
  geo-pos:long "-66.299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2701'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2701'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-66.299'^^xsd:double;
  dwc:startLongitude '-66.299'^^xsd:double;
  dwc:endLongitude '-66.299'^^xsd:double;
  dwc:latitude '44.449'^^xsd:double;
  dwc:startLatitude '44.449'^^xsd:double;
  dwc:endLatitude '44.449'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.299 44.449, -66.299 44.449, -66.299 44.449, -66.299 44.449, -66.299 44.449))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2701'^^xsd:string;
  dwc:observationDate '1990-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.423 -66.297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.423"^^xsd:decimal ;
  dwc:decimalLongitude "-66.297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.423 -66.297)"^^geo:wktLiteral ;
  geo-pos:lat "44.423"^^xsd:decimal ;
  geo-pos:long "-66.297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1961'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1961'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.297'^^xsd:double;
  dwc:startLongitude '-66.297'^^xsd:double;
  dwc:endLongitude '-66.297'^^xsd:double;
  dwc:latitude '44.423'^^xsd:double;
  dwc:startLatitude '44.423'^^xsd:double;
  dwc:endLatitude '44.423'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.297 44.423, -66.297 44.423, -66.297 44.423, -66.297 44.423, -66.297 44.423))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1961'^^xsd:string;
  dwc:observationDate '1991-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.543 -66.293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.543"^^xsd:decimal ;
  dwc:decimalLongitude "-66.293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.543 -66.293)"^^geo:wktLiteral ;
  geo-pos:lat "44.543"^^xsd:decimal ;
  geo-pos:long "-66.293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2137'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2137'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.293'^^xsd:double;
  dwc:startLongitude '-66.293'^^xsd:double;
  dwc:endLongitude '-66.293'^^xsd:double;
  dwc:latitude '44.543'^^xsd:double;
  dwc:startLatitude '44.543'^^xsd:double;
  dwc:endLatitude '44.543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.293 44.543, -66.293 44.543, -66.293 44.543, -66.293 44.543, -66.293 44.543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2137'^^xsd:string;
  dwc:observationDate '1990-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.361 -66.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.361"^^xsd:decimal ;
  dwc:decimalLongitude "-66.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.361 -66.29)"^^geo:wktLiteral ;
  geo-pos:lat "44.361"^^xsd:decimal ;
  geo-pos:long "-66.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2170'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2170'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-66.29'^^xsd:double;
  dwc:startLongitude '-66.29'^^xsd:double;
  dwc:endLongitude '-66.29'^^xsd:double;
  dwc:latitude '44.361'^^xsd:double;
  dwc:startLatitude '44.361'^^xsd:double;
  dwc:endLatitude '44.361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.29 44.361, -66.29 44.361, -66.29 44.361, -66.29 44.361, -66.29 44.361))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2170'^^xsd:string;
  dwc:observationDate '1990-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.412 -66.289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.412"^^xsd:decimal ;
  dwc:decimalLongitude "-66.289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.412 -66.289)"^^geo:wktLiteral ;
  geo-pos:lat "44.412"^^xsd:decimal ;
  geo-pos:long "-66.289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2382'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2382'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.289'^^xsd:double;
  dwc:startLongitude '-66.289'^^xsd:double;
  dwc:endLongitude '-66.289'^^xsd:double;
  dwc:latitude '44.412'^^xsd:double;
  dwc:startLatitude '44.412'^^xsd:double;
  dwc:endLatitude '44.412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.289 44.412, -66.289 44.412, -66.289 44.412, -66.289 44.412, -66.289 44.412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2382'^^xsd:string;
  dwc:observationDate '1990-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -66.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -66.2833)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-66.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1442'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1442'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-66.2833'^^xsd:double;
  dwc:startLongitude '-66.2833'^^xsd:double;
  dwc:endLongitude '-66.2833'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2833 43.9667, -66.2833 43.9667, -66.2833 43.9667, -66.2833 43.9667, -66.2833 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1442'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.2833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-66.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_197'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_197'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-66.2833'^^xsd:double;
  dwc:startLongitude '-66.2833'^^xsd:double;
  dwc:endLongitude '-66.2833'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2833 44.3667, -66.2833 44.3667, -66.2833 44.3667, -66.2833 44.3667, -66.2833 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_197'^^xsd:string;
  dwc:observationDate '1997-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.365"^^xsd:decimal ;
  dwc:decimalLongitude "-66.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.365 -66.28)"^^geo:wktLiteral ;
  geo-pos:lat "44.365"^^xsd:decimal ;
  geo-pos:long "-66.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2524'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2524'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-66.28'^^xsd:double;
  dwc:startLongitude '-66.28'^^xsd:double;
  dwc:endLongitude '-66.28'^^xsd:double;
  dwc:latitude '44.365'^^xsd:double;
  dwc:startLatitude '44.365'^^xsd:double;
  dwc:endLatitude '44.365'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.28 44.365, -66.28 44.365, -66.28 44.365, -66.28 44.365, -66.28 44.365))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2524'^^xsd:string;
  dwc:observationDate '1987-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416 -66.279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.416"^^xsd:decimal ;
  dwc:decimalLongitude "-66.279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.416 -66.279)"^^geo:wktLiteral ;
  geo-pos:lat "44.416"^^xsd:decimal ;
  geo-pos:long "-66.279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3511'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3511'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-66.279'^^xsd:double;
  dwc:startLongitude '-66.279'^^xsd:double;
  dwc:endLongitude '-66.279'^^xsd:double;
  dwc:latitude '44.416'^^xsd:double;
  dwc:startLatitude '44.416'^^xsd:double;
  dwc:endLatitude '44.416'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.279 44.416, -66.279 44.416, -66.279 44.416, -66.279 44.416, -66.279 44.416))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3511'^^xsd:string;
  dwc:observationDate '1991-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.484 -66.269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.484"^^xsd:decimal ;
  dwc:decimalLongitude "-66.269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.484 -66.269)"^^geo:wktLiteral ;
  geo-pos:lat "44.484"^^xsd:decimal ;
  geo-pos:long "-66.269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1764'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1764'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.269'^^xsd:double;
  dwc:startLongitude '-66.269'^^xsd:double;
  dwc:endLongitude '-66.269'^^xsd:double;
  dwc:latitude '44.484'^^xsd:double;
  dwc:startLatitude '44.484'^^xsd:double;
  dwc:endLatitude '44.484'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.269 44.484, -66.269 44.484, -66.269 44.484, -66.269 44.484, -66.269 44.484))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1764'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.484 -66.269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.484"^^xsd:decimal ;
  dwc:decimalLongitude "-66.269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.484 -66.269)"^^geo:wktLiteral ;
  geo-pos:lat "44.484"^^xsd:decimal ;
  geo-pos:long "-66.269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1767'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1767'^^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 '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-66.269'^^xsd:double;
  dwc:startLongitude '-66.269'^^xsd:double;
  dwc:endLongitude '-66.269'^^xsd:double;
  dwc:latitude '44.484'^^xsd:double;
  dwc:startLatitude '44.484'^^xsd:double;
  dwc:endLatitude '44.484'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.269 44.484, -66.269 44.484, -66.269 44.484, -66.269 44.484, -66.269 44.484))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1767'^^xsd:string;
  dwc:observationDate '1990-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3319> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.35"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.35 -66.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.35"^^xsd:decimal ;
  geo-pos:long "-66.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3319'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3319'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-66.2667'^^xsd:double;
  dwc:startLongitude '-66.2667'^^xsd:double;
  dwc:endLongitude '-66.2667'^^xsd:double;
  dwc:latitude '44.35'^^xsd:double;
  dwc:startLatitude '44.35'^^xsd:double;
  dwc:endLatitude '44.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2667 44.35, -66.2667 44.35, -66.2667 44.35, -66.2667 44.35, -66.2667 44.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3319'^^xsd:string;
  dwc:observationDate '1992-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-66.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_861'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_861'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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:longitude '-66.2667'^^xsd:double;
  dwc:startLongitude '-66.2667'^^xsd:double;
  dwc:endLongitude '-66.2667'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2667 44.3667, -66.2667 44.3667, -66.2667 44.3667, -66.2667 44.3667, -66.2667 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_861'^^xsd:string;
  dwc:observationDate '1997-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_744> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_744'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_744'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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:longitude '-66.2667'^^xsd:double;
  dwc:startLongitude '-66.2667'^^xsd:double;
  dwc:endLongitude '-66.2667'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2667 44.4667, -66.2667 44.4667, -66.2667 44.4667, -66.2667 44.4667, -66.2667 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_744'^^xsd:string;
  dwc:observationDate '1997-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1743> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.485 -66.266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.485"^^xsd:decimal ;
  dwc:decimalLongitude "-66.266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.485 -66.266)"^^geo:wktLiteral ;
  geo-pos:lat "44.485"^^xsd:decimal ;
  geo-pos:long "-66.266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1743'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1743'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-66.266'^^xsd:double;
  dwc:startLongitude '-66.266'^^xsd:double;
  dwc:endLongitude '-66.266'^^xsd:double;
  dwc:latitude '44.485'^^xsd:double;
  dwc:startLatitude '44.485'^^xsd:double;
  dwc:endLatitude '44.485'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.266 44.485, -66.266 44.485, -66.266 44.485, -66.266 44.485, -66.266 44.485))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1743'^^xsd:string;
  dwc:observationDate '1990-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 -66.256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.42"^^xsd:decimal ;
  dwc:decimalLongitude "-66.256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.42 -66.256)"^^geo:wktLiteral ;
  geo-pos:lat "44.42"^^xsd:decimal ;
  geo-pos:long "-66.256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_424'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_424'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-66.256'^^xsd:double;
  dwc:startLongitude '-66.256'^^xsd:double;
  dwc:endLongitude '-66.256'^^xsd:double;
  dwc:latitude '44.42'^^xsd:double;
  dwc:startLatitude '44.42'^^xsd:double;
  dwc:endLatitude '44.42'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.256 44.42, -66.256 44.42, -66.256 44.42, -66.256 44.42, -66.256 44.42))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_424'^^xsd:string;
  dwc:observationDate '1990-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.443 -66.256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.443"^^xsd:decimal ;
  dwc:decimalLongitude "-66.256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.443 -66.256)"^^geo:wktLiteral ;
  geo-pos:lat "44.443"^^xsd:decimal ;
  geo-pos:long "-66.256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2138'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2138'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.256'^^xsd:double;
  dwc:startLongitude '-66.256'^^xsd:double;
  dwc:endLongitude '-66.256'^^xsd:double;
  dwc:latitude '44.443'^^xsd:double;
  dwc:startLatitude '44.443'^^xsd:double;
  dwc:endLatitude '44.443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.256 44.443, -66.256 44.443, -66.256 44.443, -66.256 44.443, -66.256 44.443))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2138'^^xsd:string;
  dwc:observationDate '1990-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1836> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.466 -66.256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.466"^^xsd:decimal ;
  dwc:decimalLongitude "-66.256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.466 -66.256)"^^geo:wktLiteral ;
  geo-pos:lat "44.466"^^xsd:decimal ;
  geo-pos:long "-66.256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1836'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1836'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.256'^^xsd:double;
  dwc:startLongitude '-66.256'^^xsd:double;
  dwc:endLongitude '-66.256'^^xsd:double;
  dwc:latitude '44.466'^^xsd:double;
  dwc:startLatitude '44.466'^^xsd:double;
  dwc:endLatitude '44.466'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.256 44.466, -66.256 44.466, -66.256 44.466, -66.256 44.466, -66.256 44.466))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1836'^^xsd:string;
  dwc:observationDate '1991-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -66.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-66.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_746'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_746'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.25'^^xsd:double;
  dwc:startLongitude '-66.25'^^xsd:double;
  dwc:endLongitude '-66.25'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.25 44.4667, -66.25 44.4667, -66.25 44.4667, -66.25 44.4667, -66.25 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_746'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.386 -66.248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.386"^^xsd:decimal ;
  dwc:decimalLongitude "-66.248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.386 -66.248)"^^geo:wktLiteral ;
  geo-pos:lat "44.386"^^xsd:decimal ;
  geo-pos:long "-66.248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2389'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2389'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.248'^^xsd:double;
  dwc:startLongitude '-66.248'^^xsd:double;
  dwc:endLongitude '-66.248'^^xsd:double;
  dwc:latitude '44.386'^^xsd:double;
  dwc:startLatitude '44.386'^^xsd:double;
  dwc:endLatitude '44.386'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.248 44.386, -66.248 44.386, -66.248 44.386, -66.248 44.386, -66.248 44.386))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2389'^^xsd:string;
  dwc:observationDate '1991-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.52 -66.236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.52"^^xsd:decimal ;
  dwc:decimalLongitude "-66.236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.52 -66.236)"^^geo:wktLiteral ;
  geo-pos:lat "44.52"^^xsd:decimal ;
  geo-pos:long "-66.236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1358'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1358'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-66.236'^^xsd:double;
  dwc:startLongitude '-66.236'^^xsd:double;
  dwc:endLongitude '-66.236'^^xsd:double;
  dwc:latitude '44.52'^^xsd:double;
  dwc:startLatitude '44.52'^^xsd:double;
  dwc:endLatitude '44.52'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.236 44.52, -66.236 44.52, -66.236 44.52, -66.236 44.52, -66.236 44.52))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1358'^^xsd:string;
  dwc:observationDate '1995-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.508 -66.218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.508"^^xsd:decimal ;
  dwc:decimalLongitude "-66.218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.508 -66.218)"^^geo:wktLiteral ;
  geo-pos:lat "44.508"^^xsd:decimal ;
  geo-pos:long "-66.218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_644'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_644'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-66.218'^^xsd:double;
  dwc:startLongitude '-66.218'^^xsd:double;
  dwc:endLongitude '-66.218'^^xsd:double;
  dwc:latitude '44.508'^^xsd:double;
  dwc:startLatitude '44.508'^^xsd:double;
  dwc:endLatitude '44.508'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.218 44.508, -66.218 44.508, -66.218 44.508, -66.218 44.508, -66.218 44.508))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_644'^^xsd:string;
  dwc:observationDate '1987-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2062> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -66.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -66.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5167"^^xsd:decimal ;
  geo-pos:long "-66.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2062'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2062'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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:longitude '-66.2167'^^xsd:double;
  dwc:startLongitude '-66.2167'^^xsd:double;
  dwc:endLongitude '-66.2167'^^xsd:double;
  dwc:latitude '44.5167'^^xsd:double;
  dwc:startLatitude '44.5167'^^xsd:double;
  dwc:endLatitude '44.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2167 44.5167, -66.2167 44.5167, -66.2167 44.5167, -66.2167 44.5167, -66.2167 44.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2062'^^xsd:string;
  dwc:observationDate '1997-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9167 -66.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.9167 -66.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.9167"^^xsd:decimal ;
  geo-pos:long "-66.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_89'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_89'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-66.2167'^^xsd:double;
  dwc:startLongitude '-66.2167'^^xsd:double;
  dwc:endLongitude '-66.2167'^^xsd:double;
  dwc:latitude '44.9167'^^xsd:double;
  dwc:startLatitude '44.9167'^^xsd:double;
  dwc:endLatitude '44.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2167 44.9167, -66.2167 44.9167, -66.2167 44.9167, -66.2167 44.9167, -66.2167 44.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_89'^^xsd:string;
  dwc:observationDate '1985-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.528 -66.216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.528"^^xsd:decimal ;
  dwc:decimalLongitude "-66.216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.528 -66.216)"^^geo:wktLiteral ;
  geo-pos:lat "44.528"^^xsd:decimal ;
  geo-pos:long "-66.216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_327'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_327'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-66.216'^^xsd:double;
  dwc:startLongitude '-66.216'^^xsd:double;
  dwc:endLongitude '-66.216'^^xsd:double;
  dwc:latitude '44.528'^^xsd:double;
  dwc:startLatitude '44.528'^^xsd:double;
  dwc:endLatitude '44.528'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.216 44.528, -66.216 44.528, -66.216 44.528, -66.216 44.528, -66.216 44.528))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_327'^^xsd:string;
  dwc:observationDate '1995-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1801> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.504 -66.206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.504"^^xsd:decimal ;
  dwc:decimalLongitude "-66.206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.504 -66.206)"^^geo:wktLiteral ;
  geo-pos:lat "44.504"^^xsd:decimal ;
  geo-pos:long "-66.206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1801'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1801'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-66.206'^^xsd:double;
  dwc:startLongitude '-66.206'^^xsd:double;
  dwc:endLongitude '-66.206'^^xsd:double;
  dwc:latitude '44.504'^^xsd:double;
  dwc:startLatitude '44.504'^^xsd:double;
  dwc:endLatitude '44.504'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.206 44.504, -66.206 44.504, -66.206 44.504, -66.206 44.504, -66.206 44.504))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1801'^^xsd:string;
  dwc:observationDate '1991-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3167 -66.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.3167 -66.2)"^^geo:wktLiteral ;
  geo-pos:lat "41.3167"^^xsd:decimal ;
  geo-pos:long "-66.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2151'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2151'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-66.2'^^xsd:double;
  dwc:startLongitude '-66.2'^^xsd:double;
  dwc:endLongitude '-66.2'^^xsd:double;
  dwc:latitude '41.3167'^^xsd:double;
  dwc:startLatitude '41.3167'^^xsd:double;
  dwc:endLatitude '41.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2 41.3167, -66.2 41.3167, -66.2 41.3167, -66.2 41.3167, -66.2 41.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2151'^^xsd:string;
  dwc:observationDate '1991-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -66.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-66.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -66.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5333"^^xsd:decimal ;
  geo-pos:long "-66.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1623'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1623'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^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:longitude '-66.2'^^xsd:double;
  dwc:startLongitude '-66.2'^^xsd:double;
  dwc:endLongitude '-66.2'^^xsd:double;
  dwc:latitude '44.5333'^^xsd:double;
  dwc:startLatitude '44.5333'^^xsd:double;
  dwc:endLatitude '44.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.2 44.5333, -66.2 44.5333, -66.2 44.5333, -66.2 44.5333, -66.2 44.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1623'^^xsd:string;
  dwc:observationDate '1997-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.44 -66.192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.44 -66.192)"^^geo:wktLiteral ;
  geo-pos:lat "44.44"^^xsd:decimal ;
  geo-pos:long "-66.192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2091'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2091'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.192'^^xsd:double;
  dwc:startLongitude '-66.192'^^xsd:double;
  dwc:endLongitude '-66.192'^^xsd:double;
  dwc:latitude '44.44'^^xsd:double;
  dwc:startLatitude '44.44'^^xsd:double;
  dwc:endLatitude '44.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.192 44.44, -66.192 44.44, -66.192 44.44, -66.192 44.44, -66.192 44.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2091'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.44 -66.192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.44"^^xsd:decimal ;
  dwc:decimalLongitude "-66.192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.44 -66.192)"^^geo:wktLiteral ;
  geo-pos:lat "44.44"^^xsd:decimal ;
  geo-pos:long "-66.192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2093'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2093'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-66.192'^^xsd:double;
  dwc:startLongitude '-66.192'^^xsd:double;
  dwc:endLongitude '-66.192'^^xsd:double;
  dwc:latitude '44.44'^^xsd:double;
  dwc:startLatitude '44.44'^^xsd:double;
  dwc:endLatitude '44.44'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.192 44.44, -66.192 44.44, -66.192 44.44, -66.192 44.44, -66.192 44.44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2093'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1742> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.452 -66.184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.452"^^xsd:decimal ;
  dwc:decimalLongitude "-66.184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.452 -66.184)"^^geo:wktLiteral ;
  geo-pos:lat "44.452"^^xsd:decimal ;
  geo-pos:long "-66.184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1742'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1742'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^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:longitude '-66.184'^^xsd:double;
  dwc:startLongitude '-66.184'^^xsd:double;
  dwc:endLongitude '-66.184'^^xsd:double;
  dwc:latitude '44.452'^^xsd:double;
  dwc:startLatitude '44.452'^^xsd:double;
  dwc:endLatitude '44.452'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.184 44.452, -66.184 44.452, -66.184 44.452, -66.184 44.452, -66.184 44.452))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1742'^^xsd:string;
  dwc:observationDate '1987-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 -66.164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "-66.164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 -66.164)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "-66.164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2282'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2282'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-66.164'^^xsd:double;
  dwc:startLongitude '-66.164'^^xsd:double;
  dwc:endLongitude '-66.164'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:startLatitude '44.46'^^xsd:double;
  dwc:endLatitude '44.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.164 44.46, -66.164 44.46, -66.164 44.46, -66.164 44.46, -66.164 44.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2282'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-66.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -66.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-66.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_745'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_745'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-66.05'^^xsd:double;
  dwc:startLongitude '-66.05'^^xsd:double;
  dwc:endLongitude '-66.05'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-66.05 44.3667, -66.05 44.3667, -66.05 44.3667, -66.05 44.3667, -66.05 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_745'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -65.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8333 -65.5333)"^^geo:wktLiteral ;
  geo-pos:lat "42.8333"^^xsd:decimal ;
  geo-pos:long "-65.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1405'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1405'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-65.5333'^^xsd:double;
  dwc:startLongitude '-65.5333'^^xsd:double;
  dwc:endLongitude '-65.5333'^^xsd:double;
  dwc:latitude '42.8333'^^xsd:double;
  dwc:startLatitude '42.8333'^^xsd:double;
  dwc:endLatitude '42.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.5333 42.8333, -65.5333 42.8333, -65.5333 42.8333, -65.5333 42.8333, -65.5333 42.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1405'^^xsd:string;
  dwc:observationDate '1988-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -65.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -65.5167)"^^geo:wktLiteral ;
  geo-pos:lat "43.3667"^^xsd:decimal ;
  geo-pos:long "-65.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1382'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1382'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-65.5167'^^xsd:double;
  dwc:startLongitude '-65.5167'^^xsd:double;
  dwc:endLongitude '-65.5167'^^xsd:double;
  dwc:latitude '43.3667'^^xsd:double;
  dwc:startLatitude '43.3667'^^xsd:double;
  dwc:endLatitude '43.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1382'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -65.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -65.5167)"^^geo:wktLiteral ;
  geo-pos:lat "43.3667"^^xsd:decimal ;
  geo-pos:long "-65.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1379'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1379'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-65.5167'^^xsd:double;
  dwc:startLongitude '-65.5167'^^xsd:double;
  dwc:endLongitude '-65.5167'^^xsd:double;
  dwc:latitude '43.3667'^^xsd:double;
  dwc:startLatitude '43.3667'^^xsd:double;
  dwc:endLatitude '43.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1379'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -65.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-65.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -65.5167)"^^geo:wktLiteral ;
  geo-pos:lat "43.3667"^^xsd:decimal ;
  geo-pos:long "-65.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1380'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1380'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '-65.5167'^^xsd:double;
  dwc:startLongitude '-65.5167'^^xsd:double;
  dwc:endLongitude '-65.5167'^^xsd:double;
  dwc:latitude '43.3667'^^xsd:double;
  dwc:startLatitude '43.3667'^^xsd:double;
  dwc:endLatitude '43.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667, -65.5167 43.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1380'^^xsd:string;
  dwc:observationDate '1988-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9333 -65.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9333 -65.2167)"^^geo:wktLiteral ;
  geo-pos:lat "42.9333"^^xsd:decimal ;
  geo-pos:long "-65.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_219'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_219'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-65.2167'^^xsd:double;
  dwc:startLongitude '-65.2167'^^xsd:double;
  dwc:endLongitude '-65.2167'^^xsd:double;
  dwc:latitude '42.9333'^^xsd:double;
  dwc:startLatitude '42.9333'^^xsd:double;
  dwc:endLatitude '42.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.2167 42.9333, -65.2167 42.9333, -65.2167 42.9333, -65.2167 42.9333, -65.2167 42.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_219'^^xsd:string;
  dwc:observationDate '1986-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9333 -65.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-65.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.9333 -65.2167)"^^geo:wktLiteral ;
  geo-pos:lat "42.9333"^^xsd:decimal ;
  geo-pos:long "-65.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_218'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_218'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^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:longitude '-65.2167'^^xsd:double;
  dwc:startLongitude '-65.2167'^^xsd:double;
  dwc:endLongitude '-65.2167'^^xsd:double;
  dwc:latitude '42.9333'^^xsd:double;
  dwc:startLatitude '42.9333'^^xsd:double;
  dwc:endLatitude '42.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.2167 42.9333, -65.2167 42.9333, -65.2167 42.9333, -65.2167 42.9333, -65.2167 42.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_218'^^xsd:string;
  dwc:observationDate '1986-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1167 -65.035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-65.035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1167 -65.035)"^^geo:wktLiteral ;
  geo-pos:lat "32.1167"^^xsd:decimal ;
  geo-pos:long "-65.035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3879'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3879'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-65.035'^^xsd:double;
  dwc:startLongitude '-65.035'^^xsd:double;
  dwc:endLongitude '-65.035'^^xsd:double;
  dwc:latitude '32.1167'^^xsd:double;
  dwc:startLatitude '32.1167'^^xsd:double;
  dwc:endLatitude '32.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.035 32.1167, -65.035 32.1167, -65.035 32.1167, -65.035 32.1167, -65.035 32.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3879'^^xsd:string;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1167 -65.035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-65.035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1167 -65.035)"^^geo:wktLiteral ;
  geo-pos:lat "32.1167"^^xsd:decimal ;
  geo-pos:long "-65.035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3877'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3877'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-65.035'^^xsd:double;
  dwc:startLongitude '-65.035'^^xsd:double;
  dwc:endLongitude '-65.035'^^xsd:double;
  dwc:latitude '32.1167'^^xsd:double;
  dwc:startLatitude '32.1167'^^xsd:double;
  dwc:endLatitude '32.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.035 32.1167, -65.035 32.1167, -65.035 32.1167, -65.035 32.1167, -65.035 32.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3877'^^xsd:string;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1167 -65.035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-65.035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.1167 -65.035)"^^geo:wktLiteral ;
  geo-pos:lat "32.1167"^^xsd:decimal ;
  geo-pos:long "-65.035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3878'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3878'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-65.035'^^xsd:double;
  dwc:startLongitude '-65.035'^^xsd:double;
  dwc:endLongitude '-65.035'^^xsd:double;
  dwc:latitude '32.1167'^^xsd:double;
  dwc:startLatitude '32.1167'^^xsd:double;
  dwc:endLatitude '32.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-65.035 32.1167, -65.035 32.1167, -65.035 32.1167, -65.035 32.1167, -65.035 32.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3878'^^xsd:string;
  dwc:observationDate '1994-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -64.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-64.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -64.8333)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "-64.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3886'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3886'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-64.8333'^^xsd:double;
  dwc:startLongitude '-64.8333'^^xsd:double;
  dwc:endLongitude '-64.8333'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.2'^^xsd:double;
  dwc:endLatitude '32.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.8333 32.2, -64.8333 32.2, -64.8333 32.2, -64.8333 32.2, -64.8333 32.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3886'^^xsd:string;
  dwc:observationDate '1980-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2333 -64.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2333 -64.75)"^^geo:wktLiteral ;
  geo-pos:lat "32.2333"^^xsd:decimal ;
  geo-pos:long "-64.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3876'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3876'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-64.75'^^xsd:double;
  dwc:startLongitude '-64.75'^^xsd:double;
  dwc:endLongitude '-64.75'^^xsd:double;
  dwc:latitude '32.2333'^^xsd:double;
  dwc:startLatitude '32.2333'^^xsd:double;
  dwc:endLatitude '32.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.75 32.2333, -64.75 32.2333, -64.75 32.2333, -64.75 32.2333, -64.75 32.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3876'^^xsd:string;
  dwc:observationDate '1994-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2309> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2205 -64.7257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2205"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2205 -64.7257)"^^geo:wktLiteral ;
  geo-pos:lat "50.2205"^^xsd:decimal ;
  geo-pos:long "-64.7257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2309'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2309'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.7257'^^xsd:double;
  dwc:startLongitude '-64.7257'^^xsd:double;
  dwc:endLongitude '-64.7257'^^xsd:double;
  dwc:latitude '50.2205'^^xsd:double;
  dwc:startLatitude '50.2205'^^xsd:double;
  dwc:endLatitude '50.2205'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.7257 50.2205, -64.7257 50.2205, -64.7257 50.2205, -64.7257 50.2205, -64.7257 50.2205))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2309'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5833 -64.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-64.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5833 -64.7)"^^geo:wktLiteral ;
  geo-pos:lat "18.5833"^^xsd:decimal ;
  geo-pos:long "-64.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3926'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3926'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-64.7'^^xsd:double;
  dwc:startLongitude '-64.7'^^xsd:double;
  dwc:endLongitude '-64.7'^^xsd:double;
  dwc:latitude '18.5833'^^xsd:double;
  dwc:startLatitude '18.5833'^^xsd:double;
  dwc:endLatitude '18.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.7 18.5833, -64.7 18.5833, -64.7 18.5833, -64.7 18.5833, -64.7 18.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3926'^^xsd:string;
  dwc:observationDate '1987-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1502 -64.6365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1502"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1502 -64.6365)"^^geo:wktLiteral ;
  geo-pos:lat "50.1502"^^xsd:decimal ;
  geo-pos:long "-64.6365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2695'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2695'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.6365'^^xsd:double;
  dwc:startLongitude '-64.6365'^^xsd:double;
  dwc:endLongitude '-64.6365'^^xsd:double;
  dwc:latitude '50.1502'^^xsd:double;
  dwc:startLatitude '50.1502'^^xsd:double;
  dwc:endLatitude '50.1502'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.6365 50.1502, -64.6365 50.1502, -64.6365 50.1502, -64.6365 50.1502, -64.6365 50.1502))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2695'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2193 -64.636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2193"^^xsd:decimal ;
  dwc:decimalLongitude "-64.636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2193 -64.636)"^^geo:wktLiteral ;
  geo-pos:lat "50.2193"^^xsd:decimal ;
  geo-pos:long "-64.636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2414'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2414'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.636'^^xsd:double;
  dwc:startLongitude '-64.636'^^xsd:double;
  dwc:endLongitude '-64.636'^^xsd:double;
  dwc:latitude '50.2193'^^xsd:double;
  dwc:startLatitude '50.2193'^^xsd:double;
  dwc:endLatitude '50.2193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.636 50.2193, -64.636 50.2193, -64.636 50.2193, -64.636 50.2193, -64.636 50.2193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2414'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2420> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2193 -64.636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2193"^^xsd:decimal ;
  dwc:decimalLongitude "-64.636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2193 -64.636)"^^geo:wktLiteral ;
  geo-pos:lat "50.2193"^^xsd:decimal ;
  geo-pos:long "-64.636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2420'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2420'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.636'^^xsd:double;
  dwc:startLongitude '-64.636'^^xsd:double;
  dwc:endLongitude '-64.636'^^xsd:double;
  dwc:latitude '50.2193'^^xsd:double;
  dwc:startLatitude '50.2193'^^xsd:double;
  dwc:endLatitude '50.2193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.636 50.2193, -64.636 50.2193, -64.636 50.2193, -64.636 50.2193, -64.636 50.2193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2420'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2193 -64.636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2193"^^xsd:decimal ;
  dwc:decimalLongitude "-64.636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2193 -64.636)"^^geo:wktLiteral ;
  geo-pos:lat "50.2193"^^xsd:decimal ;
  geo-pos:long "-64.636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2401'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2401'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.636'^^xsd:double;
  dwc:startLongitude '-64.636'^^xsd:double;
  dwc:endLongitude '-64.636'^^xsd:double;
  dwc:latitude '50.2193'^^xsd:double;
  dwc:startLatitude '50.2193'^^xsd:double;
  dwc:endLatitude '50.2193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.636 50.2193, -64.636 50.2193, -64.636 50.2193, -64.636 50.2193, -64.636 50.2193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2401'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6333 -64.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6333 -64.6333)"^^geo:wktLiteral ;
  geo-pos:lat "18.6333"^^xsd:decimal ;
  geo-pos:long "-64.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3918'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3918'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-64.6333'^^xsd:double;
  dwc:startLongitude '-64.6333'^^xsd:double;
  dwc:endLongitude '-64.6333'^^xsd:double;
  dwc:latitude '18.6333'^^xsd:double;
  dwc:startLatitude '18.6333'^^xsd:double;
  dwc:endLatitude '18.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.6333 18.6333, -64.6333 18.6333, -64.6333 18.6333, -64.6333 18.6333, -64.6333 18.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3918'^^xsd:string;
  dwc:observationDate '1987-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6333 -64.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6333 -64.6333)"^^geo:wktLiteral ;
  geo-pos:lat "18.6333"^^xsd:decimal ;
  geo-pos:long "-64.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3920'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3920'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-64.6333'^^xsd:double;
  dwc:startLongitude '-64.6333'^^xsd:double;
  dwc:endLongitude '-64.6333'^^xsd:double;
  dwc:latitude '18.6333'^^xsd:double;
  dwc:startLatitude '18.6333'^^xsd:double;
  dwc:endLatitude '18.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.6333 18.6333, -64.6333 18.6333, -64.6333 18.6333, -64.6333 18.6333, -64.6333 18.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3920'^^xsd:string;
  dwc:observationDate '1987-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3 -64.6267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.3"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.3 -64.6267)"^^geo:wktLiteral ;
  geo-pos:lat "32.3"^^xsd:decimal ;
  geo-pos:long "-64.6267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3888'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3888'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-64.6267'^^xsd:double;
  dwc:startLongitude '-64.6267'^^xsd:double;
  dwc:endLongitude '-64.6267'^^xsd:double;
  dwc:latitude '32.3'^^xsd:double;
  dwc:startLatitude '32.3'^^xsd:double;
  dwc:endLatitude '32.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.6267 32.3, -64.6267 32.3, -64.6267 32.3, -64.6267 32.3, -64.6267 32.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3888'^^xsd:string;
  dwc:observationDate '1994-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3856> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -64.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -64.6167)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-64.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3856'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_3856'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-64.6167'^^xsd:double;
  dwc:startLongitude '-64.6167'^^xsd:double;
  dwc:endLongitude '-64.6167'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:startLatitude '44.0333'^^xsd:double;
  dwc:endLatitude '44.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.6167 44.0333, -64.6167 44.0333, -64.6167 44.0333, -64.6167 44.0333, -64.6167 44.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3856'^^xsd:string;
  dwc:observationDate '1980-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2233 -64.6115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2233"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2233 -64.6115)"^^geo:wktLiteral ;
  geo-pos:lat "50.2233"^^xsd:decimal ;
  geo-pos:long "-64.6115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2694'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2694'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.6115'^^xsd:double;
  dwc:startLongitude '-64.6115'^^xsd:double;
  dwc:endLongitude '-64.6115'^^xsd:double;
  dwc:latitude '50.2233'^^xsd:double;
  dwc:startLatitude '50.2233'^^xsd:double;
  dwc:endLatitude '50.2233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.6115 50.2233, -64.6115 50.2233, -64.6115 50.2233, -64.6115 50.2233, -64.6115 50.2233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2694'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2233 -64.6115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2233"^^xsd:decimal ;
  dwc:decimalLongitude "-64.6115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2233 -64.6115)"^^geo:wktLiteral ;
  geo-pos:lat "50.2233"^^xsd:decimal ;
  geo-pos:long "-64.6115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2696'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2696'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.6115'^^xsd:double;
  dwc:startLongitude '-64.6115'^^xsd:double;
  dwc:endLongitude '-64.6115'^^xsd:double;
  dwc:latitude '50.2233'^^xsd:double;
  dwc:startLatitude '50.2233'^^xsd:double;
  dwc:endLatitude '50.2233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.6115 50.2233, -64.6115 50.2233, -64.6115 50.2233, -64.6115 50.2233, -64.6115 50.2233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2696'^^xsd:string;
  dwc:observationDate '1992-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7167 -64.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.7167 -64.5833)"^^geo:wktLiteral ;
  geo-pos:lat "18.7167"^^xsd:decimal ;
  geo-pos:long "-64.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3919'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_3919'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-64.5833'^^xsd:double;
  dwc:startLongitude '-64.5833'^^xsd:double;
  dwc:endLongitude '-64.5833'^^xsd:double;
  dwc:latitude '18.7167'^^xsd:double;
  dwc:startLatitude '18.7167'^^xsd:double;
  dwc:endLatitude '18.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5833 18.7167, -64.5833 18.7167, -64.5833 18.7167, -64.5833 18.7167, -64.5833 18.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3919'^^xsd:string;
  dwc:observationDate '1987-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0408 -64.5742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0408"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0408 -64.5742)"^^geo:wktLiteral ;
  geo-pos:lat "50.0408"^^xsd:decimal ;
  geo-pos:long "-64.5742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_104'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_104'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-64.5742'^^xsd:double;
  dwc:startLongitude '-64.5742'^^xsd:double;
  dwc:endLongitude '-64.5742'^^xsd:double;
  dwc:latitude '50.0408'^^xsd:double;
  dwc:startLatitude '50.0408'^^xsd:double;
  dwc:endLatitude '50.0408'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5742 50.0408, -64.5742 50.0408, -64.5742 50.0408, -64.5742 50.0408, -64.5742 50.0408))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_104'^^xsd:string;
  dwc:observationDate '1992-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0403"^^xsd:decimal ;
  dwc:decimalLongitude "-64.574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.574)"^^geo:wktLiteral ;
  geo-pos:lat "50.0403"^^xsd:decimal ;
  geo-pos:long "-64.574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_105'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_105'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-64.574'^^xsd:double;
  dwc:startLongitude '-64.574'^^xsd:double;
  dwc:endLongitude '-64.574'^^xsd:double;
  dwc:latitude '50.0403'^^xsd:double;
  dwc:startLatitude '50.0403'^^xsd:double;
  dwc:endLatitude '50.0403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.574 50.0403, -64.574 50.0403, -64.574 50.0403, -64.574 50.0403, -64.574 50.0403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_105'^^xsd:string;
  dwc:observationDate '1992-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0403"^^xsd:decimal ;
  dwc:decimalLongitude "-64.574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.574)"^^geo:wktLiteral ;
  geo-pos:lat "50.0403"^^xsd:decimal ;
  geo-pos:long "-64.574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_103'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_103'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-64.574'^^xsd:double;
  dwc:startLongitude '-64.574'^^xsd:double;
  dwc:endLongitude '-64.574'^^xsd:double;
  dwc:latitude '50.0403'^^xsd:double;
  dwc:startLatitude '50.0403'^^xsd:double;
  dwc:endLatitude '50.0403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.574 50.0403, -64.574 50.0403, -64.574 50.0403, -64.574 50.0403, -64.574 50.0403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_103'^^xsd:string;
  dwc:observationDate '1992-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0403"^^xsd:decimal ;
  dwc:decimalLongitude "-64.574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.574)"^^geo:wktLiteral ;
  geo-pos:lat "50.0403"^^xsd:decimal ;
  geo-pos:long "-64.574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_102'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_102'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-64.574'^^xsd:double;
  dwc:startLongitude '-64.574'^^xsd:double;
  dwc:endLongitude '-64.574'^^xsd:double;
  dwc:latitude '50.0403'^^xsd:double;
  dwc:startLatitude '50.0403'^^xsd:double;
  dwc:endLatitude '50.0403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.574 50.0403, -64.574 50.0403, -64.574 50.0403, -64.574 50.0403, -64.574 50.0403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_102'^^xsd:string;
  dwc:observationDate '1992-10-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6333 -64.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.6333 -64.5333)"^^geo:wktLiteral ;
  geo-pos:lat "18.6333"^^xsd:decimal ;
  geo-pos:long "-64.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3922'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3922'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-64.5333'^^xsd:double;
  dwc:startLongitude '-64.5333'^^xsd:double;
  dwc:endLongitude '-64.5333'^^xsd:double;
  dwc:latitude '18.6333'^^xsd:double;
  dwc:startLatitude '18.6333'^^xsd:double;
  dwc:endLatitude '18.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5333 18.6333, -64.5333 18.6333, -64.5333 18.6333, -64.5333 18.6333, -64.5333 18.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3922'^^xsd:string;
  dwc:observationDate '1987-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9857"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  geo-pos:lat "49.9857"^^xsd:decimal ;
  geo-pos:long "-64.5007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_31'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_31'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.5007'^^xsd:double;
  dwc:startLongitude '-64.5007'^^xsd:double;
  dwc:endLongitude '-64.5007'^^xsd:double;
  dwc:latitude '49.9857'^^xsd:double;
  dwc:startLatitude '49.9857'^^xsd:double;
  dwc:endLatitude '49.9857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_31'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9857"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  geo-pos:lat "49.9857"^^xsd:decimal ;
  geo-pos:long "-64.5007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_30'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_30'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.5007'^^xsd:double;
  dwc:startLongitude '-64.5007'^^xsd:double;
  dwc:endLongitude '-64.5007'^^xsd:double;
  dwc:latitude '49.9857'^^xsd:double;
  dwc:startLatitude '49.9857'^^xsd:double;
  dwc:endLatitude '49.9857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_30'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9857"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  geo-pos:lat "49.9857"^^xsd:decimal ;
  geo-pos:long "-64.5007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_36'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_36'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.5007'^^xsd:double;
  dwc:startLongitude '-64.5007'^^xsd:double;
  dwc:endLongitude '-64.5007'^^xsd:double;
  dwc:latitude '49.9857'^^xsd:double;
  dwc:startLatitude '49.9857'^^xsd:double;
  dwc:endLatitude '49.9857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_36'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9857"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  geo-pos:lat "49.9857"^^xsd:decimal ;
  geo-pos:long "-64.5007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_35'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_35'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.5007'^^xsd:double;
  dwc:startLongitude '-64.5007'^^xsd:double;
  dwc:endLongitude '-64.5007'^^xsd:double;
  dwc:latitude '49.9857'^^xsd:double;
  dwc:startLatitude '49.9857'^^xsd:double;
  dwc:endLatitude '49.9857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_35'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9857"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  geo-pos:lat "49.9857"^^xsd:decimal ;
  geo-pos:long "-64.5007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_33'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_33'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.5007'^^xsd:double;
  dwc:startLongitude '-64.5007'^^xsd:double;
  dwc:endLongitude '-64.5007'^^xsd:double;
  dwc:latitude '49.9857'^^xsd:double;
  dwc:startLatitude '49.9857'^^xsd:double;
  dwc:endLatitude '49.9857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_33'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9857"^^xsd:decimal ;
  dwc:decimalLongitude "-64.5007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9857 -64.5007)"^^geo:wktLiteral ;
  geo-pos:lat "49.9857"^^xsd:decimal ;
  geo-pos:long "-64.5007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_34'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_34'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.5007'^^xsd:double;
  dwc:startLongitude '-64.5007'^^xsd:double;
  dwc:endLongitude '-64.5007'^^xsd:double;
  dwc:latitude '49.9857'^^xsd:double;
  dwc:startLatitude '49.9857'^^xsd:double;
  dwc:endLatitude '49.9857'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857, -64.5007 49.9857))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_34'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.4667)"^^geo:wktLiteral ;
  geo-pos:lat "18.5667"^^xsd:decimal ;
  geo-pos:long "-64.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3925'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3925'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-64.4667'^^xsd:double;
  dwc:startLongitude '-64.4667'^^xsd:double;
  dwc:endLongitude '-64.4667'^^xsd:double;
  dwc:latitude '18.5667'^^xsd:double;
  dwc:startLatitude '18.5667'^^xsd:double;
  dwc:endLatitude '18.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3925'^^xsd:string;
  dwc:observationDate '1987-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.4667)"^^geo:wktLiteral ;
  geo-pos:lat "18.5667"^^xsd:decimal ;
  geo-pos:long "-64.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3924'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3924'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-64.4667'^^xsd:double;
  dwc:startLongitude '-64.4667'^^xsd:double;
  dwc:endLongitude '-64.4667'^^xsd:double;
  dwc:latitude '18.5667'^^xsd:double;
  dwc:startLatitude '18.5667'^^xsd:double;
  dwc:endLatitude '18.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3924'^^xsd:string;
  dwc:observationDate '1987-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.4667)"^^geo:wktLiteral ;
  geo-pos:lat "18.5667"^^xsd:decimal ;
  geo-pos:long "-64.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3923'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3923'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-64.4667'^^xsd:double;
  dwc:startLongitude '-64.4667'^^xsd:double;
  dwc:endLongitude '-64.4667'^^xsd:double;
  dwc:latitude '18.5667'^^xsd:double;
  dwc:startLatitude '18.5667'^^xsd:double;
  dwc:endLatitude '18.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667, -64.4667 18.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3923'^^xsd:string;
  dwc:observationDate '1987-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2123> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1743 -64.4515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1743"^^xsd:decimal ;
  dwc:decimalLongitude "-64.4515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1743 -64.4515)"^^geo:wktLiteral ;
  geo-pos:lat "50.1743"^^xsd:decimal ;
  geo-pos:long "-64.4515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2123'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2123'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.4515'^^xsd:double;
  dwc:startLongitude '-64.4515'^^xsd:double;
  dwc:endLongitude '-64.4515'^^xsd:double;
  dwc:latitude '50.1743'^^xsd:double;
  dwc:startLatitude '50.1743'^^xsd:double;
  dwc:endLatitude '50.1743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.4515 50.1743, -64.4515 50.1743, -64.4515 50.1743, -64.4515 50.1743, -64.4515 50.1743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2123'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "18.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-64.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (18.5667 -64.45)"^^geo:wktLiteral ;
  geo-pos:lat "18.5667"^^xsd:decimal ;
  geo-pos:long "-64.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3927'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3927'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-64.45'^^xsd:double;
  dwc:startLongitude '-64.45'^^xsd:double;
  dwc:endLongitude '-64.45'^^xsd:double;
  dwc:latitude '18.5667'^^xsd:double;
  dwc:startLatitude '18.5667'^^xsd:double;
  dwc:endLatitude '18.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.45 18.5667, -64.45 18.5667, -64.45 18.5667, -64.45 18.5667, -64.45 18.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3927'^^xsd:string;
  dwc:observationDate '1987-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1858> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2208 -64.3925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2208"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2208 -64.3925)"^^geo:wktLiteral ;
  geo-pos:lat "50.2208"^^xsd:decimal ;
  geo-pos:long "-64.3925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1858'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1858'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-64.3925'^^xsd:double;
  dwc:startLongitude '-64.3925'^^xsd:double;
  dwc:endLongitude '-64.3925'^^xsd:double;
  dwc:latitude '50.2208'^^xsd:double;
  dwc:startLatitude '50.2208'^^xsd:double;
  dwc:endLatitude '50.2208'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.3925 50.2208, -64.3925 50.2208, -64.3925 50.2208, -64.3925 50.2208, -64.3925 50.2208))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1858'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1063 -64.3597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1063"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1063 -64.3597)"^^geo:wktLiteral ;
  geo-pos:lat "50.1063"^^xsd:decimal ;
  geo-pos:long "-64.3597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_939'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_939'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-64.3597'^^xsd:double;
  dwc:startLongitude '-64.3597'^^xsd:double;
  dwc:endLongitude '-64.3597'^^xsd:double;
  dwc:latitude '50.1063'^^xsd:double;
  dwc:startLatitude '50.1063'^^xsd:double;
  dwc:endLatitude '50.1063'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.3597 50.1063, -64.3597 50.1063, -64.3597 50.1063, -64.3597 50.1063, -64.3597 50.1063))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_939'^^xsd:string;
  dwc:observationDate '1992-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.074 -64.3355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.074"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.074 -64.3355)"^^geo:wktLiteral ;
  geo-pos:lat "50.074"^^xsd:decimal ;
  geo-pos:long "-64.3355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1226'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1226'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-64.3355'^^xsd:double;
  dwc:startLongitude '-64.3355'^^xsd:double;
  dwc:endLongitude '-64.3355'^^xsd:double;
  dwc:latitude '50.074'^^xsd:double;
  dwc:startLatitude '50.074'^^xsd:double;
  dwc:endLatitude '50.074'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.3355 50.074, -64.3355 50.074, -64.3355 50.074, -64.3355 50.074, -64.3355 50.074))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1226'^^xsd:string;
  dwc:observationDate '1992-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9743 -64.3173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9743"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9743 -64.3173)"^^geo:wktLiteral ;
  geo-pos:lat "49.9743"^^xsd:decimal ;
  geo-pos:long "-64.3173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_389'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_389'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-64.3173'^^xsd:double;
  dwc:startLongitude '-64.3173'^^xsd:double;
  dwc:endLongitude '-64.3173'^^xsd:double;
  dwc:latitude '49.9743'^^xsd:double;
  dwc:startLatitude '49.9743'^^xsd:double;
  dwc:endLatitude '49.9743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.3173 49.9743, -64.3173 49.9743, -64.3173 49.9743, -64.3173 49.9743, -64.3173 49.9743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_389'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9743 -64.3173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9743"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9743 -64.3173)"^^geo:wktLiteral ;
  geo-pos:lat "49.9743"^^xsd:decimal ;
  geo-pos:long "-64.3173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_390'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_390'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-64.3173'^^xsd:double;
  dwc:startLongitude '-64.3173'^^xsd:double;
  dwc:endLongitude '-64.3173'^^xsd:double;
  dwc:latitude '49.9743'^^xsd:double;
  dwc:startLatitude '49.9743'^^xsd:double;
  dwc:endLatitude '49.9743'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.3173 49.9743, -64.3173 49.9743, -64.3173 49.9743, -64.3173 49.9743, -64.3173 49.9743))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_390'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0207 -64.3028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0207"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0207 -64.3028)"^^geo:wktLiteral ;
  geo-pos:lat "50.0207"^^xsd:decimal ;
  geo-pos:long "-64.3028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_32'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_32'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.3028'^^xsd:double;
  dwc:startLongitude '-64.3028'^^xsd:double;
  dwc:endLongitude '-64.3028'^^xsd:double;
  dwc:latitude '50.0207'^^xsd:double;
  dwc:startLatitude '50.0207'^^xsd:double;
  dwc:endLatitude '50.0207'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.3028 50.0207, -64.3028 50.0207, -64.3028 50.0207, -64.3028 50.0207, -64.3028 50.0207))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_32'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0207 -64.3028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0207"^^xsd:decimal ;
  dwc:decimalLongitude "-64.3028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0207 -64.3028)"^^geo:wktLiteral ;
  geo-pos:lat "50.0207"^^xsd:decimal ;
  geo-pos:long "-64.3028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_29'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_29'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.3028'^^xsd:double;
  dwc:startLongitude '-64.3028'^^xsd:double;
  dwc:endLongitude '-64.3028'^^xsd:double;
  dwc:latitude '50.0207'^^xsd:double;
  dwc:startLatitude '50.0207'^^xsd:double;
  dwc:endLatitude '50.0207'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.3028 50.0207, -64.3028 50.0207, -64.3028 50.0207, -64.3028 50.0207, -64.3028 50.0207))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_29'^^xsd:string;
  dwc:observationDate '1992-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2066> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2075 -64.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.2075"^^xsd:decimal ;
  dwc:decimalLongitude "-64.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.2075 -64.29)"^^geo:wktLiteral ;
  geo-pos:lat "50.2075"^^xsd:decimal ;
  geo-pos:long "-64.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2066'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2066'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.29'^^xsd:double;
  dwc:startLongitude '-64.29'^^xsd:double;
  dwc:endLongitude '-64.29'^^xsd:double;
  dwc:latitude '50.2075'^^xsd:double;
  dwc:startLatitude '50.2075'^^xsd:double;
  dwc:endLatitude '50.2075'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.29 50.2075, -64.29 50.2075, -64.29 50.2075, -64.29 50.2075, -64.29 50.2075))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2066'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1606> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0373 -64.288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0373"^^xsd:decimal ;
  dwc:decimalLongitude "-64.288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0373 -64.288)"^^geo:wktLiteral ;
  geo-pos:lat "50.0373"^^xsd:decimal ;
  geo-pos:long "-64.288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1606'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1606'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-64.288'^^xsd:double;
  dwc:startLongitude '-64.288'^^xsd:double;
  dwc:endLongitude '-64.288'^^xsd:double;
  dwc:latitude '50.0373'^^xsd:double;
  dwc:startLatitude '50.0373'^^xsd:double;
  dwc:endLatitude '50.0373'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.288 50.0373, -64.288 50.0373, -64.288 50.0373, -64.288 50.0373, -64.288 50.0373))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1606'^^xsd:string;
  dwc:observationDate '1992-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0012 -64.2515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0012"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0012 -64.2515)"^^geo:wktLiteral ;
  geo-pos:lat "50.0012"^^xsd:decimal ;
  geo-pos:long "-64.2515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_234'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_234'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-64.2515'^^xsd:double;
  dwc:startLongitude '-64.2515'^^xsd:double;
  dwc:endLongitude '-64.2515'^^xsd:double;
  dwc:latitude '50.0012'^^xsd:double;
  dwc:startLatitude '50.0012'^^xsd:double;
  dwc:endLatitude '50.0012'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2515 50.0012, -64.2515 50.0012, -64.2515 50.0012, -64.2515 50.0012, -64.2515 50.0012))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_234'^^xsd:string;
  dwc:observationDate '1992-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0012 -64.2515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0012"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0012 -64.2515)"^^geo:wktLiteral ;
  geo-pos:lat "50.0012"^^xsd:decimal ;
  geo-pos:long "-64.2515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_235'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_235'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-64.2515'^^xsd:double;
  dwc:startLongitude '-64.2515'^^xsd:double;
  dwc:endLongitude '-64.2515'^^xsd:double;
  dwc:latitude '50.0012'^^xsd:double;
  dwc:startLatitude '50.0012'^^xsd:double;
  dwc:endLatitude '50.0012'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2515 50.0012, -64.2515 50.0012, -64.2515 50.0012, -64.2515 50.0012, -64.2515 50.0012))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_235'^^xsd:string;
  dwc:observationDate '1992-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.2238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0403"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.2238)"^^geo:wktLiteral ;
  geo-pos:lat "50.0403"^^xsd:decimal ;
  geo-pos:long "-64.2238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1225'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1225'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-64.2238'^^xsd:double;
  dwc:startLongitude '-64.2238'^^xsd:double;
  dwc:endLongitude '-64.2238'^^xsd:double;
  dwc:latitude '50.0403'^^xsd:double;
  dwc:startLatitude '50.0403'^^xsd:double;
  dwc:endLatitude '50.0403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1225'^^xsd:string;
  dwc:observationDate '1992-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.2238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0403"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.2238)"^^geo:wktLiteral ;
  geo-pos:lat "50.0403"^^xsd:decimal ;
  geo-pos:long "-64.2238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1230'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1230'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-64.2238'^^xsd:double;
  dwc:startLongitude '-64.2238'^^xsd:double;
  dwc:endLongitude '-64.2238'^^xsd:double;
  dwc:latitude '50.0403'^^xsd:double;
  dwc:startLatitude '50.0403'^^xsd:double;
  dwc:endLatitude '50.0403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1230'^^xsd:string;
  dwc:observationDate '1992-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.2238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0403"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0403 -64.2238)"^^geo:wktLiteral ;
  geo-pos:lat "50.0403"^^xsd:decimal ;
  geo-pos:long "-64.2238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1224'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1224'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-64.2238'^^xsd:double;
  dwc:startLongitude '-64.2238'^^xsd:double;
  dwc:endLongitude '-64.2238'^^xsd:double;
  dwc:latitude '50.0403'^^xsd:double;
  dwc:startLatitude '50.0403'^^xsd:double;
  dwc:endLatitude '50.0403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403, -64.2238 50.0403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1224'^^xsd:string;
  dwc:observationDate '1992-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0712 -64.2083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0712"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0712 -64.2083)"^^geo:wktLiteral ;
  geo-pos:lat "50.0712"^^xsd:decimal ;
  geo-pos:long "-64.2083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1164'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1164'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-64.2083'^^xsd:double;
  dwc:startLongitude '-64.2083'^^xsd:double;
  dwc:endLongitude '-64.2083'^^xsd:double;
  dwc:latitude '50.0712'^^xsd:double;
  dwc:startLatitude '50.0712'^^xsd:double;
  dwc:endLatitude '50.0712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1164'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0712 -64.2083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0712"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0712 -64.2083)"^^geo:wktLiteral ;
  geo-pos:lat "50.0712"^^xsd:decimal ;
  geo-pos:long "-64.2083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1171'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1171'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-64.2083'^^xsd:double;
  dwc:startLongitude '-64.2083'^^xsd:double;
  dwc:endLongitude '-64.2083'^^xsd:double;
  dwc:latitude '50.0712'^^xsd:double;
  dwc:startLatitude '50.0712'^^xsd:double;
  dwc:endLatitude '50.0712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1171'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0712 -64.2083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0712"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0712 -64.2083)"^^geo:wktLiteral ;
  geo-pos:lat "50.0712"^^xsd:decimal ;
  geo-pos:long "-64.2083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1170'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1170'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-64.2083'^^xsd:double;
  dwc:startLongitude '-64.2083'^^xsd:double;
  dwc:endLongitude '-64.2083'^^xsd:double;
  dwc:latitude '50.0712'^^xsd:double;
  dwc:startLatitude '50.0712'^^xsd:double;
  dwc:endLatitude '50.0712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712, -64.2083 50.0712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1170'^^xsd:string;
  dwc:observationDate '1992-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -64.205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-64.205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1333 -64.205)"^^geo:wktLiteral ;
  geo-pos:lat "50.1333"^^xsd:decimal ;
  geo-pos:long "-64.205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3457'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3457'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-64.205'^^xsd:double;
  dwc:startLongitude '-64.205'^^xsd:double;
  dwc:endLongitude '-64.205'^^xsd:double;
  dwc:latitude '50.1333'^^xsd:double;
  dwc:startLatitude '50.1333'^^xsd:double;
  dwc:endLatitude '50.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.205 50.1333, -64.205 50.1333, -64.205 50.1333, -64.205 50.1333, -64.205 50.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3457'^^xsd:string;
  dwc:observationDate '1992-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.034 -64.2012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.034"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.034 -64.2012)"^^geo:wktLiteral ;
  geo-pos:lat "50.034"^^xsd:decimal ;
  geo-pos:long "-64.2012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1288'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1288'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-64.2012'^^xsd:double;
  dwc:startLongitude '-64.2012'^^xsd:double;
  dwc:endLongitude '-64.2012'^^xsd:double;
  dwc:latitude '50.034'^^xsd:double;
  dwc:startLatitude '50.034'^^xsd:double;
  dwc:endLatitude '50.034'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2012 50.034, -64.2012 50.034, -64.2012 50.034, -64.2012 50.034, -64.2012 50.034))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1288'^^xsd:string;
  dwc:observationDate '1992-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.034 -64.2012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.034"^^xsd:decimal ;
  dwc:decimalLongitude "-64.2012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.034 -64.2012)"^^geo:wktLiteral ;
  geo-pos:lat "50.034"^^xsd:decimal ;
  geo-pos:long "-64.2012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1289'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1289'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-64.2012'^^xsd:double;
  dwc:startLongitude '-64.2012'^^xsd:double;
  dwc:endLongitude '-64.2012'^^xsd:double;
  dwc:latitude '50.034'^^xsd:double;
  dwc:startLatitude '50.034'^^xsd:double;
  dwc:endLatitude '50.034'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.2012 50.034, -64.2012 50.034, -64.2012 50.034, -64.2012 50.034, -64.2012 50.034))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1289'^^xsd:string;
  dwc:observationDate '1992-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.108 -64.075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.108"^^xsd:decimal ;
  dwc:decimalLongitude "-64.075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.108 -64.075)"^^geo:wktLiteral ;
  geo-pos:lat "50.108"^^xsd:decimal ;
  geo-pos:long "-64.075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3481'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3481'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-64.075'^^xsd:double;
  dwc:startLongitude '-64.075'^^xsd:double;
  dwc:endLongitude '-64.075'^^xsd:double;
  dwc:latitude '50.108'^^xsd:double;
  dwc:startLatitude '50.108'^^xsd:double;
  dwc:endLatitude '50.108'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.075 50.108, -64.075 50.108, -64.075 50.108, -64.075 50.108, -64.075 50.108))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3481'^^xsd:string;
  dwc:observationDate '1992-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.053 -64.0398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.053"^^xsd:decimal ;
  dwc:decimalLongitude "-64.0398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.053 -64.0398)"^^geo:wktLiteral ;
  geo-pos:lat "50.053"^^xsd:decimal ;
  geo-pos:long "-64.0398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_906'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_906'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-64.0398'^^xsd:double;
  dwc:startLongitude '-64.0398'^^xsd:double;
  dwc:endLongitude '-64.0398'^^xsd:double;
  dwc:latitude '50.053'^^xsd:double;
  dwc:startLatitude '50.053'^^xsd:double;
  dwc:endLatitude '50.053'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.0398 50.053, -64.0398 50.053, -64.0398 50.053, -64.0398 50.053, -64.0398 50.053))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_906'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.053 -64.0398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.053"^^xsd:decimal ;
  dwc:decimalLongitude "-64.0398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.053 -64.0398)"^^geo:wktLiteral ;
  geo-pos:lat "50.053"^^xsd:decimal ;
  geo-pos:long "-64.0398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_904'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_904'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-64.0398'^^xsd:double;
  dwc:startLongitude '-64.0398'^^xsd:double;
  dwc:endLongitude '-64.0398'^^xsd:double;
  dwc:latitude '50.053'^^xsd:double;
  dwc:startLatitude '50.053'^^xsd:double;
  dwc:endLatitude '50.053'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.0398 50.053, -64.0398 50.053, -64.0398 50.053, -64.0398 50.053, -64.0398 50.053))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_904'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_902> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.053 -64.0398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.053"^^xsd:decimal ;
  dwc:decimalLongitude "-64.0398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.053 -64.0398)"^^geo:wktLiteral ;
  geo-pos:lat "50.053"^^xsd:decimal ;
  geo-pos:long "-64.0398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_902'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_902'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-64.0398'^^xsd:double;
  dwc:startLongitude '-64.0398'^^xsd:double;
  dwc:endLongitude '-64.0398'^^xsd:double;
  dwc:latitude '50.053'^^xsd:double;
  dwc:startLatitude '50.053'^^xsd:double;
  dwc:endLatitude '50.053'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.0398 50.053, -64.0398 50.053, -64.0398 50.053, -64.0398 50.053, -64.0398 50.053))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_902'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_903> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.037 -64.0203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.037"^^xsd:decimal ;
  dwc:decimalLongitude "-64.0203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.037 -64.0203)"^^geo:wktLiteral ;
  geo-pos:lat "50.037"^^xsd:decimal ;
  geo-pos:long "-64.0203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_903'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_903'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-64.0203'^^xsd:double;
  dwc:startLongitude '-64.0203'^^xsd:double;
  dwc:endLongitude '-64.0203'^^xsd:double;
  dwc:latitude '50.037'^^xsd:double;
  dwc:startLatitude '50.037'^^xsd:double;
  dwc:endLatitude '50.037'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.0203 50.037, -64.0203 50.037, -64.0203 50.037, -64.0203 50.037, -64.0203 50.037))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_903'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0168 -64.0018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0168"^^xsd:decimal ;
  dwc:decimalLongitude "-64.0018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0168 -64.0018)"^^geo:wktLiteral ;
  geo-pos:lat "50.0168"^^xsd:decimal ;
  geo-pos:long "-64.0018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1461'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1461'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-64.0018'^^xsd:double;
  dwc:startLongitude '-64.0018'^^xsd:double;
  dwc:endLongitude '-64.0018'^^xsd:double;
  dwc:latitude '50.0168'^^xsd:double;
  dwc:startLatitude '50.0168'^^xsd:double;
  dwc:endLatitude '50.0168'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-64.0018 50.0168, -64.0018 50.0168, -64.0018 50.0168, -64.0018 50.0168, -64.0018 50.0168))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1461'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.6 -63.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "16.6"^^xsd:decimal ;
  dwc:decimalLongitude "-63.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (16.6 -63.9167)"^^geo:wktLiteral ;
  geo-pos:lat "16.6"^^xsd:decimal ;
  geo-pos:long "-63.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3928'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3928'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-63.9167'^^xsd:double;
  dwc:startLongitude '-63.9167'^^xsd:double;
  dwc:endLongitude '-63.9167'^^xsd:double;
  dwc:latitude '16.6'^^xsd:double;
  dwc:startLatitude '16.6'^^xsd:double;
  dwc:endLatitude '16.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.9167 16.6, -63.9167 16.6, -63.9167 16.6, -63.9167 16.6, -63.9167 16.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3928'^^xsd:string;
  dwc:observationDate '1995-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0023 -63.7382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0023"^^xsd:decimal ;
  dwc:decimalLongitude "-63.7382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0023 -63.7382)"^^geo:wktLiteral ;
  geo-pos:lat "50.0023"^^xsd:decimal ;
  geo-pos:long "-63.7382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_298'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_298'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-63.7382'^^xsd:double;
  dwc:startLongitude '-63.7382'^^xsd:double;
  dwc:endLongitude '-63.7382'^^xsd:double;
  dwc:latitude '50.0023'^^xsd:double;
  dwc:startLatitude '50.0023'^^xsd:double;
  dwc:endLatitude '50.0023'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.7382 50.0023, -63.7382 50.0023, -63.7382 50.0023, -63.7382 50.0023, -63.7382 50.0023))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_298'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -63.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "-63.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -63.65)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "-63.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1338'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1338'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-63.65'^^xsd:double;
  dwc:startLongitude '-63.65'^^xsd:double;
  dwc:endLongitude '-63.65'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:startLatitude '43.9'^^xsd:double;
  dwc:endLatitude '43.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.65 43.9, -63.65 43.9, -63.65 43.9, -63.65 43.9, -63.65 43.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1338'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0858 -63.6097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0858"^^xsd:decimal ;
  dwc:decimalLongitude "-63.6097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0858 -63.6097)"^^geo:wktLiteral ;
  geo-pos:lat "50.0858"^^xsd:decimal ;
  geo-pos:long "-63.6097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1575'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1575'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-63.6097'^^xsd:double;
  dwc:startLongitude '-63.6097'^^xsd:double;
  dwc:endLongitude '-63.6097'^^xsd:double;
  dwc:latitude '50.0858'^^xsd:double;
  dwc:startLatitude '50.0858'^^xsd:double;
  dwc:endLatitude '50.0858'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.6097 50.0858, -63.6097 50.0858, -63.6097 50.0858, -63.6097 50.0858, -63.6097 50.0858))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1575'^^xsd:string;
  dwc:observationDate '1992-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9523 -63.6015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9523"^^xsd:decimal ;
  dwc:decimalLongitude "-63.6015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9523 -63.6015)"^^geo:wktLiteral ;
  geo-pos:lat "49.9523"^^xsd:decimal ;
  geo-pos:long "-63.6015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_413'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_413'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-63.6015'^^xsd:double;
  dwc:startLongitude '-63.6015'^^xsd:double;
  dwc:endLongitude '-63.6015'^^xsd:double;
  dwc:latitude '49.9523'^^xsd:double;
  dwc:startLatitude '49.9523'^^xsd:double;
  dwc:endLatitude '49.9523'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.6015 49.9523, -63.6015 49.9523, -63.6015 49.9523, -63.6015 49.9523, -63.6015 49.9523))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_413'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -63.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9333"^^xsd:decimal ;
  dwc:decimalLongitude "-63.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9333 -63.5333)"^^geo:wktLiteral ;
  geo-pos:lat "43.9333"^^xsd:decimal ;
  geo-pos:long "-63.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1334'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1334'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-63.5333'^^xsd:double;
  dwc:startLongitude '-63.5333'^^xsd:double;
  dwc:endLongitude '-63.5333'^^xsd:double;
  dwc:latitude '43.9333'^^xsd:double;
  dwc:startLatitude '43.9333'^^xsd:double;
  dwc:endLatitude '43.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.5333 43.9333, -63.5333 43.9333, -63.5333 43.9333, -63.5333 43.9333, -63.5333 43.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1334'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1528> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.921 -63.4842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.921"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.921 -63.4842)"^^geo:wktLiteral ;
  geo-pos:lat "49.921"^^xsd:decimal ;
  geo-pos:long "-63.4842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1528'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1528'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.4842'^^xsd:double;
  dwc:startLongitude '-63.4842'^^xsd:double;
  dwc:endLongitude '-63.4842'^^xsd:double;
  dwc:latitude '49.921'^^xsd:double;
  dwc:startLatitude '49.921'^^xsd:double;
  dwc:endLatitude '49.921'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4842 49.921, -63.4842 49.921, -63.4842 49.921, -63.4842 49.921, -63.4842 49.921))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1528'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1531> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.921 -63.4842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.921"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.921 -63.4842)"^^geo:wktLiteral ;
  geo-pos:lat "49.921"^^xsd:decimal ;
  geo-pos:long "-63.4842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1531'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1531'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.4842'^^xsd:double;
  dwc:startLongitude '-63.4842'^^xsd:double;
  dwc:endLongitude '-63.4842'^^xsd:double;
  dwc:latitude '49.921'^^xsd:double;
  dwc:startLatitude '49.921'^^xsd:double;
  dwc:endLatitude '49.921'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4842 49.921, -63.4842 49.921, -63.4842 49.921, -63.4842 49.921, -63.4842 49.921))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1531'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1526> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.921 -63.4842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.921"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.921 -63.4842)"^^geo:wktLiteral ;
  geo-pos:lat "49.921"^^xsd:decimal ;
  geo-pos:long "-63.4842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1526'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1526'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.4842'^^xsd:double;
  dwc:startLongitude '-63.4842'^^xsd:double;
  dwc:endLongitude '-63.4842'^^xsd:double;
  dwc:latitude '49.921'^^xsd:double;
  dwc:startLatitude '49.921'^^xsd:double;
  dwc:endLatitude '49.921'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4842 49.921, -63.4842 49.921, -63.4842 49.921, -63.4842 49.921, -63.4842 49.921))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1526'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1535> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9915 -63.4735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9915"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9915 -63.4735)"^^geo:wktLiteral ;
  geo-pos:lat "49.9915"^^xsd:decimal ;
  geo-pos:long "-63.4735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1535'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1535'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.4735'^^xsd:double;
  dwc:startLongitude '-63.4735'^^xsd:double;
  dwc:endLongitude '-63.4735'^^xsd:double;
  dwc:latitude '49.9915'^^xsd:double;
  dwc:startLatitude '49.9915'^^xsd:double;
  dwc:endLatitude '49.9915'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4735 49.9915, -63.4735 49.9915, -63.4735 49.9915, -63.4735 49.9915, -63.4735 49.9915))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1535'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1477> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9047 -63.4402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9047"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9047 -63.4402)"^^geo:wktLiteral ;
  geo-pos:lat "49.9047"^^xsd:decimal ;
  geo-pos:long "-63.4402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1477'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1477'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.4402'^^xsd:double;
  dwc:startLongitude '-63.4402'^^xsd:double;
  dwc:endLongitude '-63.4402'^^xsd:double;
  dwc:latitude '49.9047'^^xsd:double;
  dwc:startLatitude '49.9047'^^xsd:double;
  dwc:endLatitude '49.9047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4402 49.9047, -63.4402 49.9047, -63.4402 49.9047, -63.4402 49.9047, -63.4402 49.9047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1477'^^xsd:string;
  dwc:observationDate '1992-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9182 -63.4378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9182"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9182 -63.4378)"^^geo:wktLiteral ;
  geo-pos:lat "49.9182"^^xsd:decimal ;
  geo-pos:long "-63.4378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_610'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_610'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-63.4378'^^xsd:double;
  dwc:startLongitude '-63.4378'^^xsd:double;
  dwc:endLongitude '-63.4378'^^xsd:double;
  dwc:latitude '49.9182'^^xsd:double;
  dwc:startLatitude '49.9182'^^xsd:double;
  dwc:endLatitude '49.9182'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4378 49.9182, -63.4378 49.9182, -63.4378 49.9182, -63.4378 49.9182, -63.4378 49.9182))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_610'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9403 -63.4355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9403"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9403 -63.4355)"^^geo:wktLiteral ;
  geo-pos:lat "49.9403"^^xsd:decimal ;
  geo-pos:long "-63.4355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_491'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_491'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.4355'^^xsd:double;
  dwc:startLongitude '-63.4355'^^xsd:double;
  dwc:endLongitude '-63.4355'^^xsd:double;
  dwc:latitude '49.9403'^^xsd:double;
  dwc:startLatitude '49.9403'^^xsd:double;
  dwc:endLatitude '49.9403'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4355 49.9403, -63.4355 49.9403, -63.4355 49.9403, -63.4355 49.9403, -63.4355 49.9403))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_491'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.934 -63.4243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.934"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.934 -63.4243)"^^geo:wktLiteral ;
  geo-pos:lat "49.934"^^xsd:decimal ;
  geo-pos:long "-63.4243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_550'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_550'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-63.4243'^^xsd:double;
  dwc:startLongitude '-63.4243'^^xsd:double;
  dwc:endLongitude '-63.4243'^^xsd:double;
  dwc:latitude '49.934'^^xsd:double;
  dwc:startLatitude '49.934'^^xsd:double;
  dwc:endLatitude '49.934'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4243 49.934, -63.4243 49.934, -63.4243 49.934, -63.4243 49.934, -63.4243 49.934))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_550'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.934 -63.4243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.934"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.934 -63.4243)"^^geo:wktLiteral ;
  geo-pos:lat "49.934"^^xsd:decimal ;
  geo-pos:long "-63.4243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_547'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_547'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-63.4243'^^xsd:double;
  dwc:startLongitude '-63.4243'^^xsd:double;
  dwc:endLongitude '-63.4243'^^xsd:double;
  dwc:latitude '49.934'^^xsd:double;
  dwc:startLatitude '49.934'^^xsd:double;
  dwc:endLatitude '49.934'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4243 49.934, -63.4243 49.934, -63.4243 49.934, -63.4243 49.934, -63.4243 49.934))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_547'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9023 -63.4217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9023"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9023 -63.4217)"^^geo:wktLiteral ;
  geo-pos:lat "49.9023"^^xsd:decimal ;
  geo-pos:long "-63.4217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_611'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_611'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-63.4217'^^xsd:double;
  dwc:startLongitude '-63.4217'^^xsd:double;
  dwc:endLongitude '-63.4217'^^xsd:double;
  dwc:latitude '49.9023'^^xsd:double;
  dwc:startLatitude '49.9023'^^xsd:double;
  dwc:endLatitude '49.9023'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4217 49.9023, -63.4217 49.9023, -63.4217 49.9023, -63.4217 49.9023, -63.4217 49.9023))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_611'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9023 -63.4083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9023"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9023 -63.4083)"^^geo:wktLiteral ;
  geo-pos:lat "49.9023"^^xsd:decimal ;
  geo-pos:long "-63.4083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1624'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1624'^^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 '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-63.4083'^^xsd:double;
  dwc:startLongitude '-63.4083'^^xsd:double;
  dwc:endLongitude '-63.4083'^^xsd:double;
  dwc:latitude '49.9023'^^xsd:double;
  dwc:startLatitude '49.9023'^^xsd:double;
  dwc:endLatitude '49.9023'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4083 49.9023, -63.4083 49.9023, -63.4083 49.9023, -63.4083 49.9023, -63.4083 49.9023))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1624'^^xsd:string;
  dwc:observationDate '1992-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1534> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9363 -63.407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9363"^^xsd:decimal ;
  dwc:decimalLongitude "-63.407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9363 -63.407)"^^geo:wktLiteral ;
  geo-pos:lat "49.9363"^^xsd:decimal ;
  geo-pos:long "-63.407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1534'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1534'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.407'^^xsd:double;
  dwc:startLongitude '-63.407'^^xsd:double;
  dwc:endLongitude '-63.407'^^xsd:double;
  dwc:latitude '49.9363'^^xsd:double;
  dwc:startLatitude '49.9363'^^xsd:double;
  dwc:endLatitude '49.9363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.407 49.9363, -63.407 49.9363, -63.407 49.9363, -63.407 49.9363, -63.407 49.9363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1534'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.4025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.4025)"^^geo:wktLiteral ;
  geo-pos:lat "49.9"^^xsd:decimal ;
  geo-pos:long "-63.4025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_595'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_595'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-63.4025'^^xsd:double;
  dwc:startLongitude '-63.4025'^^xsd:double;
  dwc:endLongitude '-63.4025'^^xsd:double;
  dwc:latitude '49.9'^^xsd:double;
  dwc:startLatitude '49.9'^^xsd:double;
  dwc:endLatitude '49.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4025 49.9, -63.4025 49.9, -63.4025 49.9, -63.4025 49.9, -63.4025 49.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_595'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -63.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-63.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -63.4)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-63.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1335'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1335'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-63.4'^^xsd:double;
  dwc:startLongitude '-63.4'^^xsd:double;
  dwc:endLongitude '-63.4'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.4 43.9667, -63.4 43.9667, -63.4 43.9667, -63.4 43.9667, -63.4 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1335'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.905"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3858)"^^geo:wktLiteral ;
  geo-pos:lat "49.905"^^xsd:decimal ;
  geo-pos:long "-63.3858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_493'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_493'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3858'^^xsd:double;
  dwc:startLongitude '-63.3858'^^xsd:double;
  dwc:endLongitude '-63.3858'^^xsd:double;
  dwc:latitude '49.905'^^xsd:double;
  dwc:startLatitude '49.905'^^xsd:double;
  dwc:endLatitude '49.905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3858 49.905, -63.3858 49.905, -63.3858 49.905, -63.3858 49.905, -63.3858 49.905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_493'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9352 -63.3752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9352"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9352 -63.3752)"^^geo:wktLiteral ;
  geo-pos:lat "49.9352"^^xsd:decimal ;
  geo-pos:long "-63.3752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_552'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_552'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-63.3752'^^xsd:double;
  dwc:startLongitude '-63.3752'^^xsd:double;
  dwc:endLongitude '-63.3752'^^xsd:double;
  dwc:latitude '49.9352'^^xsd:double;
  dwc:startLatitude '49.9352'^^xsd:double;
  dwc:endLatitude '49.9352'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_552'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9352 -63.3752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9352"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9352 -63.3752)"^^geo:wktLiteral ;
  geo-pos:lat "49.9352"^^xsd:decimal ;
  geo-pos:long "-63.3752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_548'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_548'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-63.3752'^^xsd:double;
  dwc:startLongitude '-63.3752'^^xsd:double;
  dwc:endLongitude '-63.3752'^^xsd:double;
  dwc:latitude '49.9352'^^xsd:double;
  dwc:startLatitude '49.9352'^^xsd:double;
  dwc:endLatitude '49.9352'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_548'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9352 -63.3752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9352"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9352 -63.3752)"^^geo:wktLiteral ;
  geo-pos:lat "49.9352"^^xsd:decimal ;
  geo-pos:long "-63.3752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_551'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_551'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-63.3752'^^xsd:double;
  dwc:startLongitude '-63.3752'^^xsd:double;
  dwc:endLongitude '-63.3752'^^xsd:double;
  dwc:latitude '49.9352'^^xsd:double;
  dwc:startLatitude '49.9352'^^xsd:double;
  dwc:endLatitude '49.9352'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352, -63.3752 49.9352))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_551'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -63.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -63.3667)"^^geo:wktLiteral ;
  geo-pos:lat "43.9833"^^xsd:decimal ;
  geo-pos:long "-63.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1332'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1332'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-63.3667'^^xsd:double;
  dwc:startLongitude '-63.3667'^^xsd:double;
  dwc:endLongitude '-63.3667'^^xsd:double;
  dwc:latitude '43.9833'^^xsd:double;
  dwc:startLatitude '43.9833'^^xsd:double;
  dwc:endLatitude '43.9833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3667 43.9833, -63.3667 43.9833, -63.3667 43.9833, -63.3667 43.9833, -63.3667 43.9833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1332'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.905"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3667)"^^geo:wktLiteral ;
  geo-pos:lat "49.905"^^xsd:decimal ;
  geo-pos:long "-63.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_499'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_499'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3667'^^xsd:double;
  dwc:startLongitude '-63.3667'^^xsd:double;
  dwc:endLongitude '-63.3667'^^xsd:double;
  dwc:latitude '49.905'^^xsd:double;
  dwc:startLatitude '49.905'^^xsd:double;
  dwc:endLatitude '49.905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3667 49.905, -63.3667 49.905, -63.3667 49.905, -63.3667 49.905, -63.3667 49.905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_499'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.905"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3667)"^^geo:wktLiteral ;
  geo-pos:lat "49.905"^^xsd:decimal ;
  geo-pos:long "-63.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_498'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_498'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3667'^^xsd:double;
  dwc:startLongitude '-63.3667'^^xsd:double;
  dwc:endLongitude '-63.3667'^^xsd:double;
  dwc:latitude '49.905'^^xsd:double;
  dwc:startLatitude '49.905'^^xsd:double;
  dwc:endLatitude '49.905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3667 49.905, -63.3667 49.905, -63.3667 49.905, -63.3667 49.905, -63.3667 49.905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_498'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.068 -63.3598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.068"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.068 -63.3598)"^^geo:wktLiteral ;
  geo-pos:lat "49.068"^^xsd:decimal ;
  geo-pos:long "-63.3598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_549'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_549'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-63.3598'^^xsd:double;
  dwc:startLongitude '-63.3598'^^xsd:double;
  dwc:endLongitude '-63.3598'^^xsd:double;
  dwc:latitude '49.068'^^xsd:double;
  dwc:startLatitude '49.068'^^xsd:double;
  dwc:endLatitude '49.068'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3598 49.068, -63.3598 49.068, -63.3598 49.068, -63.3598 49.068, -63.3598 49.068))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_549'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -63.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-63.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -63.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.8667"^^xsd:decimal ;
  geo-pos:long "-63.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1336'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1336'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-63.35'^^xsd:double;
  dwc:startLongitude '-63.35'^^xsd:double;
  dwc:endLongitude '-63.35'^^xsd:double;
  dwc:latitude '43.8667'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.35 43.8667, -63.35 43.8667, -63.35 43.8667, -63.35 43.8667, -63.35 43.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1336'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9167 -63.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9167"^^xsd:decimal ;
  dwc:decimalLongitude "-63.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9167 -63.35)"^^geo:wktLiteral ;
  geo-pos:lat "49.9167"^^xsd:decimal ;
  geo-pos:long "-63.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_496'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_496'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.35'^^xsd:double;
  dwc:startLongitude '-63.35'^^xsd:double;
  dwc:endLongitude '-63.35'^^xsd:double;
  dwc:latitude '49.9167'^^xsd:double;
  dwc:startLatitude '49.9167'^^xsd:double;
  dwc:endLatitude '49.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.35 49.9167, -63.35 49.9167, -63.35 49.9167, -63.35 49.9167, -63.35 49.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_496'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9252 -63.3393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9252"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9252 -63.3393)"^^geo:wktLiteral ;
  geo-pos:lat "49.9252"^^xsd:decimal ;
  geo-pos:long "-63.3393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1506'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1506'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-63.3393'^^xsd:double;
  dwc:startLongitude '-63.3393'^^xsd:double;
  dwc:endLongitude '-63.3393'^^xsd:double;
  dwc:latitude '49.9252'^^xsd:double;
  dwc:startLatitude '49.9252'^^xsd:double;
  dwc:endLatitude '49.9252'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1506'^^xsd:string;
  dwc:observationDate '1992-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1507> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9252 -63.3393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9252"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9252 -63.3393)"^^geo:wktLiteral ;
  geo-pos:lat "49.9252"^^xsd:decimal ;
  geo-pos:long "-63.3393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1507'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1507'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-63.3393'^^xsd:double;
  dwc:startLongitude '-63.3393'^^xsd:double;
  dwc:endLongitude '-63.3393'^^xsd:double;
  dwc:latitude '49.9252'^^xsd:double;
  dwc:startLatitude '49.9252'^^xsd:double;
  dwc:endLatitude '49.9252'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1507'^^xsd:string;
  dwc:observationDate '1992-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9252 -63.3393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9252"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9252 -63.3393)"^^geo:wktLiteral ;
  geo-pos:lat "49.9252"^^xsd:decimal ;
  geo-pos:long "-63.3393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1505'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1505'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-63.3393'^^xsd:double;
  dwc:startLongitude '-63.3393'^^xsd:double;
  dwc:endLongitude '-63.3393'^^xsd:double;
  dwc:latitude '49.9252'^^xsd:double;
  dwc:startLatitude '49.9252'^^xsd:double;
  dwc:endLatitude '49.9252'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252, -63.3393 49.9252))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1505'^^xsd:string;
  dwc:observationDate '1992-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.905"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3383)"^^geo:wktLiteral ;
  geo-pos:lat "49.905"^^xsd:decimal ;
  geo-pos:long "-63.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_497'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_497'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3383'^^xsd:double;
  dwc:startLongitude '-63.3383'^^xsd:double;
  dwc:endLongitude '-63.3383'^^xsd:double;
  dwc:latitude '49.905'^^xsd:double;
  dwc:startLatitude '49.905'^^xsd:double;
  dwc:endLatitude '49.905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3383 49.905, -63.3383 49.905, -63.3383 49.905, -63.3383 49.905, -63.3383 49.905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_497'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.905"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.905 -63.3383)"^^geo:wktLiteral ;
  geo-pos:lat "49.905"^^xsd:decimal ;
  geo-pos:long "-63.3383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_490'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_490'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3383'^^xsd:double;
  dwc:startLongitude '-63.3383'^^xsd:double;
  dwc:endLongitude '-63.3383'^^xsd:double;
  dwc:latitude '49.905'^^xsd:double;
  dwc:startLatitude '49.905'^^xsd:double;
  dwc:endLatitude '49.905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3383 49.905, -63.3383 49.905, -63.3383 49.905, -63.3383 49.905, -63.3383 49.905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_490'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -63.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9833 -63.3333)"^^geo:wktLiteral ;
  geo-pos:lat "43.9833"^^xsd:decimal ;
  geo-pos:long "-63.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1330'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1330'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-63.3333'^^xsd:double;
  dwc:startLongitude '-63.3333'^^xsd:double;
  dwc:endLongitude '-63.3333'^^xsd:double;
  dwc:latitude '43.9833'^^xsd:double;
  dwc:startLatitude '43.9833'^^xsd:double;
  dwc:endLatitude '43.9833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3333 43.9833, -63.3333 43.9833, -63.3333 43.9833, -63.3333 43.9833, -63.3333 43.9833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1330'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.3217)"^^geo:wktLiteral ;
  geo-pos:lat "49.9"^^xsd:decimal ;
  geo-pos:long "-63.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_489'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_489'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3217'^^xsd:double;
  dwc:startLongitude '-63.3217'^^xsd:double;
  dwc:endLongitude '-63.3217'^^xsd:double;
  dwc:latitude '49.9'^^xsd:double;
  dwc:startLatitude '49.9'^^xsd:double;
  dwc:endLatitude '49.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3217 49.9, -63.3217 49.9, -63.3217 49.9, -63.3217 49.9, -63.3217 49.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_489'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.3217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.3217)"^^geo:wktLiteral ;
  geo-pos:lat "49.9"^^xsd:decimal ;
  geo-pos:long "-63.3217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_492'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_492'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3217'^^xsd:double;
  dwc:startLongitude '-63.3217'^^xsd:double;
  dwc:endLongitude '-63.3217'^^xsd:double;
  dwc:latitude '49.9'^^xsd:double;
  dwc:startLatitude '49.9'^^xsd:double;
  dwc:endLatitude '49.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3217 49.9, -63.3217 49.9, -63.3217 49.9, -63.3217 49.9, -63.3217 49.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_492'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8883 -63.3192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8883"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8883 -63.3192)"^^geo:wktLiteral ;
  geo-pos:lat "49.8883"^^xsd:decimal ;
  geo-pos:long "-63.3192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_494'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_494'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3192'^^xsd:double;
  dwc:startLongitude '-63.3192'^^xsd:double;
  dwc:endLongitude '-63.3192'^^xsd:double;
  dwc:latitude '49.8883'^^xsd:double;
  dwc:startLatitude '49.8883'^^xsd:double;
  dwc:endLatitude '49.8883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3192 49.8883, -63.3192 49.8883, -63.3192 49.8883, -63.3192 49.8883, -63.3192 49.8883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_494'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9353 -63.3183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9353"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9353 -63.3183)"^^geo:wktLiteral ;
  geo-pos:lat "49.9353"^^xsd:decimal ;
  geo-pos:long "-63.3183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1508'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1508'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-63.3183'^^xsd:double;
  dwc:startLongitude '-63.3183'^^xsd:double;
  dwc:endLongitude '-63.3183'^^xsd:double;
  dwc:latitude '49.9353'^^xsd:double;
  dwc:startLatitude '49.9353'^^xsd:double;
  dwc:endLatitude '49.9353'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3183 49.9353, -63.3183 49.9353, -63.3183 49.9353, -63.3183 49.9353, -63.3183 49.9353))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1508'^^xsd:string;
  dwc:observationDate '1992-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9 -63.3167)"^^geo:wktLiteral ;
  geo-pos:lat "49.9"^^xsd:decimal ;
  geo-pos:long "-63.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_495'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_495'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-63.3167'^^xsd:double;
  dwc:startLongitude '-63.3167'^^xsd:double;
  dwc:endLongitude '-63.3167'^^xsd:double;
  dwc:latitude '49.9'^^xsd:double;
  dwc:startLatitude '49.9'^^xsd:double;
  dwc:endLatitude '49.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3167 49.9, -63.3167 49.9, -63.3167 49.9, -63.3167 49.9, -63.3167 49.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_495'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8728 -63.3085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8728"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8728 -63.3085)"^^geo:wktLiteral ;
  geo-pos:lat "49.8728"^^xsd:decimal ;
  geo-pos:long "-63.3085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_597'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_597'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-63.3085'^^xsd:double;
  dwc:startLongitude '-63.3085'^^xsd:double;
  dwc:endLongitude '-63.3085'^^xsd:double;
  dwc:latitude '49.8728'^^xsd:double;
  dwc:startLatitude '49.8728'^^xsd:double;
  dwc:endLatitude '49.8728'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3085 49.8728, -63.3085 49.8728, -63.3085 49.8728, -63.3085 49.8728, -63.3085 49.8728))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_597'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8728 -63.3085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8728"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8728 -63.3085)"^^geo:wktLiteral ;
  geo-pos:lat "49.8728"^^xsd:decimal ;
  geo-pos:long "-63.3085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_593'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_593'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-63.3085'^^xsd:double;
  dwc:startLongitude '-63.3085'^^xsd:double;
  dwc:endLongitude '-63.3085'^^xsd:double;
  dwc:latitude '49.8728'^^xsd:double;
  dwc:startLatitude '49.8728'^^xsd:double;
  dwc:endLatitude '49.8728'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3085 49.8728, -63.3085 49.8728, -63.3085 49.8728, -63.3085 49.8728, -63.3085 49.8728))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_593'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1530> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8552"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  geo-pos:lat "49.8552"^^xsd:decimal ;
  geo-pos:long "-63.3077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1530'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1530'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.3077'^^xsd:double;
  dwc:startLongitude '-63.3077'^^xsd:double;
  dwc:endLongitude '-63.3077'^^xsd:double;
  dwc:latitude '49.8552'^^xsd:double;
  dwc:startLatitude '49.8552'^^xsd:double;
  dwc:endLatitude '49.8552'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1530'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1527> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8552"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  geo-pos:lat "49.8552"^^xsd:decimal ;
  geo-pos:long "-63.3077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1527'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1527'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.3077'^^xsd:double;
  dwc:startLongitude '-63.3077'^^xsd:double;
  dwc:endLongitude '-63.3077'^^xsd:double;
  dwc:latitude '49.8552'^^xsd:double;
  dwc:startLatitude '49.8552'^^xsd:double;
  dwc:endLatitude '49.8552'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1527'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1529> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8552"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  geo-pos:lat "49.8552"^^xsd:decimal ;
  geo-pos:long "-63.3077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1529'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1529'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.3077'^^xsd:double;
  dwc:startLongitude '-63.3077'^^xsd:double;
  dwc:endLongitude '-63.3077'^^xsd:double;
  dwc:latitude '49.8552'^^xsd:double;
  dwc:startLatitude '49.8552'^^xsd:double;
  dwc:endLatitude '49.8552'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1529'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1533> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8552"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8552 -63.3077)"^^geo:wktLiteral ;
  geo-pos:lat "49.8552"^^xsd:decimal ;
  geo-pos:long "-63.3077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1533'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_1533'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-63.3077'^^xsd:double;
  dwc:startLongitude '-63.3077'^^xsd:double;
  dwc:endLongitude '-63.3077'^^xsd:double;
  dwc:latitude '49.8552'^^xsd:double;
  dwc:startLatitude '49.8552'^^xsd:double;
  dwc:endLatitude '49.8552'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552, -63.3077 49.8552))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1533'^^xsd:string;
  dwc:observationDate '1992-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8717 -63.3075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8717"^^xsd:decimal ;
  dwc:decimalLongitude "-63.3075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8717 -63.3075)"^^geo:wktLiteral ;
  geo-pos:lat "49.8717"^^xsd:decimal ;
  geo-pos:long "-63.3075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_594'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_594'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-63.3075'^^xsd:double;
  dwc:startLongitude '-63.3075'^^xsd:double;
  dwc:endLongitude '-63.3075'^^xsd:double;
  dwc:latitude '49.8717'^^xsd:double;
  dwc:startLatitude '49.8717'^^xsd:double;
  dwc:endLatitude '49.8717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.3075 49.8717, -63.3075 49.8717, -63.3075 49.8717, -63.3075 49.8717, -63.3075 49.8717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_594'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9668 -63.285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9668"^^xsd:decimal ;
  dwc:decimalLongitude "-63.285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9668 -63.285)"^^geo:wktLiteral ;
  geo-pos:lat "49.9668"^^xsd:decimal ;
  geo-pos:long "-63.285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_592'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_592'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-63.285'^^xsd:double;
  dwc:startLongitude '-63.285'^^xsd:double;
  dwc:endLongitude '-63.285'^^xsd:double;
  dwc:latitude '49.9668'^^xsd:double;
  dwc:startLatitude '49.9668'^^xsd:double;
  dwc:endLatitude '49.9668'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.285 49.9668, -63.285 49.9668, -63.285 49.9668, -63.285 49.9668, -63.285 49.9668))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_592'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9668 -63.285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.9668"^^xsd:decimal ;
  dwc:decimalLongitude "-63.285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.9668 -63.285)"^^geo:wktLiteral ;
  geo-pos:lat "49.9668"^^xsd:decimal ;
  geo-pos:long "-63.285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_596'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_596'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-63.285'^^xsd:double;
  dwc:startLongitude '-63.285'^^xsd:double;
  dwc:endLongitude '-63.285'^^xsd:double;
  dwc:latitude '49.9668'^^xsd:double;
  dwc:startLatitude '49.9668'^^xsd:double;
  dwc:endLatitude '49.9668'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.285 49.9668, -63.285 49.9668, -63.285 49.9668, -63.285 49.9668, -63.285 49.9668))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_596'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.823 -63.2843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.823"^^xsd:decimal ;
  dwc:decimalLongitude "-63.2843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.823 -63.2843)"^^geo:wktLiteral ;
  geo-pos:lat "49.823"^^xsd:decimal ;
  geo-pos:long "-63.2843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_207'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_207'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-63.2843'^^xsd:double;
  dwc:startLongitude '-63.2843'^^xsd:double;
  dwc:endLongitude '-63.2843'^^xsd:double;
  dwc:latitude '49.823'^^xsd:double;
  dwc:startLatitude '49.823'^^xsd:double;
  dwc:endLatitude '49.823'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.2843 49.823, -63.2843 49.823, -63.2843 49.823, -63.2843 49.823, -63.2843 49.823))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_207'^^xsd:string;
  dwc:observationDate '1992-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.823 -63.2843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.823"^^xsd:decimal ;
  dwc:decimalLongitude "-63.2843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.823 -63.2843)"^^geo:wktLiteral ;
  geo-pos:lat "49.823"^^xsd:decimal ;
  geo-pos:long "-63.2843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_206'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_206'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-63.2843'^^xsd:double;
  dwc:startLongitude '-63.2843'^^xsd:double;
  dwc:endLongitude '-63.2843'^^xsd:double;
  dwc:latitude '49.823'^^xsd:double;
  dwc:startLatitude '49.823'^^xsd:double;
  dwc:endLatitude '49.823'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.2843 49.823, -63.2843 49.823, -63.2843 49.823, -63.2843 49.823, -63.2843 49.823))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_206'^^xsd:string;
  dwc:observationDate '1992-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -63.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "-63.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 -63.2167)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "-63.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1030'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1030'^^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 '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-63.2167'^^xsd:double;
  dwc:startLongitude '-63.2167'^^xsd:double;
  dwc:endLongitude '-63.2167'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:startLatitude '43'^^xsd:integer;
  dwc:endLatitude '43'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-63.2167 43, -63.2167 43, -63.2167 43, -63.2167 43, -63.2167 43))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1030'^^xsd:string;
  dwc:observationDate '1998-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -63.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-63.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3667 -63.2167)"^^geo:wktLiteral ;
  geo-pos:lat "43.3667"^^xsd:decimal ;
  geo-pos:long "-63.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_979'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_979'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-63.2167'^^xsd:double;
  dwc:startLongitude '-63.2167'^^xsd:double;
  dwc:endLongitude '-63.2167'^^xsd:double;
  dwc:latitude '43.3667'^^xsd:double;
  dwc:startLatitude '43.3667'^^xsd:double;
  dwc:endLatitude '43.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.2167 43.3667, -63.2167 43.3667, -63.2167 43.3667, -63.2167 43.3667, -63.2167 43.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_979'^^xsd:string;
  dwc:observationDate '1998-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8007 -63.1582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8007"^^xsd:decimal ;
  dwc:decimalLongitude "-63.1582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8007 -63.1582)"^^geo:wktLiteral ;
  geo-pos:lat "49.8007"^^xsd:decimal ;
  geo-pos:long "-63.1582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_209'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_209'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-63.1582'^^xsd:double;
  dwc:startLongitude '-63.1582'^^xsd:double;
  dwc:endLongitude '-63.1582'^^xsd:double;
  dwc:latitude '49.8007'^^xsd:double;
  dwc:startLatitude '49.8007'^^xsd:double;
  dwc:endLatitude '49.8007'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_209'^^xsd:string;
  dwc:observationDate '1992-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8007 -63.1582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8007"^^xsd:decimal ;
  dwc:decimalLongitude "-63.1582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8007 -63.1582)"^^geo:wktLiteral ;
  geo-pos:lat "49.8007"^^xsd:decimal ;
  geo-pos:long "-63.1582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_208'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_208'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-63.1582'^^xsd:double;
  dwc:startLongitude '-63.1582'^^xsd:double;
  dwc:endLongitude '-63.1582'^^xsd:double;
  dwc:latitude '49.8007'^^xsd:double;
  dwc:startLatitude '49.8007'^^xsd:double;
  dwc:endLatitude '49.8007'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_208'^^xsd:string;
  dwc:observationDate '1992-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8007 -63.1582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8007"^^xsd:decimal ;
  dwc:decimalLongitude "-63.1582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8007 -63.1582)"^^geo:wktLiteral ;
  geo-pos:lat "49.8007"^^xsd:decimal ;
  geo-pos:long "-63.1582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_210'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_210'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-63.1582'^^xsd:double;
  dwc:startLongitude '-63.1582'^^xsd:double;
  dwc:endLongitude '-63.1582'^^xsd:double;
  dwc:latitude '49.8007'^^xsd:double;
  dwc:startLatitude '49.8007'^^xsd:double;
  dwc:endLatitude '49.8007'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007, -63.1582 49.8007))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_210'^^xsd:string;
  dwc:observationDate '1992-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 -63.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "-63.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 -63.0667)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "-63.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1071'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1071'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-63.0667'^^xsd:double;
  dwc:startLongitude '-63.0667'^^xsd:double;
  dwc:endLongitude '-63.0667'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:startLatitude '43.5'^^xsd:double;
  dwc:endLatitude '43.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-63.0667 43.5, -63.0667 43.5, -63.0667 43.5, -63.0667 43.5, -63.0667 43.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1071'^^xsd:string;
  dwc:observationDate '1998-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5667 -62.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-62.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5667 -62.9)"^^geo:wktLiteral ;
  geo-pos:lat "43.5667"^^xsd:decimal ;
  geo-pos:long "-62.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1222'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1222'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-62.9'^^xsd:double;
  dwc:startLongitude '-62.9'^^xsd:double;
  dwc:endLongitude '-62.9'^^xsd:double;
  dwc:latitude '43.5667'^^xsd:double;
  dwc:startLatitude '43.5667'^^xsd:double;
  dwc:endLatitude '43.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.9 43.5667, -62.9 43.5667, -62.9 43.5667, -62.9 43.5667, -62.9 43.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1222'^^xsd:string;
  dwc:observationDate '1998-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 -62.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "-62.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 -62.8333)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "-62.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_826'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_826'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-62.8333'^^xsd:double;
  dwc:startLongitude '-62.8333'^^xsd:double;
  dwc:endLongitude '-62.8333'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:startLatitude '43.5'^^xsd:double;
  dwc:endLatitude '43.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.8333 43.5, -62.8333 43.5, -62.8333 43.5, -62.8333 43.5, -62.8333 43.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_826'^^xsd:string;
  dwc:observationDate '1998-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 -62.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "-62.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 -62.8333)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "-62.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_827'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_827'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-62.8333'^^xsd:double;
  dwc:startLongitude '-62.8333'^^xsd:double;
  dwc:endLongitude '-62.8333'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:startLatitude '43.5'^^xsd:double;
  dwc:endLatitude '43.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.8333 43.5, -62.8333 43.5, -62.8333 43.5, -62.8333 43.5, -62.8333 43.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_827'^^xsd:string;
  dwc:observationDate '1998-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6333 -62.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-62.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6333 -62.8333)"^^geo:wktLiteral ;
  geo-pos:lat "43.6333"^^xsd:decimal ;
  geo-pos:long "-62.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_795'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_795'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-62.8333'^^xsd:double;
  dwc:startLongitude '-62.8333'^^xsd:double;
  dwc:endLongitude '-62.8333'^^xsd:double;
  dwc:latitude '43.6333'^^xsd:double;
  dwc:startLatitude '43.6333'^^xsd:double;
  dwc:endLatitude '43.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.8333 43.6333, -62.8333 43.6333, -62.8333 43.6333, -62.8333 43.6333, -62.8333 43.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_795'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -62.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-62.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -62.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-62.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1331'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1331'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-62.8'^^xsd:double;
  dwc:startLongitude '-62.8'^^xsd:double;
  dwc:endLongitude '-62.8'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:startLatitude '44.0333'^^xsd:double;
  dwc:endLatitude '44.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.8 44.0333, -62.8 44.0333, -62.8 44.0333, -62.8 44.0333, -62.8 44.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1331'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -62.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-62.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0333 -62.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.0333"^^xsd:decimal ;
  geo-pos:long "-62.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_896'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_896'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-62.7'^^xsd:double;
  dwc:startLongitude '-62.7'^^xsd:double;
  dwc:endLongitude '-62.7'^^xsd:double;
  dwc:latitude '44.0333'^^xsd:double;
  dwc:startLatitude '44.0333'^^xsd:double;
  dwc:endLatitude '44.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.7 44.0333, -62.7 44.0333, -62.7 44.0333, -62.7 44.0333, -62.7 44.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_896'^^xsd:string;
  dwc:observationDate '1998-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_862> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7833 -62.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-62.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.7833 -62.6)"^^geo:wktLiteral ;
  geo-pos:lat "43.7833"^^xsd:decimal ;
  geo-pos:long "-62.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_862'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_862'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-62.6'^^xsd:double;
  dwc:startLongitude '-62.6'^^xsd:double;
  dwc:endLongitude '-62.6'^^xsd:double;
  dwc:latitude '43.7833'^^xsd:double;
  dwc:startLatitude '43.7833'^^xsd:double;
  dwc:endLatitude '43.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.6 43.7833, -62.6 43.7833, -62.6 43.7833, -62.6 43.7833, -62.6 43.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_862'^^xsd:string;
  dwc:observationDate '1998-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4667 -62.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-62.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4667 -62.5667)"^^geo:wktLiteral ;
  geo-pos:lat "43.4667"^^xsd:decimal ;
  geo-pos:long "-62.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1221'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1221'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-62.5667'^^xsd:double;
  dwc:startLongitude '-62.5667'^^xsd:double;
  dwc:endLongitude '-62.5667'^^xsd:double;
  dwc:latitude '43.4667'^^xsd:double;
  dwc:startLatitude '43.4667'^^xsd:double;
  dwc:endLatitude '43.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.5667 43.4667, -62.5667 43.4667, -62.5667 43.4667, -62.5667 43.4667, -62.5667 43.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1221'^^xsd:string;
  dwc:observationDate '1998-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -62.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.0167 -62.5667)"^^geo:wktLiteral ;
  geo-pos:lat "44.0167"^^xsd:decimal ;
  geo-pos:long "-62.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1333'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1333'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-62.5667'^^xsd:double;
  dwc:startLongitude '-62.5667'^^xsd:double;
  dwc:endLongitude '-62.5667'^^xsd:double;
  dwc:latitude '44.0167'^^xsd:double;
  dwc:startLatitude '44.0167'^^xsd:double;
  dwc:endLatitude '44.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.5667 44.0167, -62.5667 44.0167, -62.5667 44.0167, -62.5667 44.0167, -62.5667 44.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1333'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5167 -62.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5167 -62.45)"^^geo:wktLiteral ;
  geo-pos:lat "43.5167"^^xsd:decimal ;
  geo-pos:long "-62.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_978'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_978'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-62.45'^^xsd:double;
  dwc:startLongitude '-62.45'^^xsd:double;
  dwc:endLongitude '-62.45'^^xsd:double;
  dwc:latitude '43.5167'^^xsd:double;
  dwc:startLatitude '43.5167'^^xsd:double;
  dwc:endLatitude '43.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.45 43.5167, -62.45 43.5167, -62.45 43.5167, -62.45 43.5167, -62.45 43.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_978'^^xsd:string;
  dwc:observationDate '1998-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -62.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-62.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -62.4333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8667"^^xsd:decimal ;
  geo-pos:long "-62.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1337'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1337'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-62.4333'^^xsd:double;
  dwc:startLongitude '-62.4333'^^xsd:double;
  dwc:endLongitude '-62.4333'^^xsd:double;
  dwc:latitude '43.8667'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.4333 43.8667, -62.4333 43.8667, -62.4333 43.8667, -62.4333 43.8667, -62.4333 43.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1337'^^xsd:string;
  dwc:observationDate '1998-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3167 -62.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3167 -62.2333)"^^geo:wktLiteral ;
  geo-pos:lat "43.3167"^^xsd:decimal ;
  geo-pos:long "-62.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1273'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1273'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.2333'^^xsd:double;
  dwc:startLongitude '-62.2333'^^xsd:double;
  dwc:endLongitude '-62.2333'^^xsd:double;
  dwc:latitude '43.3167'^^xsd:double;
  dwc:startLatitude '43.3167'^^xsd:double;
  dwc:endLatitude '43.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2333 43.3167, -62.2333 43.3167, -62.2333 43.3167, -62.2333 43.3167, -62.2333 43.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1273'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 -62.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 -62.2333)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "-62.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1284'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1284'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.2333'^^xsd:double;
  dwc:startLongitude '-62.2333'^^xsd:double;
  dwc:endLongitude '-62.2333'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:startLatitude '43.45'^^xsd:double;
  dwc:endLatitude '43.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2333 43.45, -62.2333 43.45, -62.2333 43.45, -62.2333 43.45, -62.2333 43.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1284'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4833 -62.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4833 -62.2333)"^^geo:wktLiteral ;
  geo-pos:lat "43.4833"^^xsd:decimal ;
  geo-pos:long "-62.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_796'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_796'^^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 '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-62.2333'^^xsd:double;
  dwc:startLongitude '-62.2333'^^xsd:double;
  dwc:endLongitude '-62.2333'^^xsd:double;
  dwc:latitude '43.4833'^^xsd:double;
  dwc:startLatitude '43.4833'^^xsd:double;
  dwc:endLatitude '43.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2333 43.4833, -62.2333 43.4833, -62.2333 43.4833, -62.2333 43.4833, -62.2333 43.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_796'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4167 -62.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4167 -62.2167)"^^geo:wktLiteral ;
  geo-pos:lat "43.4167"^^xsd:decimal ;
  geo-pos:long "-62.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1274'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1274'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.2167'^^xsd:double;
  dwc:startLongitude '-62.2167'^^xsd:double;
  dwc:endLongitude '-62.2167'^^xsd:double;
  dwc:latitude '43.4167'^^xsd:double;
  dwc:startLatitude '43.4167'^^xsd:double;
  dwc:endLatitude '43.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1274'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4167 -62.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4167 -62.2167)"^^geo:wktLiteral ;
  geo-pos:lat "43.4167"^^xsd:decimal ;
  geo-pos:long "-62.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1283'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1283'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.2167'^^xsd:double;
  dwc:startLongitude '-62.2167'^^xsd:double;
  dwc:endLongitude '-62.2167'^^xsd:double;
  dwc:latitude '43.4167'^^xsd:double;
  dwc:startLatitude '43.4167'^^xsd:double;
  dwc:endLatitude '43.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1283'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4167 -62.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4167 -62.2167)"^^geo:wktLiteral ;
  geo-pos:lat "43.4167"^^xsd:decimal ;
  geo-pos:long "-62.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1285'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1285'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.2167'^^xsd:double;
  dwc:startLongitude '-62.2167'^^xsd:double;
  dwc:endLongitude '-62.2167'^^xsd:double;
  dwc:latitude '43.4167'^^xsd:double;
  dwc:startLatitude '43.4167'^^xsd:double;
  dwc:endLatitude '43.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167, -62.2167 43.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1285'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4833 -62.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4833 -62.2167)"^^geo:wktLiteral ;
  geo-pos:lat "43.4833"^^xsd:decimal ;
  geo-pos:long "-62.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_757'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_757'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-62.2167'^^xsd:double;
  dwc:startLongitude '-62.2167'^^xsd:double;
  dwc:endLongitude '-62.2167'^^xsd:double;
  dwc:latitude '43.4833'^^xsd:double;
  dwc:startLatitude '43.4833'^^xsd:double;
  dwc:endLatitude '43.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2167 43.4833, -62.2167 43.4833, -62.2167 43.4833, -62.2167 43.4833, -62.2167 43.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_757'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4833 -62.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4833 -62.2167)"^^geo:wktLiteral ;
  geo-pos:lat "43.4833"^^xsd:decimal ;
  geo-pos:long "-62.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_747'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_747'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-62.2167'^^xsd:double;
  dwc:startLongitude '-62.2167'^^xsd:double;
  dwc:endLongitude '-62.2167'^^xsd:double;
  dwc:latitude '43.4833'^^xsd:double;
  dwc:startLatitude '43.4833'^^xsd:double;
  dwc:endLatitude '43.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2167 43.4833, -62.2167 43.4833, -62.2167 43.4833, -62.2167 43.4833, -62.2167 43.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_747'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 -62.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "-62.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 -62.2)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "-62.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1279'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1279'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.2'^^xsd:double;
  dwc:startLongitude '-62.2'^^xsd:double;
  dwc:endLongitude '-62.2'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:startLatitude '43.45'^^xsd:double;
  dwc:endLatitude '43.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.2 43.45, -62.2 43.45, -62.2 43.45, -62.2 43.45, -62.2 43.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1279'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3333 -62.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3333 -62.1833)"^^geo:wktLiteral ;
  geo-pos:lat "43.3333"^^xsd:decimal ;
  geo-pos:long "-62.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1276'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1276'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1833'^^xsd:double;
  dwc:startLongitude '-62.1833'^^xsd:double;
  dwc:endLongitude '-62.1833'^^xsd:double;
  dwc:latitude '43.3333'^^xsd:double;
  dwc:startLatitude '43.3333'^^xsd:double;
  dwc:endLatitude '43.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1833 43.3333, -62.1833 43.3333, -62.1833 43.3333, -62.1833 43.3333, -62.1833 43.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1276'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1833)"^^geo:wktLiteral ;
  geo-pos:lat "43.35"^^xsd:decimal ;
  geo-pos:long "-62.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1271'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1271'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1833'^^xsd:double;
  dwc:startLongitude '-62.1833'^^xsd:double;
  dwc:endLongitude '-62.1833'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1833 43.35, -62.1833 43.35, -62.1833 43.35, -62.1833 43.35, -62.1833 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1271'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 -62.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5333 -62.1833)"^^geo:wktLiteral ;
  geo-pos:lat "43.5333"^^xsd:decimal ;
  geo-pos:long "-62.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1281'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1281'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1833'^^xsd:double;
  dwc:startLongitude '-62.1833'^^xsd:double;
  dwc:endLongitude '-62.1833'^^xsd:double;
  dwc:latitude '43.5333'^^xsd:double;
  dwc:startLatitude '43.5333'^^xsd:double;
  dwc:endLatitude '43.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1833 43.5333, -62.1833 43.5333, -62.1833 43.5333, -62.1833 43.5333, -62.1833 43.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1281'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3333 -62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3333 -62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "43.3333"^^xsd:decimal ;
  geo-pos:long "-62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1272'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1272'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1667'^^xsd:double;
  dwc:startLongitude '-62.1667'^^xsd:double;
  dwc:endLongitude '-62.1667'^^xsd:double;
  dwc:latitude '43.3333'^^xsd:double;
  dwc:startLatitude '43.3333'^^xsd:double;
  dwc:endLatitude '43.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1667 43.3333, -62.1667 43.3333, -62.1667 43.3333, -62.1667 43.3333, -62.1667 43.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1272'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "43.35"^^xsd:decimal ;
  geo-pos:long "-62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1280'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1280'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1667'^^xsd:double;
  dwc:startLongitude '-62.1667'^^xsd:double;
  dwc:endLongitude '-62.1667'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1280'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "43.35"^^xsd:decimal ;
  geo-pos:long "-62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1275'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1275'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1667'^^xsd:double;
  dwc:startLongitude '-62.1667'^^xsd:double;
  dwc:endLongitude '-62.1667'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1275'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "43.35"^^xsd:decimal ;
  geo-pos:long "-62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1282'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1282'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1667'^^xsd:double;
  dwc:startLongitude '-62.1667'^^xsd:double;
  dwc:endLongitude '-62.1667'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1282'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.35"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.35 -62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "43.35"^^xsd:decimal ;
  geo-pos:long "-62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1278'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1278'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1667'^^xsd:double;
  dwc:startLongitude '-62.1667'^^xsd:double;
  dwc:endLongitude '-62.1667'^^xsd:double;
  dwc:latitude '43.35'^^xsd:double;
  dwc:startLatitude '43.35'^^xsd:double;
  dwc:endLatitude '43.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35, -62.1667 43.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1278'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 -62.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.4"^^xsd:decimal ;
  dwc:decimalLongitude "-62.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.4 -62.1667)"^^geo:wktLiteral ;
  geo-pos:lat "43.4"^^xsd:decimal ;
  geo-pos:long "-62.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1277'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1277'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-62.1667'^^xsd:double;
  dwc:startLongitude '-62.1667'^^xsd:double;
  dwc:endLongitude '-62.1667'^^xsd:double;
  dwc:latitude '43.4'^^xsd:double;
  dwc:startLatitude '43.4'^^xsd:double;
  dwc:endLatitude '43.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-62.1667 43.4, -62.1667 43.4, -62.1667 43.4, -62.1667 43.4, -62.1667 43.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1277'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.69 -61.208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.69"^^xsd:decimal ;
  dwc:decimalLongitude "-61.208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.69 -61.208)"^^geo:wktLiteral ;
  geo-pos:lat "43.69"^^xsd:decimal ;
  geo-pos:long "-61.208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_857'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_857'^^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 '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-61.208'^^xsd:double;
  dwc:startLongitude '-61.208'^^xsd:double;
  dwc:endLongitude '-61.208'^^xsd:double;
  dwc:latitude '43.69'^^xsd:double;
  dwc:startLatitude '43.69'^^xsd:double;
  dwc:endLatitude '43.69'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.208 43.69, -61.208 43.69, -61.208 43.69, -61.208 43.69, -61.208 43.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_857'^^xsd:string;
  dwc:observationDate '1992-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1657> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-61.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1657'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1657'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.2'^^xsd:double;
  dwc:startLongitude '-61.2'^^xsd:double;
  dwc:endLongitude '-61.2'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.2 44.6333, -61.2 44.6333, -61.2 44.6333, -61.2 44.6333, -61.2 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1657'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1658> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-61.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1658'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1658'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.2'^^xsd:double;
  dwc:startLongitude '-61.2'^^xsd:double;
  dwc:endLongitude '-61.2'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.2 44.6333, -61.2 44.6333, -61.2 44.6333, -61.2 44.6333, -61.2 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1658'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.1833)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-61.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1668'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1668'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.1833'^^xsd:double;
  dwc:startLongitude '-61.1833'^^xsd:double;
  dwc:endLongitude '-61.1833'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.1833 44.6333, -61.1833 44.6333, -61.1833 44.6333, -61.1833 44.6333, -61.1833 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1668'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1696> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1696'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1696'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-61.1667'^^xsd:double;
  dwc:startLongitude '-61.1667'^^xsd:double;
  dwc:endLongitude '-61.1667'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.1667 44.75, -61.1667 44.75, -61.1667 44.75, -61.1667 44.75, -61.1667 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1696'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1697'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_1697'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-61.1667'^^xsd:double;
  dwc:startLongitude '-61.1667'^^xsd:double;
  dwc:endLongitude '-61.1667'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.1667 44.75, -61.1667 44.75, -61.1667 44.75, -61.1667 44.75, -61.1667 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1697'^^xsd:string;
  dwc:observationDate '1999-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1669'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1669'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.15'^^xsd:double;
  dwc:startLongitude '-61.15'^^xsd:double;
  dwc:endLongitude '-61.15'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1669'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1664> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1664'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1664'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.15'^^xsd:double;
  dwc:startLongitude '-61.15'^^xsd:double;
  dwc:endLongitude '-61.15'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1664'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1662> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1662'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1662'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.15'^^xsd:double;
  dwc:startLongitude '-61.15'^^xsd:double;
  dwc:endLongitude '-61.15'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1662'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1663> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.15)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1663'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1663'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.15'^^xsd:double;
  dwc:startLongitude '-61.15'^^xsd:double;
  dwc:endLongitude '-61.15'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75, -61.15 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1663'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1659> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7667 -61.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-61.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7667 -61.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.7667"^^xsd:decimal ;
  geo-pos:long "-61.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1659'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1659'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.1'^^xsd:double;
  dwc:startLongitude '-61.1'^^xsd:double;
  dwc:endLongitude '-61.1'^^xsd:double;
  dwc:latitude '44.7667'^^xsd:double;
  dwc:startLatitude '44.7667'^^xsd:double;
  dwc:endLatitude '44.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.1 44.7667, -61.1 44.7667, -61.1 44.7667, -61.1 44.7667, -61.1 44.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1659'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1666> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1666'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1666'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.0833'^^xsd:double;
  dwc:startLongitude '-61.0833'^^xsd:double;
  dwc:endLongitude '-61.0833'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.0833 44.75, -61.0833 44.75, -61.0833 44.75, -61.0833 44.75, -61.0833 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1666'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1667> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1667'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1667'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.0667'^^xsd:double;
  dwc:startLongitude '-61.0667'^^xsd:double;
  dwc:endLongitude '-61.0667'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.0667 44.75, -61.0667 44.75, -61.0667 44.75, -61.0667 44.75, -61.0667 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1667'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1665> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-61.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -61.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-61.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1665'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1665'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.0667'^^xsd:double;
  dwc:startLongitude '-61.0667'^^xsd:double;
  dwc:endLongitude '-61.0667'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.0667 44.75, -61.0667 44.75, -61.0667 44.75, -61.0667 44.75, -61.0667 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1665'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1661> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-61.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -61.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-61.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1661'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1661'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-61.05'^^xsd:double;
  dwc:startLongitude '-61.05'^^xsd:double;
  dwc:endLongitude '-61.05'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-61.05 44.6333, -61.05 44.6333, -61.05 44.6333, -61.05 44.6333, -61.05 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1661'^^xsd:string;
  dwc:observationDate '1999-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2710> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.95"^^xsd:decimal ;
  dwc:decimalLongitude "-59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.95 -59)"^^geo:wktLiteral ;
  geo-pos:lat "43.95"^^xsd:decimal ;
  geo-pos:long "-59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2710'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2710'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-59'^^xsd:integer;
  dwc:startLongitude '-59'^^xsd:integer;
  dwc:endLongitude '-59'^^xsd:integer;
  dwc:latitude '43.95'^^xsd:double;
  dwc:startLatitude '43.95'^^xsd:double;
  dwc:endLatitude '43.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59 43.95, -59 43.95, -59 43.95, -59 43.95, -59 43.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2710'^^xsd:string;
  dwc:observationDate '1996-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.983 -59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.983"^^xsd:decimal ;
  dwc:decimalLongitude "-59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.983 -59)"^^geo:wktLiteral ;
  geo-pos:lat "43.983"^^xsd:decimal ;
  geo-pos:long "-59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3482'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3482'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-59'^^xsd:integer;
  dwc:startLongitude '-59'^^xsd:integer;
  dwc:endLongitude '-59'^^xsd:integer;
  dwc:latitude '43.983'^^xsd:double;
  dwc:startLatitude '43.983'^^xsd:double;
  dwc:endLatitude '43.983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-59 43.983, -59 43.983, -59 43.983, -59 43.983, -59 43.983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3482'^^xsd:string;
  dwc:observationDate '1996-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -58.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -58.9833)"^^geo:wktLiteral ;
  geo-pos:lat "43.8667"^^xsd:decimal ;
  geo-pos:long "-58.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1132'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1132'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-58.9833'^^xsd:double;
  dwc:startLongitude '-58.9833'^^xsd:double;
  dwc:endLongitude '-58.9833'^^xsd:double;
  dwc:latitude '43.8667'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9833 43.8667, -58.9833 43.8667, -58.9833 43.8667, -58.9833 43.8667, -58.9833 43.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1132'^^xsd:string;
  dwc:observationDate '1989-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2711> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -58.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9667 -58.9833)"^^geo:wktLiteral ;
  geo-pos:lat "43.9667"^^xsd:decimal ;
  geo-pos:long "-58.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2711'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2711'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-58.9833'^^xsd:double;
  dwc:startLongitude '-58.9833'^^xsd:double;
  dwc:endLongitude '-58.9833'^^xsd:double;
  dwc:latitude '43.9667'^^xsd:double;
  dwc:startLatitude '43.9667'^^xsd:double;
  dwc:endLatitude '43.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9833 43.9667, -58.9833 43.9667, -58.9833 43.9667, -58.9833 43.9667, -58.9833 43.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2711'^^xsd:string;
  dwc:observationDate '1996-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -58.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -58.9667)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-58.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_676'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_676'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-58.9667'^^xsd:double;
  dwc:startLongitude '-58.9667'^^xsd:double;
  dwc:endLongitude '-58.9667'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9667 43.85, -58.9667 43.85, -58.9667 43.85, -58.9667 43.85, -58.9667 43.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_676'^^xsd:string;
  dwc:observationDate '1994-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8333 -58.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8333 -58.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.8333"^^xsd:decimal ;
  geo-pos:long "-58.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1130'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1130'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-58.95'^^xsd:double;
  dwc:startLongitude '-58.95'^^xsd:double;
  dwc:endLongitude '-58.95'^^xsd:double;
  dwc:latitude '43.8333'^^xsd:double;
  dwc:startLatitude '43.8333'^^xsd:double;
  dwc:endLatitude '43.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.95 43.8333, -58.95 43.8333, -58.95 43.8333, -58.95 43.8333, -58.95 43.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1130'^^xsd:string;
  dwc:observationDate '1989-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833 -58.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-58.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8833 -58.95)"^^geo:wktLiteral ;
  geo-pos:lat "43.8833"^^xsd:decimal ;
  geo-pos:long "-58.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1131'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1131'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-58.95'^^xsd:double;
  dwc:startLongitude '-58.95'^^xsd:double;
  dwc:endLongitude '-58.95'^^xsd:double;
  dwc:latitude '43.8833'^^xsd:double;
  dwc:startLatitude '43.8833'^^xsd:double;
  dwc:endLatitude '43.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.95 43.8833, -58.95 43.8833, -58.95 43.8833, -58.95 43.8833, -58.95 43.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1131'^^xsd:string;
  dwc:observationDate '1989-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2550> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8167 -58.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8167 -58.9333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8167"^^xsd:decimal ;
  geo-pos:long "-58.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2550'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2550'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-58.9333'^^xsd:double;
  dwc:startLongitude '-58.9333'^^xsd:double;
  dwc:endLongitude '-58.9333'^^xsd:double;
  dwc:latitude '43.8167'^^xsd:double;
  dwc:startLatitude '43.8167'^^xsd:double;
  dwc:endLatitude '43.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9333 43.8167, -58.9333 43.8167, -58.9333 43.8167, -58.9333 43.8167, -58.9333 43.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2550'^^xsd:string;
  dwc:observationDate '1989-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -58.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8667 -58.9333)"^^geo:wktLiteral ;
  geo-pos:lat "43.8667"^^xsd:decimal ;
  geo-pos:long "-58.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1129'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1129'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-58.9333'^^xsd:double;
  dwc:startLongitude '-58.9333'^^xsd:double;
  dwc:endLongitude '-58.9333'^^xsd:double;
  dwc:latitude '43.8667'^^xsd:double;
  dwc:startLatitude '43.8667'^^xsd:double;
  dwc:endLatitude '43.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9333 43.8667, -58.9333 43.8667, -58.9333 43.8667, -58.9333 43.8667, -58.9333 43.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1129'^^xsd:string;
  dwc:observationDate '1989-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -58.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -58.9167)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-58.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1083'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1083'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-58.9167'^^xsd:double;
  dwc:startLongitude '-58.9167'^^xsd:double;
  dwc:endLongitude '-58.9167'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:startLatitude '43.85'^^xsd:double;
  dwc:endLatitude '43.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9167 43.85, -58.9167 43.85, -58.9167 43.85, -58.9167 43.85, -58.9167 43.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1083'^^xsd:string;
  dwc:observationDate '1999-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8333 -58.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-58.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8333 -58.9)"^^geo:wktLiteral ;
  geo-pos:lat "43.8333"^^xsd:decimal ;
  geo-pos:long "-58.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1133'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1133'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^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:longitude '-58.9'^^xsd:double;
  dwc:startLongitude '-58.9'^^xsd:double;
  dwc:endLongitude '-58.9'^^xsd:double;
  dwc:latitude '43.8333'^^xsd:double;
  dwc:startLatitude '43.8333'^^xsd:double;
  dwc:endLatitude '43.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-58.9 43.8333, -58.9 43.8333, -58.9 43.8333, -58.9 43.8333, -58.9 43.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1133'^^xsd:string;
  dwc:observationDate '1989-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.75"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9833)"^^geo:wktLiteral ;
  geo-pos:lat "55.75"^^xsd:decimal ;
  geo-pos:long "-57.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1374'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1374'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9833'^^xsd:double;
  dwc:startLongitude '-57.9833'^^xsd:double;
  dwc:endLongitude '-57.9833'^^xsd:double;
  dwc:latitude '55.75'^^xsd:double;
  dwc:startLatitude '55.75'^^xsd:double;
  dwc:endLatitude '55.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9833 55.75, -57.9833 55.75, -57.9833 55.75, -57.9833 55.75, -57.9833 55.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1374'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.7167"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1368'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1368'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.7167'^^xsd:double;
  dwc:startLatitude '55.7167'^^xsd:double;
  dwc:endLatitude '55.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1368'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.7167"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1363'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1363'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.7167'^^xsd:double;
  dwc:startLatitude '55.7167'^^xsd:double;
  dwc:endLatitude '55.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1363'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.7167"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1375'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1375'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.7167'^^xsd:double;
  dwc:startLatitude '55.7167'^^xsd:double;
  dwc:endLatitude '55.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1375'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.7167"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1369'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1369'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.7167'^^xsd:double;
  dwc:startLatitude '55.7167'^^xsd:double;
  dwc:endLatitude '55.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1369'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7167 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.7167"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1365'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1365'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.7167'^^xsd:double;
  dwc:startLatitude '55.7167'^^xsd:double;
  dwc:endLatitude '55.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167, -57.9333 55.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1365'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.75"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.75"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1373'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1373'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.75'^^xsd:double;
  dwc:startLatitude '55.75'^^xsd:double;
  dwc:endLatitude '55.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.75, -57.9333 55.75, -57.9333 55.75, -57.9333 55.75, -57.9333 55.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1373'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.75"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.75"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1366'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1366'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.75'^^xsd:double;
  dwc:startLatitude '55.75'^^xsd:double;
  dwc:endLatitude '55.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.75, -57.9333 55.75, -57.9333 55.75, -57.9333 55.75, -57.9333 55.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1366'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1372> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.75"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.75 -57.9333)"^^geo:wktLiteral ;
  geo-pos:lat "55.75"^^xsd:decimal ;
  geo-pos:long "-57.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1372'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1372'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9333'^^xsd:double;
  dwc:startLongitude '-57.9333'^^xsd:double;
  dwc:endLongitude '-57.9333'^^xsd:double;
  dwc:latitude '55.75'^^xsd:double;
  dwc:startLatitude '55.75'^^xsd:double;
  dwc:endLatitude '55.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9333 55.75, -57.9333 55.75, -57.9333 55.75, -57.9333 55.75, -57.9333 55.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1372'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7667 -57.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7667 -57.9167)"^^geo:wktLiteral ;
  geo-pos:lat "55.7667"^^xsd:decimal ;
  geo-pos:long "-57.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1367'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1367'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9167'^^xsd:double;
  dwc:startLongitude '-57.9167'^^xsd:double;
  dwc:endLongitude '-57.9167'^^xsd:double;
  dwc:latitude '55.7667'^^xsd:double;
  dwc:startLatitude '55.7667'^^xsd:double;
  dwc:endLatitude '55.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1367'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7667 -57.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7667 -57.9167)"^^geo:wktLiteral ;
  geo-pos:lat "55.7667"^^xsd:decimal ;
  geo-pos:long "-57.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1370'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1370'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9167'^^xsd:double;
  dwc:startLongitude '-57.9167'^^xsd:double;
  dwc:endLongitude '-57.9167'^^xsd:double;
  dwc:latitude '55.7667'^^xsd:double;
  dwc:startLatitude '55.7667'^^xsd:double;
  dwc:endLatitude '55.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1370'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7667 -57.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-57.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.7667 -57.9167)"^^geo:wktLiteral ;
  geo-pos:lat "55.7667"^^xsd:decimal ;
  geo-pos:long "-57.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1371'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1371'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.9167'^^xsd:double;
  dwc:startLongitude '-57.9167'^^xsd:double;
  dwc:endLongitude '-57.9167'^^xsd:double;
  dwc:latitude '55.7667'^^xsd:double;
  dwc:startLatitude '55.7667'^^xsd:double;
  dwc:endLatitude '55.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667, -57.9167 55.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1371'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.187 -57.8912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.187"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.187 -57.8912)"^^geo:wktLiteral ;
  geo-pos:lat "51.187"^^xsd:decimal ;
  geo-pos:long "-57.8912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_748'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_748'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.8912'^^xsd:double;
  dwc:startLongitude '-57.8912'^^xsd:double;
  dwc:endLongitude '-57.8912'^^xsd:double;
  dwc:latitude '51.187'^^xsd:double;
  dwc:startLatitude '51.187'^^xsd:double;
  dwc:endLatitude '51.187'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8912 51.187, -57.8912 51.187, -57.8912 51.187, -57.8912 51.187, -57.8912 51.187))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_748'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.187 -57.8912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.187"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.187 -57.8912)"^^geo:wktLiteral ;
  geo-pos:lat "51.187"^^xsd:decimal ;
  geo-pos:long "-57.8912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_750'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_750'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.8912'^^xsd:double;
  dwc:startLongitude '-57.8912'^^xsd:double;
  dwc:endLongitude '-57.8912'^^xsd:double;
  dwc:latitude '51.187'^^xsd:double;
  dwc:startLatitude '51.187'^^xsd:double;
  dwc:endLatitude '51.187'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8912 51.187, -57.8912 51.187, -57.8912 51.187, -57.8912 51.187, -57.8912 51.187))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_750'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2047"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  geo-pos:lat "51.2047"^^xsd:decimal ;
  geo-pos:long "-57.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_751'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_751'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.8867'^^xsd:double;
  dwc:startLongitude '-57.8867'^^xsd:double;
  dwc:endLongitude '-57.8867'^^xsd:double;
  dwc:latitude '51.2047'^^xsd:double;
  dwc:startLatitude '51.2047'^^xsd:double;
  dwc:endLatitude '51.2047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_751'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2047"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  geo-pos:lat "51.2047"^^xsd:decimal ;
  geo-pos:long "-57.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_752'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_752'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.8867'^^xsd:double;
  dwc:startLongitude '-57.8867'^^xsd:double;
  dwc:endLongitude '-57.8867'^^xsd:double;
  dwc:latitude '51.2047'^^xsd:double;
  dwc:startLatitude '51.2047'^^xsd:double;
  dwc:endLatitude '51.2047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_752'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2047"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  geo-pos:lat "51.2047"^^xsd:decimal ;
  geo-pos:long "-57.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_753'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_753'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.8867'^^xsd:double;
  dwc:startLongitude '-57.8867'^^xsd:double;
  dwc:endLongitude '-57.8867'^^xsd:double;
  dwc:latitude '51.2047'^^xsd:double;
  dwc:startLatitude '51.2047'^^xsd:double;
  dwc:endLatitude '51.2047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_753'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2047"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2047 -57.8867)"^^geo:wktLiteral ;
  geo-pos:lat "51.2047"^^xsd:decimal ;
  geo-pos:long "-57.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_755'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_755'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.8867'^^xsd:double;
  dwc:startLongitude '-57.8867'^^xsd:double;
  dwc:endLongitude '-57.8867'^^xsd:double;
  dwc:latitude '51.2047'^^xsd:double;
  dwc:startLatitude '51.2047'^^xsd:double;
  dwc:endLatitude '51.2047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047, -57.8867 51.2047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_755'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6667 -57.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.6667 -57.8833)"^^geo:wktLiteral ;
  geo-pos:lat "55.6667"^^xsd:decimal ;
  geo-pos:long "-57.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1362'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1362'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-57.8833'^^xsd:double;
  dwc:startLongitude '-57.8833'^^xsd:double;
  dwc:endLongitude '-57.8833'^^xsd:double;
  dwc:latitude '55.6667'^^xsd:double;
  dwc:startLatitude '55.6667'^^xsd:double;
  dwc:endLatitude '55.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8833 55.6667, -57.8833 55.6667, -57.8833 55.6667, -57.8833 55.6667, -57.8833 55.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1362'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2058 -57.8742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2058"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2058 -57.8742)"^^geo:wktLiteral ;
  geo-pos:lat "51.2058"^^xsd:decimal ;
  geo-pos:long "-57.8742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_756'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_756'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.8742'^^xsd:double;
  dwc:startLongitude '-57.8742'^^xsd:double;
  dwc:endLongitude '-57.8742'^^xsd:double;
  dwc:latitude '51.2058'^^xsd:double;
  dwc:startLatitude '51.2058'^^xsd:double;
  dwc:endLatitude '51.2058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8742 51.2058, -57.8742 51.2058, -57.8742 51.2058, -57.8742 51.2058, -57.8742 51.2058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_756'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.8667)"^^geo:wktLiteral ;
  geo-pos:lat "55.8167"^^xsd:decimal ;
  geo-pos:long "-57.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1541'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1541'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-57.8667'^^xsd:double;
  dwc:startLongitude '-57.8667'^^xsd:double;
  dwc:endLongitude '-57.8667'^^xsd:double;
  dwc:latitude '55.8167'^^xsd:double;
  dwc:startLatitude '55.8167'^^xsd:double;
  dwc:endLatitude '55.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1541'^^xsd:string;
  dwc:observationDate '1982-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.8667)"^^geo:wktLiteral ;
  geo-pos:lat "55.8167"^^xsd:decimal ;
  geo-pos:long "-57.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1542'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1542'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-57.8667'^^xsd:double;
  dwc:startLongitude '-57.8667'^^xsd:double;
  dwc:endLongitude '-57.8667'^^xsd:double;
  dwc:latitude '55.8167'^^xsd:double;
  dwc:startLatitude '55.8167'^^xsd:double;
  dwc:endLatitude '55.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1542'^^xsd:string;
  dwc:observationDate '1982-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.8667)"^^geo:wktLiteral ;
  geo-pos:lat "55.8167"^^xsd:decimal ;
  geo-pos:long "-57.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1539'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1539'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-57.8667'^^xsd:double;
  dwc:startLongitude '-57.8667'^^xsd:double;
  dwc:endLongitude '-57.8667'^^xsd:double;
  dwc:latitude '55.8167'^^xsd:double;
  dwc:startLatitude '55.8167'^^xsd:double;
  dwc:endLatitude '55.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167, -57.8667 55.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1539'^^xsd:string;
  dwc:observationDate '1982-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.8167 -57.85)"^^geo:wktLiteral ;
  geo-pos:lat "55.8167"^^xsd:decimal ;
  geo-pos:long "-57.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1540'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1540'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-57.85'^^xsd:double;
  dwc:startLongitude '-57.85'^^xsd:double;
  dwc:endLongitude '-57.85'^^xsd:double;
  dwc:latitude '55.8167'^^xsd:double;
  dwc:startLatitude '55.8167'^^xsd:double;
  dwc:endLatitude '55.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.85 55.8167, -57.85 55.8167, -57.85 55.8167, -57.85 55.8167, -57.85 55.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1540'^^xsd:string;
  dwc:observationDate '1982-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1903 -57.843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1903"^^xsd:decimal ;
  dwc:decimalLongitude "-57.843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1903 -57.843)"^^geo:wktLiteral ;
  geo-pos:lat "51.1903"^^xsd:decimal ;
  geo-pos:long "-57.843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_749'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_749'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.843'^^xsd:double;
  dwc:startLongitude '-57.843'^^xsd:double;
  dwc:endLongitude '-57.843'^^xsd:double;
  dwc:latitude '51.1903'^^xsd:double;
  dwc:startLatitude '51.1903'^^xsd:double;
  dwc:endLatitude '51.1903'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.843 51.1903, -57.843 51.1903, -57.843 51.1903, -57.843 51.1903, -57.843 51.1903))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_749'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1903 -57.843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1903"^^xsd:decimal ;
  dwc:decimalLongitude "-57.843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1903 -57.843)"^^geo:wktLiteral ;
  geo-pos:lat "51.1903"^^xsd:decimal ;
  geo-pos:long "-57.843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_754'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_754'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.843'^^xsd:double;
  dwc:startLongitude '-57.843'^^xsd:double;
  dwc:endLongitude '-57.843'^^xsd:double;
  dwc:latitude '51.1903'^^xsd:double;
  dwc:startLatitude '51.1903'^^xsd:double;
  dwc:endLatitude '51.1903'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.843 51.1903, -57.843 51.1903, -57.843 51.1903, -57.843 51.1903, -57.843 51.1903))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_754'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.204 -57.7677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.204"^^xsd:decimal ;
  dwc:decimalLongitude "-57.7677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.204 -57.7677)"^^geo:wktLiteral ;
  geo-pos:lat "51.204"^^xsd:decimal ;
  geo-pos:long "-57.7677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_762'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_762'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-57.7677'^^xsd:double;
  dwc:startLongitude '-57.7677'^^xsd:double;
  dwc:endLongitude '-57.7677'^^xsd:double;
  dwc:latitude '51.204'^^xsd:double;
  dwc:startLatitude '51.204'^^xsd:double;
  dwc:endLatitude '51.204'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.7677 51.204, -57.7677 51.204, -57.7677 51.204, -57.7677 51.204, -57.7677 51.204))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_762'^^xsd:string;
  dwc:observationDate '1992-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2695"^^xsd:decimal ;
  dwc:decimalLongitude "-57.702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  geo-pos:lat "51.2695"^^xsd:decimal ;
  geo-pos:long "-57.702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_721'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_721'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.702'^^xsd:double;
  dwc:startLongitude '-57.702'^^xsd:double;
  dwc:endLongitude '-57.702'^^xsd:double;
  dwc:latitude '51.2695'^^xsd:double;
  dwc:startLatitude '51.2695'^^xsd:double;
  dwc:endLatitude '51.2695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_721'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2695"^^xsd:decimal ;
  dwc:decimalLongitude "-57.702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  geo-pos:lat "51.2695"^^xsd:decimal ;
  geo-pos:long "-57.702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_717'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_717'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.702'^^xsd:double;
  dwc:startLongitude '-57.702'^^xsd:double;
  dwc:endLongitude '-57.702'^^xsd:double;
  dwc:latitude '51.2695'^^xsd:double;
  dwc:startLatitude '51.2695'^^xsd:double;
  dwc:endLatitude '51.2695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_717'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2695"^^xsd:decimal ;
  dwc:decimalLongitude "-57.702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  geo-pos:lat "51.2695"^^xsd:decimal ;
  geo-pos:long "-57.702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_730'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_730'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.702'^^xsd:double;
  dwc:startLongitude '-57.702'^^xsd:double;
  dwc:endLongitude '-57.702'^^xsd:double;
  dwc:latitude '51.2695'^^xsd:double;
  dwc:startLatitude '51.2695'^^xsd:double;
  dwc:endLatitude '51.2695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_730'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2695"^^xsd:decimal ;
  dwc:decimalLongitude "-57.702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  geo-pos:lat "51.2695"^^xsd:decimal ;
  geo-pos:long "-57.702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_716'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_716'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.702'^^xsd:double;
  dwc:startLongitude '-57.702'^^xsd:double;
  dwc:endLongitude '-57.702'^^xsd:double;
  dwc:latitude '51.2695'^^xsd:double;
  dwc:startLatitude '51.2695'^^xsd:double;
  dwc:endLatitude '51.2695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_716'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2695"^^xsd:decimal ;
  dwc:decimalLongitude "-57.702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2695 -57.702)"^^geo:wktLiteral ;
  geo-pos:lat "51.2695"^^xsd:decimal ;
  geo-pos:long "-57.702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_715'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_715'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.702'^^xsd:double;
  dwc:startLongitude '-57.702'^^xsd:double;
  dwc:endLongitude '-57.702'^^xsd:double;
  dwc:latitude '51.2695'^^xsd:double;
  dwc:startLatitude '51.2695'^^xsd:double;
  dwc:endLatitude '51.2695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695, -57.702 51.2695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_715'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2865 -57.6853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2865"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2865 -57.6853)"^^geo:wktLiteral ;
  geo-pos:lat "51.2865"^^xsd:decimal ;
  geo-pos:long "-57.6853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_726'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_726'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6853'^^xsd:double;
  dwc:startLongitude '-57.6853'^^xsd:double;
  dwc:endLongitude '-57.6853'^^xsd:double;
  dwc:latitude '51.2865'^^xsd:double;
  dwc:startLatitude '51.2865'^^xsd:double;
  dwc:endLatitude '51.2865'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6853 51.2865, -57.6853 51.2865, -57.6853 51.2865, -57.6853 51.2865, -57.6853 51.2865))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_726'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_728'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_728'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_728'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_723'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_723'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_723'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_718'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_718'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_718'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_727'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_727'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_727'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_719'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_719'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_719'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_724'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_724'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_724'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_720'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_720'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_720'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2913"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2913 -57.6692)"^^geo:wktLiteral ;
  geo-pos:lat "51.2913"^^xsd:decimal ;
  geo-pos:long "-57.6692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_722'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_722'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.6692'^^xsd:double;
  dwc:startLongitude '-57.6692'^^xsd:double;
  dwc:endLongitude '-57.6692'^^xsd:double;
  dwc:latitude '51.2913'^^xsd:double;
  dwc:startLatitude '51.2913'^^xsd:double;
  dwc:endLatitude '51.2913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913, -57.6692 51.2913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_722'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3008 -57.6343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3008"^^xsd:decimal ;
  dwc:decimalLongitude "-57.6343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3008 -57.6343)"^^geo:wktLiteral ;
  geo-pos:lat "51.3008"^^xsd:decimal ;
  geo-pos:long "-57.6343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_634'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_634'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-57.6343'^^xsd:double;
  dwc:startLongitude '-57.6343'^^xsd:double;
  dwc:endLongitude '-57.6343'^^xsd:double;
  dwc:latitude '51.3008'^^xsd:double;
  dwc:startLatitude '51.3008'^^xsd:double;
  dwc:endLatitude '51.3008'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.6343 51.3008, -57.6343 51.3008, -57.6343 51.3008, -57.6343 51.3008, -57.6343 51.3008))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_634'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2532 -57.5722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2532"^^xsd:decimal ;
  dwc:decimalLongitude "-57.5722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2532 -57.5722)"^^geo:wktLiteral ;
  geo-pos:lat "51.2532"^^xsd:decimal ;
  geo-pos:long "-57.5722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_633'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_633'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-57.5722'^^xsd:double;
  dwc:startLongitude '-57.5722'^^xsd:double;
  dwc:endLongitude '-57.5722'^^xsd:double;
  dwc:latitude '51.2532'^^xsd:double;
  dwc:startLatitude '51.2532'^^xsd:double;
  dwc:endLatitude '51.2532'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.5722 51.2532, -57.5722 51.2532, -57.5722 51.2532, -57.5722 51.2532, -57.5722 51.2532))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_633'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833 -57.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-57.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2833 -57.4667)"^^geo:wktLiteral ;
  geo-pos:lat "51.2833"^^xsd:decimal ;
  geo-pos:long "-57.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1339'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1339'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-57.4667'^^xsd:double;
  dwc:startLongitude '-57.4667'^^xsd:double;
  dwc:endLongitude '-57.4667'^^xsd:double;
  dwc:latitude '51.2833'^^xsd:double;
  dwc:startLatitude '51.2833'^^xsd:double;
  dwc:endLatitude '51.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.4667 51.2833, -57.4667 51.2833, -57.4667 51.2833, -57.4667 51.2833, -57.4667 51.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1339'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2363 -57.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2363"^^xsd:decimal ;
  dwc:decimalLongitude "-57.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2363 -57.437)"^^geo:wktLiteral ;
  geo-pos:lat "51.2363"^^xsd:decimal ;
  geo-pos:long "-57.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_635'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_635'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-57.437'^^xsd:double;
  dwc:startLongitude '-57.437'^^xsd:double;
  dwc:endLongitude '-57.437'^^xsd:double;
  dwc:latitude '51.2363'^^xsd:double;
  dwc:startLatitude '51.2363'^^xsd:double;
  dwc:endLatitude '51.2363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.437 51.2363, -57.437 51.2363, -57.437 51.2363, -57.437 51.2363, -57.437 51.2363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_635'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2363 -57.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2363"^^xsd:decimal ;
  dwc:decimalLongitude "-57.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2363 -57.437)"^^geo:wktLiteral ;
  geo-pos:lat "51.2363"^^xsd:decimal ;
  geo-pos:long "-57.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_637'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_637'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-57.437'^^xsd:double;
  dwc:startLongitude '-57.437'^^xsd:double;
  dwc:endLongitude '-57.437'^^xsd:double;
  dwc:latitude '51.2363'^^xsd:double;
  dwc:startLatitude '51.2363'^^xsd:double;
  dwc:endLatitude '51.2363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.437 51.2363, -57.437 51.2363, -57.437 51.2363, -57.437 51.2363, -57.437 51.2363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_637'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2363 -57.437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2363"^^xsd:decimal ;
  dwc:decimalLongitude "-57.437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2363 -57.437)"^^geo:wktLiteral ;
  geo-pos:lat "51.2363"^^xsd:decimal ;
  geo-pos:long "-57.437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_636'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_636'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-57.437'^^xsd:double;
  dwc:startLongitude '-57.437'^^xsd:double;
  dwc:endLongitude '-57.437'^^xsd:double;
  dwc:latitude '51.2363'^^xsd:double;
  dwc:startLatitude '51.2363'^^xsd:double;
  dwc:endLatitude '51.2363'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.437 51.2363, -57.437 51.2363, -57.437 51.2363, -57.437 51.2363, -57.437 51.2363))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_636'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2725 -57.4187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2725"^^xsd:decimal ;
  dwc:decimalLongitude "-57.4187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2725 -57.4187)"^^geo:wktLiteral ;
  geo-pos:lat "51.2725"^^xsd:decimal ;
  geo-pos:long "-57.4187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1340'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1340'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-57.4187'^^xsd:double;
  dwc:startLongitude '-57.4187'^^xsd:double;
  dwc:endLongitude '-57.4187'^^xsd:double;
  dwc:latitude '51.2725'^^xsd:double;
  dwc:startLatitude '51.2725'^^xsd:double;
  dwc:endLatitude '51.2725'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.4187 51.2725, -57.4187 51.2725, -57.4187 51.2725, -57.4187 51.2725, -57.4187 51.2725))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1340'^^xsd:string;
  dwc:observationDate '1993-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3667 -57.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-57.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3667 -57.4167)"^^geo:wktLiteral ;
  geo-pos:lat "51.3667"^^xsd:decimal ;
  geo-pos:long "-57.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1758'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1758'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-57.4167'^^xsd:double;
  dwc:startLongitude '-57.4167'^^xsd:double;
  dwc:endLongitude '-57.4167'^^xsd:double;
  dwc:latitude '51.3667'^^xsd:double;
  dwc:startLatitude '51.3667'^^xsd:double;
  dwc:endLatitude '51.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.4167 51.3667, -57.4167 51.3667, -57.4167 51.3667, -57.4167 51.3667, -57.4167 51.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1758'^^xsd:string;
  dwc:observationDate '1982-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3667 -57.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-57.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3667 -57.4167)"^^geo:wktLiteral ;
  geo-pos:lat "51.3667"^^xsd:decimal ;
  geo-pos:long "-57.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1757'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1757'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-57.4167'^^xsd:double;
  dwc:startLongitude '-57.4167'^^xsd:double;
  dwc:endLongitude '-57.4167'^^xsd:double;
  dwc:latitude '51.3667'^^xsd:double;
  dwc:startLatitude '51.3667'^^xsd:double;
  dwc:endLatitude '51.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.4167 51.3667, -57.4167 51.3667, -57.4167 51.3667, -57.4167 51.3667, -57.4167 51.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1757'^^xsd:string;
  dwc:observationDate '1982-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3248 -57.3753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3248"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3248 -57.3753)"^^geo:wktLiteral ;
  geo-pos:lat "51.3248"^^xsd:decimal ;
  geo-pos:long "-57.3753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2419'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2419'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.3753'^^xsd:double;
  dwc:startLongitude '-57.3753'^^xsd:double;
  dwc:endLongitude '-57.3753'^^xsd:double;
  dwc:latitude '51.3248'^^xsd:double;
  dwc:startLatitude '51.3248'^^xsd:double;
  dwc:endLatitude '51.3248'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3753 51.3248, -57.3753 51.3248, -57.3753 51.3248, -57.3753 51.3248, -57.3753 51.3248))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2419'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3248 -57.3753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3248"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3248 -57.3753)"^^geo:wktLiteral ;
  geo-pos:lat "51.3248"^^xsd:decimal ;
  geo-pos:long "-57.3753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2402'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2402'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.3753'^^xsd:double;
  dwc:startLongitude '-57.3753'^^xsd:double;
  dwc:endLongitude '-57.3753'^^xsd:double;
  dwc:latitude '51.3248'^^xsd:double;
  dwc:startLatitude '51.3248'^^xsd:double;
  dwc:endLatitude '51.3248'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3753 51.3248, -57.3753 51.3248, -57.3753 51.3248, -57.3753 51.3248, -57.3753 51.3248))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2402'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2955 -57.3642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2955"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2955 -57.3642)"^^geo:wktLiteral ;
  geo-pos:lat "51.2955"^^xsd:decimal ;
  geo-pos:long "-57.3642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1032'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1032'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.3642'^^xsd:double;
  dwc:startLongitude '-57.3642'^^xsd:double;
  dwc:endLongitude '-57.3642'^^xsd:double;
  dwc:latitude '51.2955'^^xsd:double;
  dwc:startLatitude '51.2955'^^xsd:double;
  dwc:endLatitude '51.2955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3642 51.2955, -57.3642 51.2955, -57.3642 51.2955, -57.3642 51.2955, -57.3642 51.2955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1032'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2955 -57.3642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2955"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2955 -57.3642)"^^geo:wktLiteral ;
  geo-pos:lat "51.2955"^^xsd:decimal ;
  geo-pos:long "-57.3642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1035'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1035'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.3642'^^xsd:double;
  dwc:startLongitude '-57.3642'^^xsd:double;
  dwc:endLongitude '-57.3642'^^xsd:double;
  dwc:latitude '51.2955'^^xsd:double;
  dwc:startLatitude '51.2955'^^xsd:double;
  dwc:endLatitude '51.2955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3642 51.2955, -57.3642 51.2955, -57.3642 51.2955, -57.3642 51.2955, -57.3642 51.2955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1035'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3382 -57.3363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3382"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3382 -57.3363)"^^geo:wktLiteral ;
  geo-pos:lat "51.3382"^^xsd:decimal ;
  geo-pos:long "-57.3363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2405'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2405'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.3363'^^xsd:double;
  dwc:startLongitude '-57.3363'^^xsd:double;
  dwc:endLongitude '-57.3363'^^xsd:double;
  dwc:latitude '51.3382'^^xsd:double;
  dwc:startLatitude '51.3382'^^xsd:double;
  dwc:endLatitude '51.3382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3363 51.3382, -57.3363 51.3382, -57.3363 51.3382, -57.3363 51.3382, -57.3363 51.3382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2405'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2410> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3382 -57.3363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3382"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3382 -57.3363)"^^geo:wktLiteral ;
  geo-pos:lat "51.3382"^^xsd:decimal ;
  geo-pos:long "-57.3363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2410'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2410'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.3363'^^xsd:double;
  dwc:startLongitude '-57.3363'^^xsd:double;
  dwc:endLongitude '-57.3363'^^xsd:double;
  dwc:latitude '51.3382'^^xsd:double;
  dwc:startLatitude '51.3382'^^xsd:double;
  dwc:endLatitude '51.3382'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3363 51.3382, -57.3363 51.3382, -57.3363 51.3382, -57.3363 51.3382, -57.3363 51.3382))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2410'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2409> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3433 -57.328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3433"^^xsd:decimal ;
  dwc:decimalLongitude "-57.328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3433 -57.328)"^^geo:wktLiteral ;
  geo-pos:lat "51.3433"^^xsd:decimal ;
  geo-pos:long "-57.328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2409'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2409'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.328'^^xsd:double;
  dwc:startLongitude '-57.328'^^xsd:double;
  dwc:endLongitude '-57.328'^^xsd:double;
  dwc:latitude '51.3433'^^xsd:double;
  dwc:startLatitude '51.3433'^^xsd:double;
  dwc:endLatitude '51.3433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.328 51.3433, -57.328 51.3433, -57.328 51.3433, -57.328 51.3433, -57.328 51.3433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2409'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3433 -57.328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3433"^^xsd:decimal ;
  dwc:decimalLongitude "-57.328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3433 -57.328)"^^geo:wktLiteral ;
  geo-pos:lat "51.3433"^^xsd:decimal ;
  geo-pos:long "-57.328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2416'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2416'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.328'^^xsd:double;
  dwc:startLongitude '-57.328'^^xsd:double;
  dwc:endLongitude '-57.328'^^xsd:double;
  dwc:latitude '51.3433'^^xsd:double;
  dwc:startLatitude '51.3433'^^xsd:double;
  dwc:endLatitude '51.3433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.328 51.3433, -57.328 51.3433, -57.328 51.3433, -57.328 51.3433, -57.328 51.3433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2416'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3027 -57.3238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3027"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3027 -57.3238)"^^geo:wktLiteral ;
  geo-pos:lat "51.3027"^^xsd:decimal ;
  geo-pos:long "-57.3238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1038'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1038'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.3238'^^xsd:double;
  dwc:startLongitude '-57.3238'^^xsd:double;
  dwc:endLongitude '-57.3238'^^xsd:double;
  dwc:latitude '51.3027'^^xsd:double;
  dwc:startLatitude '51.3027'^^xsd:double;
  dwc:endLatitude '51.3027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1038'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3027 -57.3238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3027"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3027 -57.3238)"^^geo:wktLiteral ;
  geo-pos:lat "51.3027"^^xsd:decimal ;
  geo-pos:long "-57.3238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1045'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1045'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.3238'^^xsd:double;
  dwc:startLongitude '-57.3238'^^xsd:double;
  dwc:endLongitude '-57.3238'^^xsd:double;
  dwc:latitude '51.3027'^^xsd:double;
  dwc:startLatitude '51.3027'^^xsd:double;
  dwc:endLatitude '51.3027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1045'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3027 -57.3238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3027"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3027 -57.3238)"^^geo:wktLiteral ;
  geo-pos:lat "51.3027"^^xsd:decimal ;
  geo-pos:long "-57.3238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1044'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1044'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.3238'^^xsd:double;
  dwc:startLongitude '-57.3238'^^xsd:double;
  dwc:endLongitude '-57.3238'^^xsd:double;
  dwc:latitude '51.3027'^^xsd:double;
  dwc:startLatitude '51.3027'^^xsd:double;
  dwc:endLatitude '51.3027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027, -57.3238 51.3027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1044'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2593> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2893 -57.3227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2893"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2893 -57.3227)"^^geo:wktLiteral ;
  geo-pos:lat "51.2893"^^xsd:decimal ;
  geo-pos:long "-57.3227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2593'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2593'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.3227'^^xsd:double;
  dwc:startLongitude '-57.3227'^^xsd:double;
  dwc:endLongitude '-57.3227'^^xsd:double;
  dwc:latitude '51.2893'^^xsd:double;
  dwc:startLatitude '51.2893'^^xsd:double;
  dwc:endLatitude '51.2893'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3227 51.2893, -57.3227 51.2893, -57.3227 51.2893, -57.3227 51.2893, -57.3227 51.2893))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2593'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2592> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2412 -57.3208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2412"^^xsd:decimal ;
  dwc:decimalLongitude "-57.3208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2412 -57.3208)"^^geo:wktLiteral ;
  geo-pos:lat "51.2412"^^xsd:decimal ;
  geo-pos:long "-57.3208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2592'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2592'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.3208'^^xsd:double;
  dwc:startLongitude '-57.3208'^^xsd:double;
  dwc:endLongitude '-57.3208'^^xsd:double;
  dwc:latitude '51.2412'^^xsd:double;
  dwc:startLatitude '51.2412'^^xsd:double;
  dwc:endLatitude '51.2412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.3208 51.2412, -57.3208 51.2412, -57.3208 51.2412, -57.3208 51.2412, -57.3208 51.2412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2592'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2812 -57.306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2812"^^xsd:decimal ;
  dwc:decimalLongitude "-57.306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2812 -57.306)"^^geo:wktLiteral ;
  geo-pos:lat "51.2812"^^xsd:decimal ;
  geo-pos:long "-57.306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1031'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1031'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.306'^^xsd:double;
  dwc:startLongitude '-57.306'^^xsd:double;
  dwc:endLongitude '-57.306'^^xsd:double;
  dwc:latitude '51.2812'^^xsd:double;
  dwc:startLatitude '51.2812'^^xsd:double;
  dwc:endLatitude '51.2812'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.306 51.2812, -57.306 51.2812, -57.306 51.2812, -57.306 51.2812, -57.306 51.2812))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1031'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2599> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2677 -57.2915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2677"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2677 -57.2915)"^^geo:wktLiteral ;
  geo-pos:lat "51.2677"^^xsd:decimal ;
  geo-pos:long "-57.2915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2599'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2599'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.2915'^^xsd:double;
  dwc:startLongitude '-57.2915'^^xsd:double;
  dwc:endLongitude '-57.2915'^^xsd:double;
  dwc:latitude '51.2677'^^xsd:double;
  dwc:startLatitude '51.2677'^^xsd:double;
  dwc:endLatitude '51.2677'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2915 51.2677, -57.2915 51.2677, -57.2915 51.2677, -57.2915 51.2677, -57.2915 51.2677))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2599'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2627> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3875 -57.291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3875"^^xsd:decimal ;
  dwc:decimalLongitude "-57.291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3875 -57.291)"^^geo:wktLiteral ;
  geo-pos:lat "51.3875"^^xsd:decimal ;
  geo-pos:long "-57.291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2627'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2627'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.291'^^xsd:double;
  dwc:startLongitude '-57.291'^^xsd:double;
  dwc:endLongitude '-57.291'^^xsd:double;
  dwc:latitude '51.3875'^^xsd:double;
  dwc:startLatitude '51.3875'^^xsd:double;
  dwc:endLatitude '51.3875'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.291 51.3875, -57.291 51.3875, -57.291 51.3875, -57.291 51.3875, -57.291 51.3875))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2627'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3747 -57.284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3747"^^xsd:decimal ;
  dwc:decimalLongitude "-57.284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3747 -57.284)"^^geo:wktLiteral ;
  geo-pos:lat "51.3747"^^xsd:decimal ;
  geo-pos:long "-57.284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2625'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2625'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.284'^^xsd:double;
  dwc:startLongitude '-57.284'^^xsd:double;
  dwc:endLongitude '-57.284'^^xsd:double;
  dwc:latitude '51.3747'^^xsd:double;
  dwc:startLatitude '51.3747'^^xsd:double;
  dwc:endLatitude '51.3747'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.284 51.3747, -57.284 51.3747, -57.284 51.3747, -57.284 51.3747, -57.284 51.3747))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2625'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2628> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3747 -57.284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3747"^^xsd:decimal ;
  dwc:decimalLongitude "-57.284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3747 -57.284)"^^geo:wktLiteral ;
  geo-pos:lat "51.3747"^^xsd:decimal ;
  geo-pos:long "-57.284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2628'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2628'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.284'^^xsd:double;
  dwc:startLongitude '-57.284'^^xsd:double;
  dwc:endLongitude '-57.284'^^xsd:double;
  dwc:latitude '51.3747'^^xsd:double;
  dwc:startLatitude '51.3747'^^xsd:double;
  dwc:endLatitude '51.3747'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.284 51.3747, -57.284 51.3747, -57.284 51.3747, -57.284 51.3747, -57.284 51.3747))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2628'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_987> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3167 -57.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3167 -57.2667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3167"^^xsd:decimal ;
  geo-pos:long "-57.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_987'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_987'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2667'^^xsd:double;
  dwc:startLongitude '-57.2667'^^xsd:double;
  dwc:endLongitude '-57.2667'^^xsd:double;
  dwc:latitude '51.3167'^^xsd:double;
  dwc:startLatitude '51.3167'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2667 51.3167, -57.2667 51.3167, -57.2667 51.3167, -57.2667 51.3167, -57.2667 51.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_987'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2470> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.389 -57.2525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.389"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.389 -57.2525)"^^geo:wktLiteral ;
  geo-pos:lat "51.389"^^xsd:decimal ;
  geo-pos:long "-57.2525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2470'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2470'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2525'^^xsd:double;
  dwc:startLongitude '-57.2525'^^xsd:double;
  dwc:endLongitude '-57.2525'^^xsd:double;
  dwc:latitude '51.389'^^xsd:double;
  dwc:startLatitude '51.389'^^xsd:double;
  dwc:endLatitude '51.389'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2525 51.389, -57.2525 51.389, -57.2525 51.389, -57.2525 51.389, -57.2525 51.389))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2470'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2469> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.389 -57.2525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.389"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.389 -57.2525)"^^geo:wktLiteral ;
  geo-pos:lat "51.389"^^xsd:decimal ;
  geo-pos:long "-57.2525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2469'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2469'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2525'^^xsd:double;
  dwc:startLongitude '-57.2525'^^xsd:double;
  dwc:endLongitude '-57.2525'^^xsd:double;
  dwc:latitude '51.389'^^xsd:double;
  dwc:startLatitude '51.389'^^xsd:double;
  dwc:endLatitude '51.389'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2525 51.389, -57.2525 51.389, -57.2525 51.389, -57.2525 51.389, -57.2525 51.389))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2469'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2468> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.389 -57.2525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.389"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.389 -57.2525)"^^geo:wktLiteral ;
  geo-pos:lat "51.389"^^xsd:decimal ;
  geo-pos:long "-57.2525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2468'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2468'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2525'^^xsd:double;
  dwc:startLongitude '-57.2525'^^xsd:double;
  dwc:endLongitude '-57.2525'^^xsd:double;
  dwc:latitude '51.389'^^xsd:double;
  dwc:startLatitude '51.389'^^xsd:double;
  dwc:endLatitude '51.389'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2525 51.389, -57.2525 51.389, -57.2525 51.389, -57.2525 51.389, -57.2525 51.389))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2468'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_617> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 -57.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "-57.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 -57.25)"^^geo:wktLiteral ;
  geo-pos:lat "51.35"^^xsd:decimal ;
  geo-pos:long "-57.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_617'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_617'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-57.25'^^xsd:double;
  dwc:startLongitude '-57.25'^^xsd:double;
  dwc:endLongitude '-57.25'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:startLatitude '51.35'^^xsd:double;
  dwc:endLatitude '51.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.25 51.35, -57.25 51.35, -57.25 51.35, -57.25 51.35, -57.25 51.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_617'^^xsd:string;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_616> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 -57.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "-57.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 -57.25)"^^geo:wktLiteral ;
  geo-pos:lat "51.35"^^xsd:decimal ;
  geo-pos:long "-57.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_616'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_616'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-57.25'^^xsd:double;
  dwc:startLongitude '-57.25'^^xsd:double;
  dwc:endLongitude '-57.25'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:startLatitude '51.35'^^xsd:double;
  dwc:endLatitude '51.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.25 51.35, -57.25 51.35, -57.25 51.35, -57.25 51.35, -57.25 51.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_616'^^xsd:string;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.376 -57.239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.376"^^xsd:decimal ;
  dwc:decimalLongitude "-57.239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.376 -57.239)"^^geo:wktLiteral ;
  geo-pos:lat "51.376"^^xsd:decimal ;
  geo-pos:long "-57.239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2365'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2365'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.239'^^xsd:double;
  dwc:startLongitude '-57.239'^^xsd:double;
  dwc:endLongitude '-57.239'^^xsd:double;
  dwc:latitude '51.376'^^xsd:double;
  dwc:startLatitude '51.376'^^xsd:double;
  dwc:endLatitude '51.376'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.239 51.376, -57.239 51.376, -57.239 51.376, -57.239 51.376, -57.239 51.376))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2365'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2895 -57.2362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2895"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2895 -57.2362)"^^geo:wktLiteral ;
  geo-pos:lat "51.2895"^^xsd:decimal ;
  geo-pos:long "-57.2362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1046'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1046'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.2362'^^xsd:double;
  dwc:startLongitude '-57.2362'^^xsd:double;
  dwc:endLongitude '-57.2362'^^xsd:double;
  dwc:latitude '51.2895'^^xsd:double;
  dwc:startLatitude '51.2895'^^xsd:double;
  dwc:endLatitude '51.2895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2362 51.2895, -57.2362 51.2895, -57.2362 51.2895, -57.2362 51.2895, -57.2362 51.2895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1046'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2895 -57.2362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2895"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2895 -57.2362)"^^geo:wktLiteral ;
  geo-pos:lat "51.2895"^^xsd:decimal ;
  geo-pos:long "-57.2362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1033'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1033'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.2362'^^xsd:double;
  dwc:startLongitude '-57.2362'^^xsd:double;
  dwc:endLongitude '-57.2362'^^xsd:double;
  dwc:latitude '51.2895'^^xsd:double;
  dwc:startLatitude '51.2895'^^xsd:double;
  dwc:endLatitude '51.2895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2362 51.2895, -57.2362 51.2895, -57.2362 51.2895, -57.2362 51.2895, -57.2362 51.2895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1033'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_905> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3675 -57.235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3675"^^xsd:decimal ;
  dwc:decimalLongitude "-57.235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3675 -57.235)"^^geo:wktLiteral ;
  geo-pos:lat "51.3675"^^xsd:decimal ;
  geo-pos:long "-57.235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_905'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_905'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.235'^^xsd:double;
  dwc:startLongitude '-57.235'^^xsd:double;
  dwc:endLongitude '-57.235'^^xsd:double;
  dwc:latitude '51.3675'^^xsd:double;
  dwc:startLatitude '51.3675'^^xsd:double;
  dwc:endLatitude '51.3675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.235 51.3675, -57.235 51.3675, -57.235 51.3675, -57.235 51.3675, -57.235 51.3675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_905'^^xsd:string;
  dwc:observationDate '1993-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333 -57.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3333 -57.2333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3333"^^xsd:decimal ;
  geo-pos:long "-57.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_615'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_615'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-57.2333'^^xsd:double;
  dwc:startLongitude '-57.2333'^^xsd:double;
  dwc:endLongitude '-57.2333'^^xsd:double;
  dwc:latitude '51.3333'^^xsd:double;
  dwc:startLatitude '51.3333'^^xsd:double;
  dwc:endLatitude '51.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2333 51.3333, -57.2333 51.3333, -57.2333 51.3333, -57.2333 51.3333, -57.2333 51.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_615'^^xsd:string;
  dwc:observationDate '1983-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3583 -57.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3583"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3583 -57.2333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3583"^^xsd:decimal ;
  geo-pos:long "-57.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_940'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_940'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-57.2333'^^xsd:double;
  dwc:startLongitude '-57.2333'^^xsd:double;
  dwc:endLongitude '-57.2333'^^xsd:double;
  dwc:latitude '51.3583'^^xsd:double;
  dwc:startLatitude '51.3583'^^xsd:double;
  dwc:endLatitude '51.3583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2333 51.3583, -57.2333 51.3583, -57.2333 51.3583, -57.2333 51.3583, -57.2333 51.3583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_940'^^xsd:string;
  dwc:observationDate '1993-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_986> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3625 -57.2317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3625"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3625 -57.2317)"^^geo:wktLiteral ;
  geo-pos:lat "51.3625"^^xsd:decimal ;
  geo-pos:long "-57.2317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_986'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_986'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2317'^^xsd:double;
  dwc:startLongitude '-57.2317'^^xsd:double;
  dwc:endLongitude '-57.2317'^^xsd:double;
  dwc:latitude '51.3625'^^xsd:double;
  dwc:startLatitude '51.3625'^^xsd:double;
  dwc:endLatitude '51.3625'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2317 51.3625, -57.2317 51.3625, -57.2317 51.3625, -57.2317 51.3625, -57.2317 51.3625))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_986'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3598 -57.2302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3598"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3598 -57.2302)"^^geo:wktLiteral ;
  geo-pos:lat "51.3598"^^xsd:decimal ;
  geo-pos:long "-57.2302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_909'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_909'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2302'^^xsd:double;
  dwc:startLongitude '-57.2302'^^xsd:double;
  dwc:endLongitude '-57.2302'^^xsd:double;
  dwc:latitude '51.3598'^^xsd:double;
  dwc:startLatitude '51.3598'^^xsd:double;
  dwc:endLatitude '51.3598'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2302 51.3598, -57.2302 51.3598, -57.2302 51.3598, -57.2302 51.3598, -57.2302 51.3598))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_909'^^xsd:string;
  dwc:observationDate '1993-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3752"^^xsd:decimal ;
  dwc:decimalLongitude "-57.222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.222)"^^geo:wktLiteral ;
  geo-pos:lat "51.3752"^^xsd:decimal ;
  geo-pos:long "-57.222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2403'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2403'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.222'^^xsd:double;
  dwc:startLongitude '-57.222'^^xsd:double;
  dwc:endLongitude '-57.222'^^xsd:double;
  dwc:latitude '51.3752'^^xsd:double;
  dwc:startLatitude '51.3752'^^xsd:double;
  dwc:endLatitude '51.3752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.222 51.3752, -57.222 51.3752, -57.222 51.3752, -57.222 51.3752, -57.222 51.3752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2403'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3752"^^xsd:decimal ;
  dwc:decimalLongitude "-57.222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.222)"^^geo:wktLiteral ;
  geo-pos:lat "51.3752"^^xsd:decimal ;
  geo-pos:long "-57.222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2421'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2421'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.222'^^xsd:double;
  dwc:startLongitude '-57.222'^^xsd:double;
  dwc:endLongitude '-57.222'^^xsd:double;
  dwc:latitude '51.3752'^^xsd:double;
  dwc:startLatitude '51.3752'^^xsd:double;
  dwc:endLatitude '51.3752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.222 51.3752, -57.222 51.3752, -57.222 51.3752, -57.222 51.3752, -57.222 51.3752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2421'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3737 -57.219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3737"^^xsd:decimal ;
  dwc:decimalLongitude "-57.219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3737 -57.219)"^^geo:wktLiteral ;
  geo-pos:lat "51.3737"^^xsd:decimal ;
  geo-pos:long "-57.219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2355'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2355'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.219'^^xsd:double;
  dwc:startLongitude '-57.219'^^xsd:double;
  dwc:endLongitude '-57.219'^^xsd:double;
  dwc:latitude '51.3737'^^xsd:double;
  dwc:startLatitude '51.3737'^^xsd:double;
  dwc:endLatitude '51.3737'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.219 51.3737, -57.219 51.3737, -57.219 51.3737, -57.219 51.3737, -57.219 51.3737))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2355'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2408> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3705 -57.2188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3705"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3705 -57.2188)"^^geo:wktLiteral ;
  geo-pos:lat "51.3705"^^xsd:decimal ;
  geo-pos:long "-57.2188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2408'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2408'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2188'^^xsd:double;
  dwc:startLongitude '-57.2188'^^xsd:double;
  dwc:endLongitude '-57.2188'^^xsd:double;
  dwc:latitude '51.3705'^^xsd:double;
  dwc:startLatitude '51.3705'^^xsd:double;
  dwc:endLatitude '51.3705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2188 51.3705, -57.2188 51.3705, -57.2188 51.3705, -57.2188 51.3705, -57.2188 51.3705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2408'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3675 -57.2092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3675"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3675 -57.2092)"^^geo:wktLiteral ;
  geo-pos:lat "51.3675"^^xsd:decimal ;
  geo-pos:long "-57.2092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2406'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2406'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2092'^^xsd:double;
  dwc:startLongitude '-57.2092'^^xsd:double;
  dwc:endLongitude '-57.2092'^^xsd:double;
  dwc:latitude '51.3675'^^xsd:double;
  dwc:startLatitude '51.3675'^^xsd:double;
  dwc:endLatitude '51.3675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2092 51.3675, -57.2092 51.3675, -57.2092 51.3675, -57.2092 51.3675, -57.2092 51.3675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2406'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2415> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3675 -57.2092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3675"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3675 -57.2092)"^^geo:wktLiteral ;
  geo-pos:lat "51.3675"^^xsd:decimal ;
  geo-pos:long "-57.2092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2415'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2415'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2092'^^xsd:double;
  dwc:startLongitude '-57.2092'^^xsd:double;
  dwc:endLongitude '-57.2092'^^xsd:double;
  dwc:latitude '51.3675'^^xsd:double;
  dwc:startLatitude '51.3675'^^xsd:double;
  dwc:endLatitude '51.3675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2092 51.3675, -57.2092 51.3675, -57.2092 51.3675, -57.2092 51.3675, -57.2092 51.3675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2415'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3588 -57.2088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3588"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3588 -57.2088)"^^geo:wktLiteral ;
  geo-pos:lat "51.3588"^^xsd:decimal ;
  geo-pos:long "-57.2088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_725'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_725'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.2088'^^xsd:double;
  dwc:startLongitude '-57.2088'^^xsd:double;
  dwc:endLongitude '-57.2088'^^xsd:double;
  dwc:latitude '51.3588'^^xsd:double;
  dwc:startLatitude '51.3588'^^xsd:double;
  dwc:endLatitude '51.3588'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2088 51.3588, -57.2088 51.3588, -57.2088 51.3588, -57.2088 51.3588, -57.2088 51.3588))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_725'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2418> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3905 -57.2067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3905"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3905 -57.2067)"^^geo:wktLiteral ;
  geo-pos:lat "51.3905"^^xsd:decimal ;
  geo-pos:long "-57.2067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2418'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2418'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2067'^^xsd:double;
  dwc:startLongitude '-57.2067'^^xsd:double;
  dwc:endLongitude '-57.2067'^^xsd:double;
  dwc:latitude '51.3905'^^xsd:double;
  dwc:startLatitude '51.3905'^^xsd:double;
  dwc:endLatitude '51.3905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2418'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3905 -57.2067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3905"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3905 -57.2067)"^^geo:wktLiteral ;
  geo-pos:lat "51.3905"^^xsd:decimal ;
  geo-pos:long "-57.2067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2417'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2417'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2067'^^xsd:double;
  dwc:startLongitude '-57.2067'^^xsd:double;
  dwc:endLongitude '-57.2067'^^xsd:double;
  dwc:latitude '51.3905'^^xsd:double;
  dwc:startLatitude '51.3905'^^xsd:double;
  dwc:endLatitude '51.3905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2417'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3905 -57.2067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3905"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3905 -57.2067)"^^geo:wktLiteral ;
  geo-pos:lat "51.3905"^^xsd:decimal ;
  geo-pos:long "-57.2067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2404'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2404'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2067'^^xsd:double;
  dwc:startLongitude '-57.2067'^^xsd:double;
  dwc:endLongitude '-57.2067'^^xsd:double;
  dwc:latitude '51.3905'^^xsd:double;
  dwc:startLatitude '51.3905'^^xsd:double;
  dwc:endLatitude '51.3905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905, -57.2067 51.3905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2404'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2407> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.2053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3752"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.2053)"^^geo:wktLiteral ;
  geo-pos:lat "51.3752"^^xsd:decimal ;
  geo-pos:long "-57.2053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2407'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2407'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2053'^^xsd:double;
  dwc:startLongitude '-57.2053'^^xsd:double;
  dwc:endLongitude '-57.2053'^^xsd:double;
  dwc:latitude '51.3752'^^xsd:double;
  dwc:startLatitude '51.3752'^^xsd:double;
  dwc:endLatitude '51.3752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2053 51.3752, -57.2053 51.3752, -57.2053 51.3752, -57.2053 51.3752, -57.2053 51.3752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2407'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.2053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3752"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3752 -57.2053)"^^geo:wktLiteral ;
  geo-pos:lat "51.3752"^^xsd:decimal ;
  geo-pos:long "-57.2053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2425'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2425'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2053'^^xsd:double;
  dwc:startLongitude '-57.2053'^^xsd:double;
  dwc:endLongitude '-57.2053'^^xsd:double;
  dwc:latitude '51.3752'^^xsd:double;
  dwc:startLatitude '51.3752'^^xsd:double;
  dwc:endLatitude '51.3752'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2053 51.3752, -57.2053 51.3752, -57.2053 51.3752, -57.2053 51.3752, -57.2053 51.3752))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2425'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3588 -57.2037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3588"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3588 -57.2037)"^^geo:wktLiteral ;
  geo-pos:lat "51.3588"^^xsd:decimal ;
  geo-pos:long "-57.2037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_729'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_729'^^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 '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-57.2037'^^xsd:double;
  dwc:startLongitude '-57.2037'^^xsd:double;
  dwc:endLongitude '-57.2037'^^xsd:double;
  dwc:latitude '51.3588'^^xsd:double;
  dwc:startLatitude '51.3588'^^xsd:double;
  dwc:endLatitude '51.3588'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2037 51.3588, -57.2037 51.3588, -57.2037 51.3588, -57.2037 51.3588, -57.2037 51.3588))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_729'^^xsd:string;
  dwc:observationDate '1992-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3888 -57.2027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3888"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3888 -57.2027)"^^geo:wktLiteral ;
  geo-pos:lat "51.3888"^^xsd:decimal ;
  geo-pos:long "-57.2027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2358'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2358'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2027'^^xsd:double;
  dwc:startLongitude '-57.2027'^^xsd:double;
  dwc:endLongitude '-57.2027'^^xsd:double;
  dwc:latitude '51.3888'^^xsd:double;
  dwc:startLatitude '51.3888'^^xsd:double;
  dwc:endLatitude '51.3888'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2027 51.3888, -57.2027 51.3888, -57.2027 51.3888, -57.2027 51.3888, -57.2027 51.3888))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2358'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3888 -57.2027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3888"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3888 -57.2027)"^^geo:wktLiteral ;
  geo-pos:lat "51.3888"^^xsd:decimal ;
  geo-pos:long "-57.2027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2357'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2357'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2027'^^xsd:double;
  dwc:startLongitude '-57.2027'^^xsd:double;
  dwc:endLongitude '-57.2027'^^xsd:double;
  dwc:latitude '51.3888'^^xsd:double;
  dwc:startLatitude '51.3888'^^xsd:double;
  dwc:endLatitude '51.3888'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2027 51.3888, -57.2027 51.3888, -57.2027 51.3888, -57.2027 51.3888, -57.2027 51.3888))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2357'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.39 -57.2008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.39"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.39 -57.2008)"^^geo:wktLiteral ;
  geo-pos:lat "51.39"^^xsd:decimal ;
  geo-pos:long "-57.2008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2328'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2328'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2008'^^xsd:double;
  dwc:startLongitude '-57.2008'^^xsd:double;
  dwc:endLongitude '-57.2008'^^xsd:double;
  dwc:latitude '51.39'^^xsd:double;
  dwc:startLatitude '51.39'^^xsd:double;
  dwc:endLatitude '51.39'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2008 51.39, -57.2008 51.39, -57.2008 51.39, -57.2008 51.39, -57.2008 51.39))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2328'^^xsd:string;
  dwc:observationDate '1993-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 -57.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.37"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 -57.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.37"^^xsd:decimal ;
  geo-pos:long "-57.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_990'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_990'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2'^^xsd:double;
  dwc:startLongitude '-57.2'^^xsd:double;
  dwc:endLongitude '-57.2'^^xsd:double;
  dwc:latitude '51.37'^^xsd:double;
  dwc:startLatitude '51.37'^^xsd:double;
  dwc:endLatitude '51.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2 51.37, -57.2 51.37, -57.2 51.37, -57.2 51.37, -57.2 51.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_990'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 -57.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.37"^^xsd:decimal ;
  dwc:decimalLongitude "-57.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 -57.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.37"^^xsd:decimal ;
  geo-pos:long "-57.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_985'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_985'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.2'^^xsd:double;
  dwc:startLongitude '-57.2'^^xsd:double;
  dwc:endLongitude '-57.2'^^xsd:double;
  dwc:latitude '51.37'^^xsd:double;
  dwc:startLatitude '51.37'^^xsd:double;
  dwc:endLatitude '51.37'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.2 51.37, -57.2 51.37, -57.2 51.37, -57.2 51.37, -57.2 51.37))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_985'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2022 -57.176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2022"^^xsd:decimal ;
  dwc:decimalLongitude "-57.176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2022 -57.176)"^^geo:wktLiteral ;
  geo-pos:lat "51.2022"^^xsd:decimal ;
  geo-pos:long "-57.176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1072'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1072'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.176'^^xsd:double;
  dwc:startLongitude '-57.176'^^xsd:double;
  dwc:endLongitude '-57.176'^^xsd:double;
  dwc:latitude '51.2022'^^xsd:double;
  dwc:startLatitude '51.2022'^^xsd:double;
  dwc:endLatitude '51.2022'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.176 51.2022, -57.176 51.2022, -57.176 51.2022, -57.176 51.2022, -57.176 51.2022))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1072'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3522 -57.176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3522"^^xsd:decimal ;
  dwc:decimalLongitude "-57.176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3522 -57.176)"^^geo:wktLiteral ;
  geo-pos:lat "51.3522"^^xsd:decimal ;
  geo-pos:long "-57.176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1034'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1034'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-57.176'^^xsd:double;
  dwc:startLongitude '-57.176'^^xsd:double;
  dwc:endLongitude '-57.176'^^xsd:double;
  dwc:latitude '51.3522'^^xsd:double;
  dwc:startLatitude '51.3522'^^xsd:double;
  dwc:endLatitude '51.3522'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.176 51.3522, -57.176 51.3522, -57.176 51.3522, -57.176 51.3522, -57.176 51.3522))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1034'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2552 -57.1698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2552"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2552 -57.1698)"^^geo:wktLiteral ;
  geo-pos:lat "51.2552"^^xsd:decimal ;
  geo-pos:long "-57.1698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2624'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2624'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.1698'^^xsd:double;
  dwc:startLongitude '-57.1698'^^xsd:double;
  dwc:endLongitude '-57.1698'^^xsd:double;
  dwc:latitude '51.2552'^^xsd:double;
  dwc:startLatitude '51.2552'^^xsd:double;
  dwc:endLatitude '51.2552'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.1698 51.2552, -57.1698 51.2552, -57.1698 51.2552, -57.1698 51.2552, -57.1698 51.2552))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2624'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2626> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2552 -57.1698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2552"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2552 -57.1698)"^^geo:wktLiteral ;
  geo-pos:lat "51.2552"^^xsd:decimal ;
  geo-pos:long "-57.1698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2626'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2626'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-57.1698'^^xsd:double;
  dwc:startLongitude '-57.1698'^^xsd:double;
  dwc:endLongitude '-57.1698'^^xsd:double;
  dwc:latitude '51.2552'^^xsd:double;
  dwc:startLatitude '51.2552'^^xsd:double;
  dwc:endLatitude '51.2552'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.1698 51.2552, -57.1698 51.2552, -57.1698 51.2552, -57.1698 51.2552, -57.1698 51.2552))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2626'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2549> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3688 -57.1557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3688"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3688 -57.1557)"^^geo:wktLiteral ;
  geo-pos:lat "51.3688"^^xsd:decimal ;
  geo-pos:long "-57.1557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2549'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2549'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.1557'^^xsd:double;
  dwc:startLongitude '-57.1557'^^xsd:double;
  dwc:endLongitude '-57.1557'^^xsd:double;
  dwc:latitude '51.3688'^^xsd:double;
  dwc:startLatitude '51.3688'^^xsd:double;
  dwc:endLatitude '51.3688'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.1557 51.3688, -57.1557 51.3688, -57.1557 51.3688, -57.1557 51.3688, -57.1557 51.3688))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2549'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.293 -57.1457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.293"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.293 -57.1457)"^^geo:wktLiteral ;
  geo-pos:lat "51.293"^^xsd:decimal ;
  geo-pos:long "-57.1457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1392'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1392'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.1457'^^xsd:double;
  dwc:startLongitude '-57.1457'^^xsd:double;
  dwc:endLongitude '-57.1457'^^xsd:double;
  dwc:latitude '51.293'^^xsd:double;
  dwc:startLatitude '51.293'^^xsd:double;
  dwc:endLatitude '51.293'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.1457 51.293, -57.1457 51.293, -57.1457 51.293, -57.1457 51.293, -57.1457 51.293))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1392'^^xsd:string;
  dwc:observationDate '1993-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4047 -57.1423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4047"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4047 -57.1423)"^^geo:wktLiteral ;
  geo-pos:lat "51.4047"^^xsd:decimal ;
  geo-pos:long "-57.1423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2326'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2326'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.1423'^^xsd:double;
  dwc:startLongitude '-57.1423'^^xsd:double;
  dwc:endLongitude '-57.1423'^^xsd:double;
  dwc:latitude '51.4047'^^xsd:double;
  dwc:startLatitude '51.4047'^^xsd:double;
  dwc:endLatitude '51.4047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.1423 51.4047, -57.1423 51.4047, -57.1423 51.4047, -57.1423 51.4047, -57.1423 51.4047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2326'^^xsd:string;
  dwc:observationDate '1993-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4047 -57.1423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4047"^^xsd:decimal ;
  dwc:decimalLongitude "-57.1423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4047 -57.1423)"^^geo:wktLiteral ;
  geo-pos:lat "51.4047"^^xsd:decimal ;
  geo-pos:long "-57.1423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2327'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2327'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.1423'^^xsd:double;
  dwc:startLongitude '-57.1423'^^xsd:double;
  dwc:endLongitude '-57.1423'^^xsd:double;
  dwc:latitude '51.4047'^^xsd:double;
  dwc:startLatitude '51.4047'^^xsd:double;
  dwc:endLatitude '51.4047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.1423 51.4047, -57.1423 51.4047, -57.1423 51.4047, -57.1423 51.4047, -57.1423 51.4047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2327'^^xsd:string;
  dwc:observationDate '1993-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3732 -57.121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3732"^^xsd:decimal ;
  dwc:decimalLongitude "-57.121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3732 -57.121)"^^geo:wktLiteral ;
  geo-pos:lat "51.3732"^^xsd:decimal ;
  geo-pos:long "-57.121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2539'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2539'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.121'^^xsd:double;
  dwc:startLongitude '-57.121'^^xsd:double;
  dwc:endLongitude '-57.121'^^xsd:double;
  dwc:latitude '51.3732'^^xsd:double;
  dwc:startLatitude '51.3732'^^xsd:double;
  dwc:endLatitude '51.3732'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.121 51.3732, -57.121 51.3732, -57.121 51.3732, -57.121 51.3732, -57.121 51.3732))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2539'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2548> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3732 -57.121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3732"^^xsd:decimal ;
  dwc:decimalLongitude "-57.121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3732 -57.121)"^^geo:wktLiteral ;
  geo-pos:lat "51.3732"^^xsd:decimal ;
  geo-pos:long "-57.121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2548'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2548'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.121'^^xsd:double;
  dwc:startLongitude '-57.121'^^xsd:double;
  dwc:endLongitude '-57.121'^^xsd:double;
  dwc:latitude '51.3732'^^xsd:double;
  dwc:startLatitude '51.3732'^^xsd:double;
  dwc:endLatitude '51.3732'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.121 51.3732, -57.121 51.3732, -57.121 51.3732, -57.121 51.3732, -57.121 51.3732))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2548'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2898 -57.0922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2898"^^xsd:decimal ;
  dwc:decimalLongitude "-57.0922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2898 -57.0922)"^^geo:wktLiteral ;
  geo-pos:lat "51.2898"^^xsd:decimal ;
  geo-pos:long "-57.0922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2544'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2544'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.0922'^^xsd:double;
  dwc:startLongitude '-57.0922'^^xsd:double;
  dwc:endLongitude '-57.0922'^^xsd:double;
  dwc:latitude '51.2898'^^xsd:double;
  dwc:startLatitude '51.2898'^^xsd:double;
  dwc:endLatitude '51.2898'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.0922 51.2898, -57.0922 51.2898, -57.0922 51.2898, -57.0922 51.2898, -57.0922 51.2898))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2544'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2898 -57.0922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2898"^^xsd:decimal ;
  dwc:decimalLongitude "-57.0922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2898 -57.0922)"^^geo:wktLiteral ;
  geo-pos:lat "51.2898"^^xsd:decimal ;
  geo-pos:long "-57.0922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2540'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2540'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.0922'^^xsd:double;
  dwc:startLongitude '-57.0922'^^xsd:double;
  dwc:endLongitude '-57.0922'^^xsd:double;
  dwc:latitude '51.2898'^^xsd:double;
  dwc:startLatitude '51.2898'^^xsd:double;
  dwc:endLatitude '51.2898'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.0922 51.2898, -57.0922 51.2898, -57.0922 51.2898, -57.0922 51.2898, -57.0922 51.2898))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2540'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3193 -57.005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3193"^^xsd:decimal ;
  dwc:decimalLongitude "-57.005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3193 -57.005)"^^geo:wktLiteral ;
  geo-pos:lat "51.3193"^^xsd:decimal ;
  geo-pos:long "-57.005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2541'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2541'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.005'^^xsd:double;
  dwc:startLongitude '-57.005'^^xsd:double;
  dwc:endLongitude '-57.005'^^xsd:double;
  dwc:latitude '51.3193'^^xsd:double;
  dwc:startLatitude '51.3193'^^xsd:double;
  dwc:endLatitude '51.3193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.005 51.3193, -57.005 51.3193, -57.005 51.3193, -57.005 51.3193, -57.005 51.3193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2541'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2546> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3193 -57.005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3193"^^xsd:decimal ;
  dwc:decimalLongitude "-57.005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3193 -57.005)"^^geo:wktLiteral ;
  geo-pos:lat "51.3193"^^xsd:decimal ;
  geo-pos:long "-57.005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2546'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2546'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.005'^^xsd:double;
  dwc:startLongitude '-57.005'^^xsd:double;
  dwc:endLongitude '-57.005'^^xsd:double;
  dwc:latitude '51.3193'^^xsd:double;
  dwc:startLatitude '51.3193'^^xsd:double;
  dwc:endLatitude '51.3193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.005 51.3193, -57.005 51.3193, -57.005 51.3193, -57.005 51.3193, -57.005 51.3193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2546'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3193 -57.005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3193"^^xsd:decimal ;
  dwc:decimalLongitude "-57.005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3193 -57.005)"^^geo:wktLiteral ;
  geo-pos:lat "51.3193"^^xsd:decimal ;
  geo-pos:long "-57.005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2543'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2543'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-57.005'^^xsd:double;
  dwc:startLongitude '-57.005'^^xsd:double;
  dwc:endLongitude '-57.005'^^xsd:double;
  dwc:latitude '51.3193'^^xsd:double;
  dwc:startLatitude '51.3193'^^xsd:double;
  dwc:endLatitude '51.3193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-57.005 51.3193, -57.005 51.3193, -57.005 51.3193, -57.005 51.3193, -57.005 51.3193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2543'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -57)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_347'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_347'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-57'^^xsd:integer;
  dwc:startLongitude '-57'^^xsd:integer;
  dwc:endLongitude '-57'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:startLatitude '55'^^xsd:integer;
  dwc:endLatitude '55'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-57 55, -57 55, -57 55, -57 55, -57 55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_347'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -57)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_346'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1989'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_346'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '1989'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-57'^^xsd:integer;
  dwc:startLongitude '-57'^^xsd:integer;
  dwc:endLongitude '-57'^^xsd:integer;
  dwc:latitude '55'^^xsd:integer;
  dwc:startLatitude '55'^^xsd:integer;
  dwc:endLatitude '55'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-57 55, -57 55, -57 55, -57 55, -57 55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_346'^^xsd:string;
  dwc:observationDate '1989-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.342 -56.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.342"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.342 -56.9833)"^^geo:wktLiteral ;
  geo-pos:lat "51.342"^^xsd:decimal ;
  geo-pos:long "-56.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2545'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2545'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.9833'^^xsd:double;
  dwc:startLongitude '-56.9833'^^xsd:double;
  dwc:endLongitude '-56.9833'^^xsd:double;
  dwc:latitude '51.342'^^xsd:double;
  dwc:startLatitude '51.342'^^xsd:double;
  dwc:endLatitude '51.342'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9833 51.342, -56.9833 51.342, -56.9833 51.342, -56.9833 51.342, -56.9833 51.342))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2545'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2547> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.342 -56.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.342"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.342 -56.9833)"^^geo:wktLiteral ;
  geo-pos:lat "51.342"^^xsd:decimal ;
  geo-pos:long "-56.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2547'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2547'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.9833'^^xsd:double;
  dwc:startLongitude '-56.9833'^^xsd:double;
  dwc:endLongitude '-56.9833'^^xsd:double;
  dwc:latitude '51.342'^^xsd:double;
  dwc:startLatitude '51.342'^^xsd:double;
  dwc:endLatitude '51.342'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9833 51.342, -56.9833 51.342, -56.9833 51.342, -56.9833 51.342, -56.9833 51.342))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2547'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4367 -56.9372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4367"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4367 -56.9372)"^^geo:wktLiteral ;
  geo-pos:lat "51.4367"^^xsd:decimal ;
  geo-pos:long "-56.9372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_293'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_293'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.9372'^^xsd:double;
  dwc:startLongitude '-56.9372'^^xsd:double;
  dwc:endLongitude '-56.9372'^^xsd:double;
  dwc:latitude '51.4367'^^xsd:double;
  dwc:startLatitude '51.4367'^^xsd:double;
  dwc:endLatitude '51.4367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9372 51.4367, -56.9372 51.4367, -56.9372 51.4367, -56.9372 51.4367, -56.9372 51.4367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_293'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.445 -56.9372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.445"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.445 -56.9372)"^^geo:wktLiteral ;
  geo-pos:lat "51.445"^^xsd:decimal ;
  geo-pos:long "-56.9372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_300'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_300'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.9372'^^xsd:double;
  dwc:startLongitude '-56.9372'^^xsd:double;
  dwc:endLongitude '-56.9372'^^xsd:double;
  dwc:latitude '51.445'^^xsd:double;
  dwc:startLatitude '51.445'^^xsd:double;
  dwc:endLatitude '51.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9372 51.445, -56.9372 51.445, -56.9372 51.445, -56.9372 51.445, -56.9372 51.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_300'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.445 -56.9372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.445"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.445 -56.9372)"^^geo:wktLiteral ;
  geo-pos:lat "51.445"^^xsd:decimal ;
  geo-pos:long "-56.9372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_292'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_292'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.9372'^^xsd:double;
  dwc:startLongitude '-56.9372'^^xsd:double;
  dwc:endLongitude '-56.9372'^^xsd:double;
  dwc:latitude '51.445'^^xsd:double;
  dwc:startLatitude '51.445'^^xsd:double;
  dwc:endLatitude '51.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9372 51.445, -56.9372 51.445, -56.9372 51.445, -56.9372 51.445, -56.9372 51.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_292'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.445 -56.9372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.445"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.445 -56.9372)"^^geo:wktLiteral ;
  geo-pos:lat "51.445"^^xsd:decimal ;
  geo-pos:long "-56.9372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_297'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_297'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.9372'^^xsd:double;
  dwc:startLongitude '-56.9372'^^xsd:double;
  dwc:endLongitude '-56.9372'^^xsd:double;
  dwc:latitude '51.445'^^xsd:double;
  dwc:startLatitude '51.445'^^xsd:double;
  dwc:endLatitude '51.445'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9372 51.445, -56.9372 51.445, -56.9372 51.445, -56.9372 51.445, -56.9372 51.445))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_297'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3842 -56.9155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3842"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3842 -56.9155)"^^geo:wktLiteral ;
  geo-pos:lat "51.3842"^^xsd:decimal ;
  geo-pos:long "-56.9155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_367'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_367'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-56.9155'^^xsd:double;
  dwc:startLongitude '-56.9155'^^xsd:double;
  dwc:endLongitude '-56.9155'^^xsd:double;
  dwc:latitude '51.3842'^^xsd:double;
  dwc:startLatitude '51.3842'^^xsd:double;
  dwc:endLatitude '51.3842'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9155 51.3842, -56.9155 51.3842, -56.9155 51.3842, -56.9155 51.3842, -56.9155 51.3842))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_367'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3842 -56.9155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3842"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3842 -56.9155)"^^geo:wktLiteral ;
  geo-pos:lat "51.3842"^^xsd:decimal ;
  geo-pos:long "-56.9155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_366'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_366'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-56.9155'^^xsd:double;
  dwc:startLongitude '-56.9155'^^xsd:double;
  dwc:endLongitude '-56.9155'^^xsd:double;
  dwc:latitude '51.3842'^^xsd:double;
  dwc:startLatitude '51.3842'^^xsd:double;
  dwc:endLatitude '51.3842'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9155 51.3842, -56.9155 51.3842, -56.9155 51.3842, -56.9155 51.3842, -56.9155 51.3842))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_366'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3845 -56.9118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3845"^^xsd:decimal ;
  dwc:decimalLongitude "-56.9118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3845 -56.9118)"^^geo:wktLiteral ;
  geo-pos:lat "51.3845"^^xsd:decimal ;
  geo-pos:long "-56.9118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_365'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_365'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-56.9118'^^xsd:double;
  dwc:startLongitude '-56.9118'^^xsd:double;
  dwc:endLongitude '-56.9118'^^xsd:double;
  dwc:latitude '51.3845'^^xsd:double;
  dwc:startLatitude '51.3845'^^xsd:double;
  dwc:endLatitude '51.3845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.9118 51.3845, -56.9118 51.3845, -56.9118 51.3845, -56.9118 51.3845, -56.9118 51.3845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_365'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4398 -56.8342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4398"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4398 -56.8342)"^^geo:wktLiteral ;
  geo-pos:lat "51.4398"^^xsd:decimal ;
  geo-pos:long "-56.8342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_295'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_295'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.8342'^^xsd:double;
  dwc:startLongitude '-56.8342'^^xsd:double;
  dwc:endLongitude '-56.8342'^^xsd:double;
  dwc:latitude '51.4398'^^xsd:double;
  dwc:startLatitude '51.4398'^^xsd:double;
  dwc:endLatitude '51.4398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8342 51.4398, -56.8342 51.4398, -56.8342 51.4398, -56.8342 51.4398, -56.8342 51.4398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_295'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4398 -56.8342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4398"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4398 -56.8342)"^^geo:wktLiteral ;
  geo-pos:lat "51.4398"^^xsd:decimal ;
  geo-pos:long "-56.8342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_299'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_299'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.8342'^^xsd:double;
  dwc:startLongitude '-56.8342'^^xsd:double;
  dwc:endLongitude '-56.8342'^^xsd:double;
  dwc:latitude '51.4398'^^xsd:double;
  dwc:startLatitude '51.4398'^^xsd:double;
  dwc:endLatitude '51.4398'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8342 51.4398, -56.8342 51.4398, -56.8342 51.4398, -56.8342 51.4398, -56.8342 51.4398))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_299'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5667 -56.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.5667 -56.8333)"^^geo:wktLiteral ;
  geo-pos:lat "49.5667"^^xsd:decimal ;
  geo-pos:long "-56.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_236'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_236'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-56.8333'^^xsd:double;
  dwc:startLongitude '-56.8333'^^xsd:double;
  dwc:endLongitude '-56.8333'^^xsd:double;
  dwc:latitude '49.5667'^^xsd:double;
  dwc:startLatitude '49.5667'^^xsd:double;
  dwc:endLatitude '49.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8333 49.5667, -56.8333 49.5667, -56.8333 49.5667, -56.8333 49.5667, -56.8333 49.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_236'^^xsd:string;
  dwc:observationDate '1994-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4565 -56.824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4565"^^xsd:decimal ;
  dwc:decimalLongitude "-56.824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4565 -56.824)"^^geo:wktLiteral ;
  geo-pos:lat "51.4565"^^xsd:decimal ;
  geo-pos:long "-56.824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_263'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_263'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.824'^^xsd:double;
  dwc:startLongitude '-56.824'^^xsd:double;
  dwc:endLongitude '-56.824'^^xsd:double;
  dwc:latitude '51.4565'^^xsd:double;
  dwc:startLatitude '51.4565'^^xsd:double;
  dwc:endLatitude '51.4565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.824 51.4565, -56.824 51.4565, -56.824 51.4565, -56.824 51.4565, -56.824 51.4565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_263'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4565 -56.824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4565"^^xsd:decimal ;
  dwc:decimalLongitude "-56.824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4565 -56.824)"^^geo:wktLiteral ;
  geo-pos:lat "51.4565"^^xsd:decimal ;
  geo-pos:long "-56.824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_266'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_266'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.824'^^xsd:double;
  dwc:startLongitude '-56.824'^^xsd:double;
  dwc:endLongitude '-56.824'^^xsd:double;
  dwc:latitude '51.4565'^^xsd:double;
  dwc:startLatitude '51.4565'^^xsd:double;
  dwc:endLatitude '51.4565'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.824 51.4565, -56.824 51.4565, -56.824 51.4565, -56.824 51.4565, -56.824 51.4565))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_266'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.444 -56.8217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.444"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.444 -56.8217)"^^geo:wktLiteral ;
  geo-pos:lat "51.444"^^xsd:decimal ;
  geo-pos:long "-56.8217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_301'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_301'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.8217'^^xsd:double;
  dwc:startLongitude '-56.8217'^^xsd:double;
  dwc:endLongitude '-56.8217'^^xsd:double;
  dwc:latitude '51.444'^^xsd:double;
  dwc:startLatitude '51.444'^^xsd:double;
  dwc:endLatitude '51.444'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8217 51.444, -56.8217 51.444, -56.8217 51.444, -56.8217 51.444, -56.8217 51.444))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_301'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3147 -56.8164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3147"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3147 -56.8164)"^^geo:wktLiteral ;
  geo-pos:lat "51.3147"^^xsd:decimal ;
  geo-pos:long "-56.8164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_402'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_402'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-56.8164'^^xsd:double;
  dwc:startLongitude '-56.8164'^^xsd:double;
  dwc:endLongitude '-56.8164'^^xsd:double;
  dwc:latitude '51.3147'^^xsd:double;
  dwc:startLatitude '51.3147'^^xsd:double;
  dwc:endLatitude '51.3147'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8164 51.3147, -56.8164 51.3147, -56.8164 51.3147, -56.8164 51.3147, -56.8164 51.3147))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_402'^^xsd:string;
  dwc:observationDate '1994-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4482 -56.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4482"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4482 -56.8075)"^^geo:wktLiteral ;
  geo-pos:lat "51.4482"^^xsd:decimal ;
  geo-pos:long "-56.8075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_339'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_339'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-56.8075'^^xsd:double;
  dwc:startLongitude '-56.8075'^^xsd:double;
  dwc:endLongitude '-56.8075'^^xsd:double;
  dwc:latitude '51.4482'^^xsd:double;
  dwc:startLatitude '51.4482'^^xsd:double;
  dwc:endLatitude '51.4482'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8075 51.4482, -56.8075 51.4482, -56.8075 51.4482, -56.8075 51.4482, -56.8075 51.4482))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_339'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4482 -56.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4482"^^xsd:decimal ;
  dwc:decimalLongitude "-56.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4482 -56.8075)"^^geo:wktLiteral ;
  geo-pos:lat "51.4482"^^xsd:decimal ;
  geo-pos:long "-56.8075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_336'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_336'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-56.8075'^^xsd:double;
  dwc:startLongitude '-56.8075'^^xsd:double;
  dwc:endLongitude '-56.8075'^^xsd:double;
  dwc:latitude '51.4482'^^xsd:double;
  dwc:startLatitude '51.4482'^^xsd:double;
  dwc:endLatitude '51.4482'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8075 51.4482, -56.8075 51.4482, -56.8075 51.4482, -56.8075 51.4482, -56.8075 51.4482))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_336'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  geo-pos:lat "51.4833"^^xsd:decimal ;
  geo-pos:long "-56.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1398'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1398'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.8'^^xsd:double;
  dwc:startLongitude '-56.8'^^xsd:double;
  dwc:endLongitude '-56.8'^^xsd:double;
  dwc:latitude '51.4833'^^xsd:double;
  dwc:startLatitude '51.4833'^^xsd:double;
  dwc:endLatitude '51.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1398'^^xsd:string;
  dwc:observationDate '1993-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  geo-pos:lat "51.4833"^^xsd:decimal ;
  geo-pos:long "-56.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1395'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1395'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.8'^^xsd:double;
  dwc:startLongitude '-56.8'^^xsd:double;
  dwc:endLongitude '-56.8'^^xsd:double;
  dwc:latitude '51.4833'^^xsd:double;
  dwc:startLatitude '51.4833'^^xsd:double;
  dwc:endLatitude '51.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1395'^^xsd:string;
  dwc:observationDate '1993-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  geo-pos:lat "51.4833"^^xsd:decimal ;
  geo-pos:long "-56.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1397'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1397'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.8'^^xsd:double;
  dwc:startLongitude '-56.8'^^xsd:double;
  dwc:endLongitude '-56.8'^^xsd:double;
  dwc:latitude '51.4833'^^xsd:double;
  dwc:startLatitude '51.4833'^^xsd:double;
  dwc:endLatitude '51.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1397'^^xsd:string;
  dwc:observationDate '1993-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  geo-pos:lat "51.4833"^^xsd:decimal ;
  geo-pos:long "-56.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1396'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1396'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.8'^^xsd:double;
  dwc:startLongitude '-56.8'^^xsd:double;
  dwc:endLongitude '-56.8'^^xsd:double;
  dwc:latitude '51.4833'^^xsd:double;
  dwc:startLatitude '51.4833'^^xsd:double;
  dwc:endLatitude '51.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1396'^^xsd:string;
  dwc:observationDate '1993-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  geo-pos:lat "51.4833"^^xsd:decimal ;
  geo-pos:long "-56.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1394'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1394'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.8'^^xsd:double;
  dwc:startLongitude '-56.8'^^xsd:double;
  dwc:endLongitude '-56.8'^^xsd:double;
  dwc:latitude '51.4833'^^xsd:double;
  dwc:startLatitude '51.4833'^^xsd:double;
  dwc:endLatitude '51.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1394'^^xsd:string;
  dwc:observationDate '1993-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4833 -56.8)"^^geo:wktLiteral ;
  geo-pos:lat "51.4833"^^xsd:decimal ;
  geo-pos:long "-56.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1393'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1393'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.8'^^xsd:double;
  dwc:startLongitude '-56.8'^^xsd:double;
  dwc:endLongitude '-56.8'^^xsd:double;
  dwc:latitude '51.4833'^^xsd:double;
  dwc:startLatitude '51.4833'^^xsd:double;
  dwc:endLatitude '51.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833, -56.8 51.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1393'^^xsd:string;
  dwc:observationDate '1993-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4677 -56.7968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4677"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4677 -56.7968)"^^geo:wktLiteral ;
  geo-pos:lat "51.4677"^^xsd:decimal ;
  geo-pos:long "-56.7968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_334'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_334'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-56.7968'^^xsd:double;
  dwc:startLongitude '-56.7968'^^xsd:double;
  dwc:endLongitude '-56.7968'^^xsd:double;
  dwc:latitude '51.4677'^^xsd:double;
  dwc:startLatitude '51.4677'^^xsd:double;
  dwc:endLatitude '51.4677'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7968 51.4677, -56.7968 51.4677, -56.7968 51.4677, -56.7968 51.4677, -56.7968 51.4677))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_334'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4805 -56.7932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4805"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4805 -56.7932)"^^geo:wktLiteral ;
  geo-pos:lat "51.4805"^^xsd:decimal ;
  geo-pos:long "-56.7932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_270'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_270'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7932'^^xsd:double;
  dwc:startLongitude '-56.7932'^^xsd:double;
  dwc:endLongitude '-56.7932'^^xsd:double;
  dwc:latitude '51.4805'^^xsd:double;
  dwc:startLatitude '51.4805'^^xsd:double;
  dwc:endLatitude '51.4805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7932 51.4805, -56.7932 51.4805, -56.7932 51.4805, -56.7932 51.4805, -56.7932 51.4805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_270'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -56.7928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4798"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -56.7928)"^^geo:wktLiteral ;
  geo-pos:lat "51.4798"^^xsd:decimal ;
  geo-pos:long "-56.7928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_272'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_272'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7928'^^xsd:double;
  dwc:startLongitude '-56.7928'^^xsd:double;
  dwc:endLongitude '-56.7928'^^xsd:double;
  dwc:latitude '51.4798'^^xsd:double;
  dwc:startLatitude '51.4798'^^xsd:double;
  dwc:endLatitude '51.4798'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_272'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -56.7928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4798"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -56.7928)"^^geo:wktLiteral ;
  geo-pos:lat "51.4798"^^xsd:decimal ;
  geo-pos:long "-56.7928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_265'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_265'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7928'^^xsd:double;
  dwc:startLongitude '-56.7928'^^xsd:double;
  dwc:endLongitude '-56.7928'^^xsd:double;
  dwc:latitude '51.4798'^^xsd:double;
  dwc:startLatitude '51.4798'^^xsd:double;
  dwc:endLatitude '51.4798'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_265'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -56.7928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4798"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -56.7928)"^^geo:wktLiteral ;
  geo-pos:lat "51.4798"^^xsd:decimal ;
  geo-pos:long "-56.7928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_267'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_267'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7928'^^xsd:double;
  dwc:startLongitude '-56.7928'^^xsd:double;
  dwc:endLongitude '-56.7928'^^xsd:double;
  dwc:latitude '51.4798'^^xsd:double;
  dwc:startLatitude '51.4798'^^xsd:double;
  dwc:endLatitude '51.4798'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798, -56.7928 51.4798))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_267'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4777 -56.7925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4777"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4777 -56.7925)"^^geo:wktLiteral ;
  geo-pos:lat "51.4777"^^xsd:decimal ;
  geo-pos:long "-56.7925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_268'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_268'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7925'^^xsd:double;
  dwc:startLongitude '-56.7925'^^xsd:double;
  dwc:endLongitude '-56.7925'^^xsd:double;
  dwc:latitude '51.4777'^^xsd:double;
  dwc:startLatitude '51.4777'^^xsd:double;
  dwc:endLatitude '51.4777'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7925 51.4777, -56.7925 51.4777, -56.7925 51.4777, -56.7925 51.4777, -56.7925 51.4777))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_268'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4665 -56.7923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4665"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4665 -56.7923)"^^geo:wktLiteral ;
  geo-pos:lat "51.4665"^^xsd:decimal ;
  geo-pos:long "-56.7923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_291'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_291'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.7923'^^xsd:double;
  dwc:startLongitude '-56.7923'^^xsd:double;
  dwc:endLongitude '-56.7923'^^xsd:double;
  dwc:latitude '51.4665'^^xsd:double;
  dwc:startLatitude '51.4665'^^xsd:double;
  dwc:endLatitude '51.4665'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7923 51.4665, -56.7923 51.4665, -56.7923 51.4665, -56.7923 51.4665, -56.7923 51.4665))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_291'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4645 -56.7917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4645"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4645 -56.7917)"^^geo:wktLiteral ;
  geo-pos:lat "51.4645"^^xsd:decimal ;
  geo-pos:long "-56.7917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_294'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_294'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.7917'^^xsd:double;
  dwc:startLongitude '-56.7917'^^xsd:double;
  dwc:endLongitude '-56.7917'^^xsd:double;
  dwc:latitude '51.4645'^^xsd:double;
  dwc:startLatitude '51.4645'^^xsd:double;
  dwc:endLatitude '51.4645'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7917 51.4645, -56.7917 51.4645, -56.7917 51.4645, -56.7917 51.4645, -56.7917 51.4645))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_294'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4802 -56.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4802"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4802 -56.7833)"^^geo:wktLiteral ;
  geo-pos:lat "51.4802"^^xsd:decimal ;
  geo-pos:long "-56.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_337'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_337'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-56.7833'^^xsd:double;
  dwc:startLongitude '-56.7833'^^xsd:double;
  dwc:endLongitude '-56.7833'^^xsd:double;
  dwc:latitude '51.4802'^^xsd:double;
  dwc:startLatitude '51.4802'^^xsd:double;
  dwc:endLatitude '51.4802'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7833 51.4802, -56.7833 51.4802, -56.7833 51.4802, -56.7833 51.4802, -56.7833 51.4802))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_337'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4802 -56.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4802"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4802 -56.7833)"^^geo:wktLiteral ;
  geo-pos:lat "51.4802"^^xsd:decimal ;
  geo-pos:long "-56.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_338'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_338'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-56.7833'^^xsd:double;
  dwc:startLongitude '-56.7833'^^xsd:double;
  dwc:endLongitude '-56.7833'^^xsd:double;
  dwc:latitude '51.4802'^^xsd:double;
  dwc:startLatitude '51.4802'^^xsd:double;
  dwc:endLatitude '51.4802'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7833 51.4802, -56.7833 51.4802, -56.7833 51.4802, -56.7833 51.4802, -56.7833 51.4802))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_338'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.484 -56.7825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.484"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.484 -56.7825)"^^geo:wktLiteral ;
  geo-pos:lat "51.484"^^xsd:decimal ;
  geo-pos:long "-56.7825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_264'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_264'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7825'^^xsd:double;
  dwc:startLongitude '-56.7825'^^xsd:double;
  dwc:endLongitude '-56.7825'^^xsd:double;
  dwc:latitude '51.484'^^xsd:double;
  dwc:startLatitude '51.484'^^xsd:double;
  dwc:endLatitude '51.484'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7825 51.484, -56.7825 51.484, -56.7825 51.484, -56.7825 51.484, -56.7825 51.484))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_264'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4848 -56.7825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4848"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4848 -56.7825)"^^geo:wktLiteral ;
  geo-pos:lat "51.4848"^^xsd:decimal ;
  geo-pos:long "-56.7825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_260'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_260'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7825'^^xsd:double;
  dwc:startLongitude '-56.7825'^^xsd:double;
  dwc:endLongitude '-56.7825'^^xsd:double;
  dwc:latitude '51.4848'^^xsd:double;
  dwc:startLatitude '51.4848'^^xsd:double;
  dwc:endLatitude '51.4848'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7825 51.4848, -56.7825 51.4848, -56.7825 51.4848, -56.7825 51.4848, -56.7825 51.4848))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_260'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4848 -56.7825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4848"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4848 -56.7825)"^^geo:wktLiteral ;
  geo-pos:lat "51.4848"^^xsd:decimal ;
  geo-pos:long "-56.7825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_271'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_271'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7825'^^xsd:double;
  dwc:startLongitude '-56.7825'^^xsd:double;
  dwc:endLongitude '-56.7825'^^xsd:double;
  dwc:latitude '51.4848'^^xsd:double;
  dwc:startLatitude '51.4848'^^xsd:double;
  dwc:endLatitude '51.4848'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7825 51.4848, -56.7825 51.4848, -56.7825 51.4848, -56.7825 51.4848, -56.7825 51.4848))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_271'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4737 -56.7735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4737"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4737 -56.7735)"^^geo:wktLiteral ;
  geo-pos:lat "51.4737"^^xsd:decimal ;
  geo-pos:long "-56.7735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_262'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_262'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7735'^^xsd:double;
  dwc:startLongitude '-56.7735'^^xsd:double;
  dwc:endLongitude '-56.7735'^^xsd:double;
  dwc:latitude '51.4737'^^xsd:double;
  dwc:startLatitude '51.4737'^^xsd:double;
  dwc:endLatitude '51.4737'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7735 51.4737, -56.7735 51.4737, -56.7735 51.4737, -56.7735 51.4737, -56.7735 51.4737))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_262'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4738 -56.7735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4738"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4738 -56.7735)"^^geo:wktLiteral ;
  geo-pos:lat "51.4738"^^xsd:decimal ;
  geo-pos:long "-56.7735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_261'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_261'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.7735'^^xsd:double;
  dwc:startLongitude '-56.7735'^^xsd:double;
  dwc:endLongitude '-56.7735'^^xsd:double;
  dwc:latitude '51.4738'^^xsd:double;
  dwc:startLatitude '51.4738'^^xsd:double;
  dwc:endLatitude '51.4738'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7735 51.4738, -56.7735 51.4738, -56.7735 51.4738, -56.7735 51.4738, -56.7735 51.4738))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_261'^^xsd:string;
  dwc:observationDate '1992-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5433 -56.7533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5433"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5433 -56.7533)"^^geo:wktLiteral ;
  geo-pos:lat "51.5433"^^xsd:decimal ;
  geo-pos:long "-56.7533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1459'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1459'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.7533'^^xsd:double;
  dwc:startLongitude '-56.7533'^^xsd:double;
  dwc:endLongitude '-56.7533'^^xsd:double;
  dwc:latitude '51.5433'^^xsd:double;
  dwc:startLatitude '51.5433'^^xsd:double;
  dwc:endLatitude '51.5433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7533 51.5433, -56.7533 51.5433, -56.7533 51.5433, -56.7533 51.5433, -56.7533 51.5433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1459'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482 -56.7442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.482"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482 -56.7442)"^^geo:wktLiteral ;
  geo-pos:lat "51.482"^^xsd:decimal ;
  geo-pos:long "-56.7442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_296'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_296'^^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 '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56.7442'^^xsd:double;
  dwc:startLongitude '-56.7442'^^xsd:double;
  dwc:endLongitude '-56.7442'^^xsd:double;
  dwc:latitude '51.482'^^xsd:double;
  dwc:startLatitude '51.482'^^xsd:double;
  dwc:endLatitude '51.482'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7442 51.482, -56.7442 51.482, -56.7442 51.482, -56.7442 51.482, -56.7442 51.482))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_296'^^xsd:string;
  dwc:observationDate '1992-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4803 -56.7203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4803"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4803 -56.7203)"^^geo:wktLiteral ;
  geo-pos:lat "51.4803"^^xsd:decimal ;
  geo-pos:long "-56.7203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_172'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_172'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.7203'^^xsd:double;
  dwc:startLongitude '-56.7203'^^xsd:double;
  dwc:endLongitude '-56.7203'^^xsd:double;
  dwc:latitude '51.4803'^^xsd:double;
  dwc:startLatitude '51.4803'^^xsd:double;
  dwc:endLatitude '51.4803'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7203 51.4803, -56.7203 51.4803, -56.7203 51.4803, -56.7203 51.4803, -56.7203 51.4803))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_172'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4803 -56.7203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4803"^^xsd:decimal ;
  dwc:decimalLongitude "-56.7203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4803 -56.7203)"^^geo:wktLiteral ;
  geo-pos:lat "51.4803"^^xsd:decimal ;
  geo-pos:long "-56.7203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_168'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_168'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.7203'^^xsd:double;
  dwc:startLongitude '-56.7203'^^xsd:double;
  dwc:endLongitude '-56.7203'^^xsd:double;
  dwc:latitude '51.4803'^^xsd:double;
  dwc:startLatitude '51.4803'^^xsd:double;
  dwc:endLatitude '51.4803'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.7203 51.4803, -56.7203 51.4803, -56.7203 51.4803, -56.7203 51.4803, -56.7203 51.4803))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_168'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0667 -56.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.0667 -56.6833)"^^geo:wktLiteral ;
  geo-pos:lat "54.0667"^^xsd:decimal ;
  geo-pos:long "-56.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_799'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_799'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-56.6833'^^xsd:double;
  dwc:startLongitude '-56.6833'^^xsd:double;
  dwc:endLongitude '-56.6833'^^xsd:double;
  dwc:latitude '54.0667'^^xsd:double;
  dwc:startLatitude '54.0667'^^xsd:double;
  dwc:endLatitude '54.0667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.6833 54.0667, -56.6833 54.0667, -56.6833 54.0667, -56.6833 54.0667, -56.6833 54.0667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_799'^^xsd:string;
  dwc:observationDate '1983-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  geo-pos:lat "51.5883"^^xsd:decimal ;
  geo-pos:long "-56.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_901'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_901'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.68'^^xsd:double;
  dwc:startLongitude '-56.68'^^xsd:double;
  dwc:endLongitude '-56.68'^^xsd:double;
  dwc:latitude '51.5883'^^xsd:double;
  dwc:startLatitude '51.5883'^^xsd:double;
  dwc:endLatitude '51.5883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_901'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  geo-pos:lat "51.5883"^^xsd:decimal ;
  geo-pos:long "-56.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_899'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_899'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.68'^^xsd:double;
  dwc:startLongitude '-56.68'^^xsd:double;
  dwc:endLongitude '-56.68'^^xsd:double;
  dwc:latitude '51.5883'^^xsd:double;
  dwc:startLatitude '51.5883'^^xsd:double;
  dwc:endLatitude '51.5883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_899'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  geo-pos:lat "51.5883"^^xsd:decimal ;
  geo-pos:long "-56.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_898'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_898'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.68'^^xsd:double;
  dwc:startLongitude '-56.68'^^xsd:double;
  dwc:endLongitude '-56.68'^^xsd:double;
  dwc:latitude '51.5883'^^xsd:double;
  dwc:startLatitude '51.5883'^^xsd:double;
  dwc:endLatitude '51.5883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_898'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  geo-pos:lat "51.5883"^^xsd:decimal ;
  geo-pos:long "-56.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_908'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_908'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.68'^^xsd:double;
  dwc:startLongitude '-56.68'^^xsd:double;
  dwc:endLongitude '-56.68'^^xsd:double;
  dwc:latitude '51.5883'^^xsd:double;
  dwc:startLatitude '51.5883'^^xsd:double;
  dwc:endLatitude '51.5883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_908'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  geo-pos:lat "51.5883"^^xsd:decimal ;
  geo-pos:long "-56.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_897'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_897'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.68'^^xsd:double;
  dwc:startLongitude '-56.68'^^xsd:double;
  dwc:endLongitude '-56.68'^^xsd:double;
  dwc:latitude '51.5883'^^xsd:double;
  dwc:startLatitude '51.5883'^^xsd:double;
  dwc:endLatitude '51.5883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_897'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5883"^^xsd:decimal ;
  dwc:decimalLongitude "-56.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5883 -56.68)"^^geo:wktLiteral ;
  geo-pos:lat "51.5883"^^xsd:decimal ;
  geo-pos:long "-56.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_900'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_900'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.68'^^xsd:double;
  dwc:startLongitude '-56.68'^^xsd:double;
  dwc:endLongitude '-56.68'^^xsd:double;
  dwc:latitude '51.5883'^^xsd:double;
  dwc:startLatitude '51.5883'^^xsd:double;
  dwc:endLatitude '51.5883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883, -56.68 51.5883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_900'^^xsd:string;
  dwc:observationDate '1992-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -56.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-56.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -56.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-56.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3917'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3917'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-56.65'^^xsd:double;
  dwc:startLongitude '-56.65'^^xsd:double;
  dwc:endLongitude '-56.65'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:startLatitude '47.55'^^xsd:double;
  dwc:endLatitude '47.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.65 47.55, -56.65 47.55, -56.65 47.55, -56.65 47.55, -56.65 47.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3917'^^xsd:string;
  dwc:observationDate '1992-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.536 -56.6197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.536"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.536 -56.6197)"^^geo:wktLiteral ;
  geo-pos:lat "51.536"^^xsd:decimal ;
  geo-pos:long "-56.6197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_174'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_174'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.6197'^^xsd:double;
  dwc:startLongitude '-56.6197'^^xsd:double;
  dwc:endLongitude '-56.6197'^^xsd:double;
  dwc:latitude '51.536'^^xsd:double;
  dwc:startLatitude '51.536'^^xsd:double;
  dwc:endLatitude '51.536'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.6197 51.536, -56.6197 51.536, -56.6197 51.536, -56.6197 51.536, -56.6197 51.536))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_174'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5733 -56.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5733"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5733 -56.6083)"^^geo:wktLiteral ;
  geo-pos:lat "51.5733"^^xsd:decimal ;
  geo-pos:long "-56.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1460'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1460'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.6083'^^xsd:double;
  dwc:startLongitude '-56.6083'^^xsd:double;
  dwc:endLongitude '-56.6083'^^xsd:double;
  dwc:latitude '51.5733'^^xsd:double;
  dwc:startLatitude '51.5733'^^xsd:double;
  dwc:endLatitude '51.5733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.6083 51.5733, -56.6083 51.5733, -56.6083 51.5733, -56.6083 51.5733, -56.6083 51.5733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1460'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4333 -56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4333 -56.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.4333"^^xsd:decimal ;
  geo-pos:long "-56.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_421'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_421'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-56.6'^^xsd:double;
  dwc:startLongitude '-56.6'^^xsd:double;
  dwc:endLongitude '-56.6'^^xsd:double;
  dwc:latitude '51.4333'^^xsd:double;
  dwc:startLatitude '51.4333'^^xsd:double;
  dwc:endLatitude '51.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.6 51.4333, -56.6 51.4333, -56.6 51.4333, -56.6 51.4333, -56.6 51.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_421'^^xsd:string;
  dwc:observationDate '1994-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4333 -56.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4333"^^xsd:decimal ;
  dwc:decimalLongitude "-56.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4333 -56.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.4333"^^xsd:decimal ;
  geo-pos:long "-56.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_422'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_422'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-56.6'^^xsd:double;
  dwc:startLongitude '-56.6'^^xsd:double;
  dwc:endLongitude '-56.6'^^xsd:double;
  dwc:latitude '51.4333'^^xsd:double;
  dwc:startLatitude '51.4333'^^xsd:double;
  dwc:endLatitude '51.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.6 51.4333, -56.6 51.4333, -56.6 51.4333, -56.6 51.4333, -56.6 51.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_422'^^xsd:string;
  dwc:observationDate '1994-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5698 -56.5915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5698"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5698 -56.5915)"^^geo:wktLiteral ;
  geo-pos:lat "51.5698"^^xsd:decimal ;
  geo-pos:long "-56.5915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_335'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_335'^^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 '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:longitude '-56.5915'^^xsd:double;
  dwc:startLongitude '-56.5915'^^xsd:double;
  dwc:endLongitude '-56.5915'^^xsd:double;
  dwc:latitude '51.5698'^^xsd:double;
  dwc:startLatitude '51.5698'^^xsd:double;
  dwc:endLatitude '51.5698'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.5915 51.5698, -56.5915 51.5698, -56.5915 51.5698, -56.5915 51.5698, -56.5915 51.5698))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_335'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5637 -56.5775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5637"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5637 -56.5775)"^^geo:wktLiteral ;
  geo-pos:lat "51.5637"^^xsd:decimal ;
  geo-pos:long "-56.5775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_170'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_170'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.5775'^^xsd:double;
  dwc:startLongitude '-56.5775'^^xsd:double;
  dwc:endLongitude '-56.5775'^^xsd:double;
  dwc:latitude '51.5637'^^xsd:double;
  dwc:startLatitude '51.5637'^^xsd:double;
  dwc:endLatitude '51.5637'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.5775 51.5637, -56.5775 51.5637, -56.5775 51.5637, -56.5775 51.5637, -56.5775 51.5637))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_170'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5568 -56.5763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5568"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5568 -56.5763)"^^geo:wktLiteral ;
  geo-pos:lat "51.5568"^^xsd:decimal ;
  geo-pos:long "-56.5763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_169'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_169'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.5763'^^xsd:double;
  dwc:startLongitude '-56.5763'^^xsd:double;
  dwc:endLongitude '-56.5763'^^xsd:double;
  dwc:latitude '51.5568'^^xsd:double;
  dwc:startLatitude '51.5568'^^xsd:double;
  dwc:endLatitude '51.5568'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.5763 51.5568, -56.5763 51.5568, -56.5763 51.5568, -56.5763 51.5568, -56.5763 51.5568))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_169'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5825 -56.5735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5825"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5825 -56.5735)"^^geo:wktLiteral ;
  geo-pos:lat "51.5825"^^xsd:decimal ;
  geo-pos:long "-56.5735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_173'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_173'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.5735'^^xsd:double;
  dwc:startLongitude '-56.5735'^^xsd:double;
  dwc:endLongitude '-56.5735'^^xsd:double;
  dwc:latitude '51.5825'^^xsd:double;
  dwc:startLatitude '51.5825'^^xsd:double;
  dwc:endLatitude '51.5825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_173'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5825 -56.5735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5825"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5825 -56.5735)"^^geo:wktLiteral ;
  geo-pos:lat "51.5825"^^xsd:decimal ;
  geo-pos:long "-56.5735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_171'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_171'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.5735'^^xsd:double;
  dwc:startLongitude '-56.5735'^^xsd:double;
  dwc:endLongitude '-56.5735'^^xsd:double;
  dwc:latitude '51.5825'^^xsd:double;
  dwc:startLatitude '51.5825'^^xsd:double;
  dwc:endLatitude '51.5825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_171'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5825 -56.5735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5825"^^xsd:decimal ;
  dwc:decimalLongitude "-56.5735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5825 -56.5735)"^^geo:wktLiteral ;
  geo-pos:lat "51.5825"^^xsd:decimal ;
  geo-pos:long "-56.5735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_175'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_175'^^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 '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-56.5735'^^xsd:double;
  dwc:startLongitude '-56.5735'^^xsd:double;
  dwc:endLongitude '-56.5735'^^xsd:double;
  dwc:latitude '51.5825'^^xsd:double;
  dwc:startLatitude '51.5825'^^xsd:double;
  dwc:endLatitude '51.5825'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825, -56.5735 51.5825))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_175'^^xsd:string;
  dwc:observationDate '1992-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2623> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3667 -56.3783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.3783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3667 -56.3783)"^^geo:wktLiteral ;
  geo-pos:lat "50.3667"^^xsd:decimal ;
  geo-pos:long "-56.3783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2623'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2623'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-56.3783'^^xsd:double;
  dwc:startLongitude '-56.3783'^^xsd:double;
  dwc:endLongitude '-56.3783'^^xsd:double;
  dwc:latitude '50.3667'^^xsd:double;
  dwc:startLatitude '50.3667'^^xsd:double;
  dwc:endLatitude '50.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.3783 50.3667, -56.3783 50.3667, -56.3783 50.3667, -56.3783 50.3667, -56.3783 50.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2623'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2645> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3508 -56.375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.3508"^^xsd:decimal ;
  dwc:decimalLongitude "-56.375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.3508 -56.375)"^^geo:wktLiteral ;
  geo-pos:lat "50.3508"^^xsd:decimal ;
  geo-pos:long "-56.375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2645'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2645'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-56.375'^^xsd:double;
  dwc:startLongitude '-56.375'^^xsd:double;
  dwc:endLongitude '-56.375'^^xsd:double;
  dwc:latitude '50.3508'^^xsd:double;
  dwc:startLatitude '50.3508'^^xsd:double;
  dwc:endLatitude '50.3508'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.375 50.3508, -56.375 50.3508, -56.375 50.3508, -56.375 50.3508, -56.375 50.3508))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2645'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3833 -56.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.3833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.3833 -56.3667)"^^geo:wktLiteral ;
  geo-pos:lat "55.3833"^^xsd:decimal ;
  geo-pos:long "-56.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1364'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1364'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-56.3667'^^xsd:double;
  dwc:startLongitude '-56.3667'^^xsd:double;
  dwc:endLongitude '-56.3667'^^xsd:double;
  dwc:latitude '55.3833'^^xsd:double;
  dwc:startLatitude '55.3833'^^xsd:double;
  dwc:endLatitude '55.3833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.3667 55.3833, -56.3667 55.3833, -56.3667 55.3833, -56.3667 55.3833, -56.3667 55.3833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1364'^^xsd:string;
  dwc:observationDate '1982-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9833 -56.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9833 -56.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.9833"^^xsd:decimal ;
  geo-pos:long "-56.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3393'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3393'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^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:longitude '-56.35'^^xsd:double;
  dwc:startLongitude '-56.35'^^xsd:double;
  dwc:endLongitude '-56.35'^^xsd:double;
  dwc:latitude '46.9833'^^xsd:double;
  dwc:startLatitude '46.9833'^^xsd:double;
  dwc:endLatitude '46.9833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.35 46.9833, -56.35 46.9833, -56.35 46.9833, -56.35 46.9833, -56.35 46.9833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3393'^^xsd:string;
  dwc:observationDate '1984-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -56.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -56.25)"^^geo:wktLiteral ;
  geo-pos:lat "46.8167"^^xsd:decimal ;
  geo-pos:long "-56.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1876'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1876'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-56.25'^^xsd:double;
  dwc:startLongitude '-56.25'^^xsd:double;
  dwc:endLongitude '-56.25'^^xsd:double;
  dwc:latitude '46.8167'^^xsd:double;
  dwc:startLatitude '46.8167'^^xsd:double;
  dwc:endLatitude '46.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.25 46.8167, -56.25 46.8167, -56.25 46.8167, -56.25 46.8167, -56.25 46.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1876'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -56.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -56.25)"^^geo:wktLiteral ;
  geo-pos:lat "46.8167"^^xsd:decimal ;
  geo-pos:long "-56.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1881'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1881'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-56.25'^^xsd:double;
  dwc:startLongitude '-56.25'^^xsd:double;
  dwc:endLongitude '-56.25'^^xsd:double;
  dwc:latitude '46.8167'^^xsd:double;
  dwc:startLatitude '46.8167'^^xsd:double;
  dwc:endLatitude '46.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.25 46.8167, -56.25 46.8167, -56.25 46.8167, -56.25 46.8167, -56.25 46.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1881'^^xsd:string;
  dwc:observationDate '1995-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.817 -56.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.817"^^xsd:decimal ;
  dwc:decimalLongitude "-56.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.817 -56.25)"^^geo:wktLiteral ;
  geo-pos:lat "46.817"^^xsd:decimal ;
  geo-pos:long "-56.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1882'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1882'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-56.25'^^xsd:double;
  dwc:startLongitude '-56.25'^^xsd:double;
  dwc:endLongitude '-56.25'^^xsd:double;
  dwc:latitude '46.817'^^xsd:double;
  dwc:startLatitude '46.817'^^xsd:double;
  dwc:endLatitude '46.817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.25 46.817, -56.25 46.817, -56.25 46.817, -56.25 46.817, -56.25 46.817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1882'^^xsd:string;
  dwc:observationDate '1995-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.817 -56.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.817"^^xsd:decimal ;
  dwc:decimalLongitude "-56.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.817 -56.25)"^^geo:wktLiteral ;
  geo-pos:lat "46.817"^^xsd:decimal ;
  geo-pos:long "-56.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2131'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2131'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-56.25'^^xsd:double;
  dwc:startLongitude '-56.25'^^xsd:double;
  dwc:endLongitude '-56.25'^^xsd:double;
  dwc:latitude '46.817'^^xsd:double;
  dwc:startLatitude '46.817'^^xsd:double;
  dwc:endLatitude '46.817'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.25 46.817, -56.25 46.817, -56.25 46.817, -56.25 46.817, -56.25 46.817))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2131'^^xsd:string;
  dwc:observationDate '1994-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -56.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1"^^xsd:decimal ;
  dwc:decimalLongitude "-56.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1 -56.25)"^^geo:wktLiteral ;
  geo-pos:lat "50.1"^^xsd:decimal ;
  geo-pos:long "-56.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_237'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_237'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-56.25'^^xsd:double;
  dwc:startLongitude '-56.25'^^xsd:double;
  dwc:endLongitude '-56.25'^^xsd:double;
  dwc:latitude '50.1'^^xsd:double;
  dwc:startLatitude '50.1'^^xsd:double;
  dwc:endLatitude '50.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.25 50.1, -56.25 50.1, -56.25 50.1, -56.25 50.1, -56.25 50.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_237'^^xsd:string;
  dwc:observationDate '1994-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.7732 -56.246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.7732"^^xsd:decimal ;
  dwc:decimalLongitude "-56.246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.7732 -56.246)"^^geo:wktLiteral ;
  geo-pos:lat "51.7732"^^xsd:decimal ;
  geo-pos:long "-56.246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2542'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2542'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.246'^^xsd:double;
  dwc:startLongitude '-56.246'^^xsd:double;
  dwc:endLongitude '-56.246'^^xsd:double;
  dwc:latitude '51.7732'^^xsd:double;
  dwc:startLatitude '51.7732'^^xsd:double;
  dwc:endLatitude '51.7732'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.246 51.7732, -56.246 51.7732, -56.246 51.7732, -56.246 51.7732, -56.246 51.7732))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2542'^^xsd:string;
  dwc:observationDate '1993-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5088 -56.2422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.5088"^^xsd:decimal ;
  dwc:decimalLongitude "-56.2422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.5088 -56.2422)"^^geo:wktLiteral ;
  geo-pos:lat "50.5088"^^xsd:decimal ;
  geo-pos:long "-56.2422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_394'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_394'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-56.2422'^^xsd:double;
  dwc:startLongitude '-56.2422'^^xsd:double;
  dwc:endLongitude '-56.2422'^^xsd:double;
  dwc:latitude '50.5088'^^xsd:double;
  dwc:startLatitude '50.5088'^^xsd:double;
  dwc:endLatitude '50.5088'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.2422 50.5088, -56.2422 50.5088, -56.2422 50.5088, -56.2422 50.5088, -56.2422 50.5088))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_394'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1167 -56.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.1167 -56.2333)"^^geo:wktLiteral ;
  geo-pos:lat "50.1167"^^xsd:decimal ;
  geo-pos:long "-56.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_233'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_233'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-56.2333'^^xsd:double;
  dwc:startLongitude '-56.2333'^^xsd:double;
  dwc:endLongitude '-56.2333'^^xsd:double;
  dwc:latitude '50.1167'^^xsd:double;
  dwc:startLatitude '50.1167'^^xsd:double;
  dwc:endLatitude '50.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.2333 50.1167, -56.2333 50.1167, -56.2333 50.1167, -56.2333 50.1167, -56.2333 50.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_233'^^xsd:string;
  dwc:observationDate '1994-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0667 -56.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0667 -56.2)"^^geo:wktLiteral ;
  geo-pos:lat "47.0667"^^xsd:decimal ;
  geo-pos:long "-56.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_417'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_417'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-56.2'^^xsd:double;
  dwc:startLongitude '-56.2'^^xsd:double;
  dwc:endLongitude '-56.2'^^xsd:double;
  dwc:latitude '47.0667'^^xsd:double;
  dwc:startLatitude '47.0667'^^xsd:double;
  dwc:endLatitude '47.0667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.2 47.0667, -56.2 47.0667, -56.2 47.0667, -56.2 47.0667, -56.2 47.0667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_417'^^xsd:string;
  dwc:observationDate '1983-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8103 -56.1708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.8103"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8103 -56.1708)"^^geo:wktLiteral ;
  geo-pos:lat "51.8103"^^xsd:decimal ;
  geo-pos:long "-56.1708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2020'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2020'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.1708'^^xsd:double;
  dwc:startLongitude '-56.1708'^^xsd:double;
  dwc:endLongitude '-56.1708'^^xsd:double;
  dwc:latitude '51.8103'^^xsd:double;
  dwc:startLatitude '51.8103'^^xsd:double;
  dwc:endLatitude '51.8103'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.1708 51.8103, -56.1708 51.8103, -56.1708 51.8103, -56.1708 51.8103, -56.1708 51.8103))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2020'^^xsd:string;
  dwc:observationDate '1993-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -56.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -56.1667)"^^geo:wktLiteral ;
  geo-pos:lat "46.8167"^^xsd:decimal ;
  geo-pos:long "-56.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1877'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1877'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-56.1667'^^xsd:double;
  dwc:startLongitude '-56.1667'^^xsd:double;
  dwc:endLongitude '-56.1667'^^xsd:double;
  dwc:latitude '46.8167'^^xsd:double;
  dwc:startLatitude '46.8167'^^xsd:double;
  dwc:endLatitude '46.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.1667 46.8167, -56.1667 46.8167, -56.1667 46.8167, -56.1667 46.8167, -56.1667 46.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1877'^^xsd:string;
  dwc:observationDate '1991-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2985> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -56.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -56.1667)"^^geo:wktLiteral ;
  geo-pos:lat "47"^^xsd:decimal ;
  geo-pos:long "-56.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2985'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2985'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-56.1667'^^xsd:double;
  dwc:startLongitude '-56.1667'^^xsd:double;
  dwc:endLongitude '-56.1667'^^xsd:double;
  dwc:latitude '47'^^xsd:integer;
  dwc:startLatitude '47'^^xsd:integer;
  dwc:endLatitude '47'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-56.1667 47, -56.1667 47, -56.1667 47, -56.1667 47, -56.1667 47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2985'^^xsd:string;
  dwc:observationDate '1984-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -56.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -56.1667)"^^geo:wktLiteral ;
  geo-pos:lat "47"^^xsd:decimal ;
  geo-pos:long "-56.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1811'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1811'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-56.1667'^^xsd:double;
  dwc:startLongitude '-56.1667'^^xsd:double;
  dwc:endLongitude '-56.1667'^^xsd:double;
  dwc:latitude '47'^^xsd:integer;
  dwc:startLatitude '47'^^xsd:integer;
  dwc:endLatitude '47'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-56.1667 47, -56.1667 47, -56.1667 47, -56.1667 47, -56.1667 47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1811'^^xsd:string;
  dwc:observationDate '1984-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1812> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -56.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47 -56.1667)"^^geo:wktLiteral ;
  geo-pos:lat "47"^^xsd:decimal ;
  geo-pos:long "-56.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1812'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1812'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-56.1667'^^xsd:double;
  dwc:startLongitude '-56.1667'^^xsd:double;
  dwc:endLongitude '-56.1667'^^xsd:double;
  dwc:latitude '47'^^xsd:integer;
  dwc:startLatitude '47'^^xsd:integer;
  dwc:endLatitude '47'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-56.1667 47, -56.1667 47, -56.1667 47, -56.1667 47, -56.1667 47))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1812'^^xsd:string;
  dwc:observationDate '1984-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -56.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4833 -56.1667)"^^geo:wktLiteral ;
  geo-pos:lat "47.4833"^^xsd:decimal ;
  geo-pos:long "-56.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1999'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1999'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.1667'^^xsd:double;
  dwc:startLongitude '-56.1667'^^xsd:double;
  dwc:endLongitude '-56.1667'^^xsd:double;
  dwc:latitude '47.4833'^^xsd:double;
  dwc:startLatitude '47.4833'^^xsd:double;
  dwc:endLatitude '47.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.1667 47.4833, -56.1667 47.4833, -56.1667 47.4833, -56.1667 47.4833, -56.1667 47.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1999'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -56.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5 -56.1667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5"^^xsd:decimal ;
  geo-pos:long "-56.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1998'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1998'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-56.1667'^^xsd:double;
  dwc:startLongitude '-56.1667'^^xsd:double;
  dwc:endLongitude '-56.1667'^^xsd:double;
  dwc:latitude '47.5'^^xsd:double;
  dwc:startLatitude '47.5'^^xsd:double;
  dwc:endLatitude '47.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.1667 47.5, -56.1667 47.5, -56.1667 47.5, -56.1667 47.5, -56.1667 47.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1998'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -56.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-56.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -56.15)"^^geo:wktLiteral ;
  geo-pos:lat "46.7667"^^xsd:decimal ;
  geo-pos:long "-56.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_158'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_158'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^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:longitude '-56.15'^^xsd:double;
  dwc:startLongitude '-56.15'^^xsd:double;
  dwc:endLongitude '-56.15'^^xsd:double;
  dwc:latitude '46.7667'^^xsd:double;
  dwc:startLatitude '46.7667'^^xsd:double;
  dwc:endLatitude '46.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.15 46.7667, -56.15 46.7667, -56.15 46.7667, -56.15 46.7667, -56.15 46.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_158'^^xsd:string;
  dwc:observationDate '1984-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695 -56.1267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.695"^^xsd:decimal ;
  dwc:decimalLongitude "-56.1267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.695 -56.1267)"^^geo:wktLiteral ;
  geo-pos:lat "50.695"^^xsd:decimal ;
  geo-pos:long "-56.1267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2672'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2672'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-56.1267'^^xsd:double;
  dwc:startLongitude '-56.1267'^^xsd:double;
  dwc:endLongitude '-56.1267'^^xsd:double;
  dwc:latitude '50.695'^^xsd:double;
  dwc:startLatitude '50.695'^^xsd:double;
  dwc:endLatitude '50.695'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.1267 50.695, -56.1267 50.695, -56.1267 50.695, -56.1267 50.695, -56.1267 50.695))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2672'^^xsd:string;
  dwc:observationDate '1992-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -56.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -56.0833)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "-56.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2266'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2266'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-56.0833'^^xsd:double;
  dwc:startLongitude '-56.0833'^^xsd:double;
  dwc:endLongitude '-56.0833'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:startLatitude '42.7'^^xsd:double;
  dwc:endLatitude '42.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.0833 42.7, -56.0833 42.7, -56.0833 42.7, -56.0833 42.7, -56.0833 42.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2266'^^xsd:string;
  dwc:observationDate '1991-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6855 -56.0702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6855"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6855 -56.0702)"^^geo:wktLiteral ;
  geo-pos:lat "50.6855"^^xsd:decimal ;
  geo-pos:long "-56.0702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1605'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1605'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.0702'^^xsd:double;
  dwc:startLongitude '-56.0702'^^xsd:double;
  dwc:endLongitude '-56.0702'^^xsd:double;
  dwc:latitude '50.6855'^^xsd:double;
  dwc:startLatitude '50.6855'^^xsd:double;
  dwc:endLatitude '50.6855'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.0702 50.6855, -56.0702 50.6855, -56.0702 50.6855, -56.0702 50.6855, -56.0702 50.6855))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1605'^^xsd:string;
  dwc:observationDate '1993-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1607> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.65 -56.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.65"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.65 -56.0667)"^^geo:wktLiteral ;
  geo-pos:lat "55.65"^^xsd:decimal ;
  geo-pos:long "-56.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1607'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1607'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-56.0667'^^xsd:double;
  dwc:startLongitude '-56.0667'^^xsd:double;
  dwc:endLongitude '-56.0667'^^xsd:double;
  dwc:latitude '55.65'^^xsd:double;
  dwc:startLatitude '55.65'^^xsd:double;
  dwc:endLatitude '55.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.0667 55.65, -56.0667 55.65, -56.0667 55.65, -56.0667 55.65, -56.0667 55.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1607'^^xsd:string;
  dwc:observationDate '1982-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6955 -56.0547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6955"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6955 -56.0547)"^^geo:wktLiteral ;
  geo-pos:lat "50.6955"^^xsd:decimal ;
  geo-pos:long "-56.0547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1604'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1604'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.0547'^^xsd:double;
  dwc:startLongitude '-56.0547'^^xsd:double;
  dwc:endLongitude '-56.0547'^^xsd:double;
  dwc:latitude '50.6955'^^xsd:double;
  dwc:startLatitude '50.6955'^^xsd:double;
  dwc:endLatitude '50.6955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.0547 50.6955, -56.0547 50.6955, -56.0547 50.6955, -56.0547 50.6955, -56.0547 50.6955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1604'^^xsd:string;
  dwc:observationDate '1993-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -56.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-56.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -56.0167)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-56.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1294'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1294'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-56.0167'^^xsd:double;
  dwc:startLongitude '-56.0167'^^xsd:double;
  dwc:endLongitude '-56.0167'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:startLatitude '54.6833'^^xsd:double;
  dwc:endLatitude '54.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.0167 54.6833, -56.0167 54.6833, -56.0167 54.6833, -56.0167 54.6833, -56.0167 54.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1294'^^xsd:string;
  dwc:observationDate '1983-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7313 -56.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7313"^^xsd:decimal ;
  dwc:decimalLongitude "-56.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7313 -56.008)"^^geo:wktLiteral ;
  geo-pos:lat "50.7313"^^xsd:decimal ;
  geo-pos:long "-56.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1602'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1602'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-56.008'^^xsd:double;
  dwc:startLongitude '-56.008'^^xsd:double;
  dwc:endLongitude '-56.008'^^xsd:double;
  dwc:latitude '50.7313'^^xsd:double;
  dwc:startLatitude '50.7313'^^xsd:double;
  dwc:endLatitude '50.7313'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56.008 50.7313, -56.008 50.7313, -56.008 50.7313, -56.008 50.7313, -56.008 50.7313))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1602'^^xsd:string;
  dwc:observationDate '1993-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.567"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -56)"^^geo:wktLiteral ;
  geo-pos:lat "47.567"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3915'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_3915'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-56'^^xsd:integer;
  dwc:startLongitude '-56'^^xsd:integer;
  dwc:endLongitude '-56'^^xsd:integer;
  dwc:latitude '47.567'^^xsd:double;
  dwc:startLatitude '47.567'^^xsd:double;
  dwc:endLatitude '47.567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56 47.567, -56 47.567, -56 47.567, -56 47.567, -56 47.567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3915'^^xsd:string;
  dwc:observationDate '1992-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -56)"^^geo:wktLiteral ;
  geo-pos:lat "54.8"^^xsd:decimal ;
  geo-pos:long "-56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1403'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1403'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-56'^^xsd:integer;
  dwc:startLongitude '-56'^^xsd:integer;
  dwc:endLongitude '-56'^^xsd:integer;
  dwc:latitude '54.8'^^xsd:double;
  dwc:startLatitude '54.8'^^xsd:double;
  dwc:endLatitude '54.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-56 54.8, -56 54.8, -56 54.8, -56 54.8, -56 54.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1403'^^xsd:string;
  dwc:observationDate '1983-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-55.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.9833)"^^geo:wktLiteral ;
  geo-pos:lat "54.8"^^xsd:decimal ;
  geo-pos:long "-55.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1400'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1400'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.9833'^^xsd:double;
  dwc:startLongitude '-55.9833'^^xsd:double;
  dwc:endLongitude '-55.9833'^^xsd:double;
  dwc:latitude '54.8'^^xsd:double;
  dwc:startLatitude '54.8'^^xsd:double;
  dwc:endLatitude '54.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.9833 54.8, -55.9833 54.8, -55.9833 54.8, -55.9833 54.8, -55.9833 54.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1400'^^xsd:string;
  dwc:observationDate '1983-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-55.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.9833)"^^geo:wktLiteral ;
  geo-pos:lat "54.8"^^xsd:decimal ;
  geo-pos:long "-55.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1402'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1402'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.9833'^^xsd:double;
  dwc:startLongitude '-55.9833'^^xsd:double;
  dwc:endLongitude '-55.9833'^^xsd:double;
  dwc:latitude '54.8'^^xsd:double;
  dwc:startLatitude '54.8'^^xsd:double;
  dwc:endLatitude '54.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.9833 54.8, -55.9833 54.8, -55.9833 54.8, -55.9833 54.8, -55.9833 54.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1402'^^xsd:string;
  dwc:observationDate '1983-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -55.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -55.95)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-55.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1741'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1741'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-55.95'^^xsd:double;
  dwc:startLongitude '-55.95'^^xsd:double;
  dwc:endLongitude '-55.95'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:startLatitude '47.5667'^^xsd:double;
  dwc:endLatitude '47.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.95 47.5667, -55.95 47.5667, -55.95 47.5667, -55.95 47.5667, -55.95 47.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1741'^^xsd:string;
  dwc:observationDate '1992-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7535 -55.9307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7535"^^xsd:decimal ;
  dwc:decimalLongitude "-55.9307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7535 -55.9307)"^^geo:wktLiteral ;
  geo-pos:lat "50.7535"^^xsd:decimal ;
  geo-pos:long "-55.9307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1603'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1603'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.9307'^^xsd:double;
  dwc:startLongitude '-55.9307'^^xsd:double;
  dwc:endLongitude '-55.9307'^^xsd:double;
  dwc:latitude '50.7535'^^xsd:double;
  dwc:startLatitude '50.7535'^^xsd:double;
  dwc:endLatitude '50.7535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.9307 50.7535, -55.9307 50.7535, -55.9307 50.7535, -55.9307 50.7535, -55.9307 50.7535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1603'^^xsd:string;
  dwc:observationDate '1993-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86 -55.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.86"^^xsd:decimal ;
  dwc:decimalLongitude "-55.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86 -55.9083)"^^geo:wktLiteral ;
  geo-pos:lat "50.86"^^xsd:decimal ;
  geo-pos:long "-55.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_643'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_643'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55.9083'^^xsd:double;
  dwc:startLongitude '-55.9083'^^xsd:double;
  dwc:endLongitude '-55.9083'^^xsd:double;
  dwc:latitude '50.86'^^xsd:double;
  dwc:startLatitude '50.86'^^xsd:double;
  dwc:endLatitude '50.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.9083 50.86, -55.9083 50.86, -55.9083 50.86, -55.9083 50.86, -55.9083 50.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_643'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86 -55.9083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.86"^^xsd:decimal ;
  dwc:decimalLongitude "-55.9083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.86 -55.9083)"^^geo:wktLiteral ;
  geo-pos:lat "50.86"^^xsd:decimal ;
  geo-pos:long "-55.9083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_632'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_632'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-55.9083'^^xsd:double;
  dwc:startLongitude '-55.9083'^^xsd:double;
  dwc:endLongitude '-55.9083'^^xsd:double;
  dwc:latitude '50.86'^^xsd:double;
  dwc:startLatitude '50.86'^^xsd:double;
  dwc:endLatitude '50.86'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.9083 50.86, -55.9083 50.86, -55.9083 50.86, -55.9083 50.86, -55.9083 50.86))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_632'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.9717 -55.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.9717"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.9717 -55.8667)"^^geo:wktLiteral ;
  geo-pos:lat "51.9717"^^xsd:decimal ;
  geo-pos:long "-55.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2021'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2021'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.8667'^^xsd:double;
  dwc:startLongitude '-55.8667'^^xsd:double;
  dwc:endLongitude '-55.8667'^^xsd:double;
  dwc:latitude '51.9717'^^xsd:double;
  dwc:startLatitude '51.9717'^^xsd:double;
  dwc:endLatitude '51.9717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.8667 51.9717, -55.8667 51.9717, -55.8667 51.9717, -55.8667 51.9717, -55.8667 51.9717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2021'^^xsd:string;
  dwc:observationDate '1993-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.8667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-55.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1401'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1401'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.8667'^^xsd:double;
  dwc:startLongitude '-55.8667'^^xsd:double;
  dwc:endLongitude '-55.8667'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:startLatitude '54.6833'^^xsd:double;
  dwc:endLatitude '54.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.8667 54.6833, -55.8667 54.6833, -55.8667 54.6833, -55.8667 54.6833, -55.8667 54.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1401'^^xsd:string;
  dwc:observationDate '1983-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.8667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-55.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1399'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_1399'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.8667'^^xsd:double;
  dwc:startLongitude '-55.8667'^^xsd:double;
  dwc:endLongitude '-55.8667'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:startLatitude '54.6833'^^xsd:double;
  dwc:endLatitude '54.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.8667 54.6833, -55.8667 54.6833, -55.8667 54.6833, -55.8667 54.6833, -55.8667 54.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1399'^^xsd:string;
  dwc:observationDate '1983-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.8667)"^^geo:wktLiteral ;
  geo-pos:lat "54.8"^^xsd:decimal ;
  geo-pos:long "-55.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1293'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1293'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-55.8667'^^xsd:double;
  dwc:startLongitude '-55.8667'^^xsd:double;
  dwc:endLongitude '-55.8667'^^xsd:double;
  dwc:latitude '54.8'^^xsd:double;
  dwc:startLatitude '54.8'^^xsd:double;
  dwc:endLatitude '54.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.8667 54.8, -55.8667 54.8, -55.8667 54.8, -55.8667 54.8, -55.8667 54.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1293'^^xsd:string;
  dwc:observationDate '1983-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1577> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.864 -55.8618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.864"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.864 -55.8618)"^^geo:wktLiteral ;
  geo-pos:lat "50.864"^^xsd:decimal ;
  geo-pos:long "-55.8618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1577'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1577'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-55.8618'^^xsd:double;
  dwc:startLongitude '-55.8618'^^xsd:double;
  dwc:endLongitude '-55.8618'^^xsd:double;
  dwc:latitude '50.864'^^xsd:double;
  dwc:startLatitude '50.864'^^xsd:double;
  dwc:endLatitude '50.864'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.8618 50.864, -55.8618 50.864, -55.8618 50.864, -55.8618 50.864, -55.8618 50.864))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1577'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9265 -55.8045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9265"^^xsd:decimal ;
  dwc:decimalLongitude "-55.8045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9265 -55.8045)"^^geo:wktLiteral ;
  geo-pos:lat "50.9265"^^xsd:decimal ;
  geo-pos:long "-55.8045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1740'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1740'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-55.8045'^^xsd:double;
  dwc:startLongitude '-55.8045'^^xsd:double;
  dwc:endLongitude '-55.8045'^^xsd:double;
  dwc:latitude '50.9265'^^xsd:double;
  dwc:startLatitude '50.9265'^^xsd:double;
  dwc:endLatitude '50.9265'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.8045 50.9265, -55.8045 50.9265, -55.8045 50.9265, -55.8045 50.9265, -55.8045 50.9265))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1740'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9402 -55.7995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9402"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9402 -55.7995)"^^geo:wktLiteral ;
  geo-pos:lat "50.9402"^^xsd:decimal ;
  geo-pos:long "-55.7995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_393'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_393'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-55.7995'^^xsd:double;
  dwc:startLongitude '-55.7995'^^xsd:double;
  dwc:endLongitude '-55.7995'^^xsd:double;
  dwc:latitude '50.9402'^^xsd:double;
  dwc:startLatitude '50.9402'^^xsd:double;
  dwc:endLatitude '50.9402'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7995 50.9402, -55.7995 50.9402, -55.7995 50.9402, -55.7995 50.9402, -55.7995 50.9402))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_393'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1580> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9795 -55.7982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9795"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9795 -55.7982)"^^geo:wktLiteral ;
  geo-pos:lat "50.9795"^^xsd:decimal ;
  geo-pos:long "-55.7982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1580'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1580'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-55.7982'^^xsd:double;
  dwc:startLongitude '-55.7982'^^xsd:double;
  dwc:endLongitude '-55.7982'^^xsd:double;
  dwc:latitude '50.9795'^^xsd:double;
  dwc:startLatitude '50.9795'^^xsd:double;
  dwc:endLatitude '50.9795'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7982 50.9795, -55.7982 50.9795, -55.7982 50.9795, -55.7982 50.9795, -55.7982 50.9795))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1580'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9425 -55.7905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.9425"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.9425 -55.7905)"^^geo:wktLiteral ;
  geo-pos:lat "50.9425"^^xsd:decimal ;
  geo-pos:long "-55.7905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1735'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1735'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-55.7905'^^xsd:double;
  dwc:startLongitude '-55.7905'^^xsd:double;
  dwc:endLongitude '-55.7905'^^xsd:double;
  dwc:latitude '50.9425'^^xsd:double;
  dwc:startLatitude '50.9425'^^xsd:double;
  dwc:endLatitude '50.9425'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7905 50.9425, -55.7905 50.9425, -55.7905 50.9425, -55.7905 50.9425, -55.7905 50.9425))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1735'^^xsd:string;
  dwc:observationDate '1993-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1581> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0418 -55.7598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0418"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0418 -55.7598)"^^geo:wktLiteral ;
  geo-pos:lat "51.0418"^^xsd:decimal ;
  geo-pos:long "-55.7598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1581'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1581'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-55.7598'^^xsd:double;
  dwc:startLongitude '-55.7598'^^xsd:double;
  dwc:endLongitude '-55.7598'^^xsd:double;
  dwc:latitude '51.0418'^^xsd:double;
  dwc:startLatitude '51.0418'^^xsd:double;
  dwc:endLatitude '51.0418'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7598 51.0418, -55.7598 51.0418, -55.7598 51.0418, -55.7598 51.0418, -55.7598 51.0418))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1581'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0675 -55.7572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.0675"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.0675 -55.7572)"^^geo:wktLiteral ;
  geo-pos:lat "52.0675"^^xsd:decimal ;
  geo-pos:long "-55.7572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2595'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2595'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.7572'^^xsd:double;
  dwc:startLongitude '-55.7572'^^xsd:double;
  dwc:endLongitude '-55.7572'^^xsd:double;
  dwc:latitude '52.0675'^^xsd:double;
  dwc:startLatitude '52.0675'^^xsd:double;
  dwc:endLatitude '52.0675'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7572 52.0675, -55.7572 52.0675, -55.7572 52.0675, -55.7572 52.0675, -55.7572 52.0675))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2595'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5753 -55.7562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5753"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5753 -55.7562)"^^geo:wktLiteral ;
  geo-pos:lat "51.5753"^^xsd:decimal ;
  geo-pos:long "-55.7562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2423'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2423'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.7562'^^xsd:double;
  dwc:startLongitude '-55.7562'^^xsd:double;
  dwc:endLongitude '-55.7562'^^xsd:double;
  dwc:latitude '51.5753'^^xsd:double;
  dwc:startLatitude '51.5753'^^xsd:double;
  dwc:endLatitude '51.5753'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7562 51.5753, -55.7562 51.5753, -55.7562 51.5753, -55.7562 51.5753, -55.7562 51.5753))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2423'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2411> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5753 -55.7562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5753"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5753 -55.7562)"^^geo:wktLiteral ;
  geo-pos:lat "51.5753"^^xsd:decimal ;
  geo-pos:long "-55.7562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2411'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2411'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.7562'^^xsd:double;
  dwc:startLongitude '-55.7562'^^xsd:double;
  dwc:endLongitude '-55.7562'^^xsd:double;
  dwc:latitude '51.5753'^^xsd:double;
  dwc:startLatitude '51.5753'^^xsd:double;
  dwc:endLatitude '51.5753'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7562 51.5753, -55.7562 51.5753, -55.7562 51.5753, -55.7562 51.5753, -55.7562 51.5753))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2411'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.5118 -55.7512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.5118"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.5118 -55.7512)"^^geo:wktLiteral ;
  geo-pos:lat "52.5118"^^xsd:decimal ;
  geo-pos:long "-55.7512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2572'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2572'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-55.7512'^^xsd:double;
  dwc:startLongitude '-55.7512'^^xsd:double;
  dwc:endLongitude '-55.7512'^^xsd:double;
  dwc:latitude '52.5118'^^xsd:double;
  dwc:startLatitude '52.5118'^^xsd:double;
  dwc:endLatitude '52.5118'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7512 52.5118, -55.7512 52.5118, -55.7512 52.5118, -55.7512 52.5118, -55.7512 52.5118))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2572'^^xsd:string;
  dwc:observationDate '1993-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8667 -55.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.8667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.8667 -55.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.8667"^^xsd:decimal ;
  geo-pos:long "-55.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1295'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_1295'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-55.75'^^xsd:double;
  dwc:startLongitude '-55.75'^^xsd:double;
  dwc:endLongitude '-55.75'^^xsd:double;
  dwc:latitude '51.8667'^^xsd:double;
  dwc:startLatitude '51.8667'^^xsd:double;
  dwc:endLatitude '51.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.75 51.8667, -55.75 51.8667, -55.75 51.8667, -55.75 51.8667, -55.75 51.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1295'^^xsd:string;
  dwc:observationDate '1985-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4667 -55.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.4667 -55.75)"^^geo:wktLiteral ;
  geo-pos:lat "54.4667"^^xsd:decimal ;
  geo-pos:long "-55.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1052'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1052'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.75'^^xsd:double;
  dwc:startLongitude '-55.75'^^xsd:double;
  dwc:endLongitude '-55.75'^^xsd:double;
  dwc:latitude '54.4667'^^xsd:double;
  dwc:startLatitude '54.4667'^^xsd:double;
  dwc:endLatitude '54.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.75 54.4667, -55.75 54.4667, -55.75 54.4667, -55.75 54.4667, -55.75 54.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1052'^^xsd:string;
  dwc:observationDate '1983-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5897 -55.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5897"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5897 -55.7467)"^^geo:wktLiteral ;
  geo-pos:lat "51.5897"^^xsd:decimal ;
  geo-pos:long "-55.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_678'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_678'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.7467'^^xsd:double;
  dwc:startLongitude '-55.7467'^^xsd:double;
  dwc:endLongitude '-55.7467'^^xsd:double;
  dwc:latitude '51.5897'^^xsd:double;
  dwc:startLatitude '51.5897'^^xsd:double;
  dwc:endLatitude '51.5897'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_678'^^xsd:string;
  dwc:observationDate '1993-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5897 -55.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5897"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5897 -55.7467)"^^geo:wktLiteral ;
  geo-pos:lat "51.5897"^^xsd:decimal ;
  geo-pos:long "-55.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_682'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_682'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.7467'^^xsd:double;
  dwc:startLongitude '-55.7467'^^xsd:double;
  dwc:endLongitude '-55.7467'^^xsd:double;
  dwc:latitude '51.5897'^^xsd:double;
  dwc:startLatitude '51.5897'^^xsd:double;
  dwc:endLatitude '51.5897'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_682'^^xsd:string;
  dwc:observationDate '1993-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5897 -55.7467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5897"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5897 -55.7467)"^^geo:wktLiteral ;
  geo-pos:lat "51.5897"^^xsd:decimal ;
  geo-pos:long "-55.7467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_677'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_677'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.7467'^^xsd:double;
  dwc:startLongitude '-55.7467'^^xsd:double;
  dwc:endLongitude '-55.7467'^^xsd:double;
  dwc:latitude '51.5897'^^xsd:double;
  dwc:startLatitude '51.5897'^^xsd:double;
  dwc:endLatitude '51.5897'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897, -55.7467 51.5897))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_677'^^xsd:string;
  dwc:observationDate '1993-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5845 -55.746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5845"^^xsd:decimal ;
  dwc:decimalLongitude "-55.746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5845 -55.746)"^^geo:wktLiteral ;
  geo-pos:lat "51.5845"^^xsd:decimal ;
  geo-pos:long "-55.746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2227'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2227'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.746'^^xsd:double;
  dwc:startLongitude '-55.746'^^xsd:double;
  dwc:endLongitude '-55.746'^^xsd:double;
  dwc:latitude '51.5845'^^xsd:double;
  dwc:startLatitude '51.5845'^^xsd:double;
  dwc:endLatitude '51.5845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.746 51.5845, -55.746 51.5845, -55.746 51.5845, -55.746 51.5845, -55.746 51.5845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2227'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2238> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5845 -55.746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5845"^^xsd:decimal ;
  dwc:decimalLongitude "-55.746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5845 -55.746)"^^geo:wktLiteral ;
  geo-pos:lat "51.5845"^^xsd:decimal ;
  geo-pos:long "-55.746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2238'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2238'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.746'^^xsd:double;
  dwc:startLongitude '-55.746'^^xsd:double;
  dwc:endLongitude '-55.746'^^xsd:double;
  dwc:latitude '51.5845'^^xsd:double;
  dwc:startLatitude '51.5845'^^xsd:double;
  dwc:endLatitude '51.5845'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.746 51.5845, -55.746 51.5845, -55.746 51.5845, -55.746 51.5845, -55.746 51.5845))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2238'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5333 -55.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5333 -55.7333)"^^geo:wktLiteral ;
  geo-pos:lat "53.5333"^^xsd:decimal ;
  geo-pos:long "-55.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1017'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1017'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-55.7333'^^xsd:double;
  dwc:startLongitude '-55.7333'^^xsd:double;
  dwc:endLongitude '-55.7333'^^xsd:double;
  dwc:latitude '53.5333'^^xsd:double;
  dwc:startLatitude '53.5333'^^xsd:double;
  dwc:endLatitude '53.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7333 53.5333, -55.7333 53.5333, -55.7333 53.5333, -55.7333 53.5333, -55.7333 53.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1017'^^xsd:string;
  dwc:observationDate '1985-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 -55.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 -55.7167)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "-55.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1234'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1234'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^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:longitude '-55.7167'^^xsd:double;
  dwc:startLongitude '-55.7167'^^xsd:double;
  dwc:endLongitude '-55.7167'^^xsd:double;
  dwc:latitude '53'^^xsd:integer;
  dwc:startLatitude '53'^^xsd:integer;
  dwc:endLatitude '53'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-55.7167 53, -55.7167 53, -55.7167 53, -55.7167 53, -55.7167 53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1234'^^xsd:string;
  dwc:observationDate '1976-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 -55.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53 -55.7167)"^^geo:wktLiteral ;
  geo-pos:lat "53"^^xsd:decimal ;
  geo-pos:long "-55.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3921'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3921'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-55.7167'^^xsd:double;
  dwc:startLongitude '-55.7167'^^xsd:double;
  dwc:endLongitude '-55.7167'^^xsd:double;
  dwc:latitude '53'^^xsd:integer;
  dwc:startLatitude '53'^^xsd:integer;
  dwc:endLatitude '53'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-55.7167 53, -55.7167 53, -55.7167 53, -55.7167 53, -55.7167 53))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3921'^^xsd:string;
  dwc:observationDate '1976-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -55.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -55.7167)"^^geo:wktLiteral ;
  geo-pos:lat "53.1667"^^xsd:decimal ;
  geo-pos:long "-55.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_871'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_871'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-55.7167'^^xsd:double;
  dwc:startLongitude '-55.7167'^^xsd:double;
  dwc:endLongitude '-55.7167'^^xsd:double;
  dwc:latitude '53.1667'^^xsd:double;
  dwc:startLatitude '53.1667'^^xsd:double;
  dwc:endLatitude '53.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7167 53.1667, -55.7167 53.1667, -55.7167 53.1667, -55.7167 53.1667, -55.7167 53.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_871'^^xsd:string;
  dwc:observationDate '1985-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.589 -55.713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.589"^^xsd:decimal ;
  dwc:decimalLongitude "-55.713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.589 -55.713)"^^geo:wktLiteral ;
  geo-pos:lat "51.589"^^xsd:decimal ;
  geo-pos:long "-55.713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2228'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2228'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.713'^^xsd:double;
  dwc:startLongitude '-55.713'^^xsd:double;
  dwc:endLongitude '-55.713'^^xsd:double;
  dwc:latitude '51.589'^^xsd:double;
  dwc:startLatitude '51.589'^^xsd:double;
  dwc:endLatitude '51.589'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.713 51.589, -55.713 51.589, -55.713 51.589, -55.713 51.589, -55.713 51.589))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2228'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2224> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.589 -55.713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.589"^^xsd:decimal ;
  dwc:decimalLongitude "-55.713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.589 -55.713)"^^geo:wktLiteral ;
  geo-pos:lat "51.589"^^xsd:decimal ;
  geo-pos:long "-55.713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2224'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2224'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.713'^^xsd:double;
  dwc:startLongitude '-55.713'^^xsd:double;
  dwc:endLongitude '-55.713'^^xsd:double;
  dwc:latitude '51.589'^^xsd:double;
  dwc:startLatitude '51.589'^^xsd:double;
  dwc:endLatitude '51.589'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.713 51.589, -55.713 51.589, -55.713 51.589, -55.713 51.589, -55.713 51.589))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2224'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1052 -55.701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1052"^^xsd:decimal ;
  dwc:decimalLongitude "-55.701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1052 -55.701)"^^geo:wktLiteral ;
  geo-pos:lat "51.1052"^^xsd:decimal ;
  geo-pos:long "-55.701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_391'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_391'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-55.701'^^xsd:double;
  dwc:startLongitude '-55.701'^^xsd:double;
  dwc:endLongitude '-55.701'^^xsd:double;
  dwc:latitude '51.1052'^^xsd:double;
  dwc:startLatitude '51.1052'^^xsd:double;
  dwc:endLatitude '51.1052'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.701 51.1052, -55.701 51.1052, -55.701 51.1052, -55.701 51.1052, -55.701 51.1052))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_391'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_958'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_958'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_958'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_962'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_962'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_962'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_959'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_959'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_959'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_954'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_954'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_954'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_957'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_957'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_957'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_956'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_956'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_956'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.7)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_961'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_961'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.7'^^xsd:double;
  dwc:startLongitude '-55.7'^^xsd:double;
  dwc:endLongitude '-55.7'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167, -55.7 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_961'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6717 -55.6717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6717"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6717 -55.6717)"^^geo:wktLiteral ;
  geo-pos:lat "47.6717"^^xsd:decimal ;
  geo-pos:long "-55.6717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1756'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_1756'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-55.6717'^^xsd:double;
  dwc:startLongitude '-55.6717'^^xsd:double;
  dwc:endLongitude '-55.6717'^^xsd:double;
  dwc:latitude '47.6717'^^xsd:double;
  dwc:startLatitude '47.6717'^^xsd:double;
  dwc:endLatitude '47.6717'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6717 47.6717, -55.6717 47.6717, -55.6717 47.6717, -55.6717 47.6717, -55.6717 47.6717))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1756'^^xsd:string;
  dwc:observationDate '1992-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1487"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  geo-pos:lat "51.1487"^^xsd:decimal ;
  geo-pos:long "-55.6672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_395'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_395'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-55.6672'^^xsd:double;
  dwc:startLongitude '-55.6672'^^xsd:double;
  dwc:endLongitude '-55.6672'^^xsd:double;
  dwc:latitude '51.1487'^^xsd:double;
  dwc:startLatitude '51.1487'^^xsd:double;
  dwc:endLatitude '51.1487'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_395'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1487"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  geo-pos:lat "51.1487"^^xsd:decimal ;
  geo-pos:long "-55.6672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_386'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_386'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-55.6672'^^xsd:double;
  dwc:startLongitude '-55.6672'^^xsd:double;
  dwc:endLongitude '-55.6672'^^xsd:double;
  dwc:latitude '51.1487'^^xsd:double;
  dwc:startLatitude '51.1487'^^xsd:double;
  dwc:endLatitude '51.1487'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_386'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1487"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  geo-pos:lat "51.1487"^^xsd:decimal ;
  geo-pos:long "-55.6672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_388'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_388'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-55.6672'^^xsd:double;
  dwc:startLongitude '-55.6672'^^xsd:double;
  dwc:endLongitude '-55.6672'^^xsd:double;
  dwc:latitude '51.1487'^^xsd:double;
  dwc:startLatitude '51.1487'^^xsd:double;
  dwc:endLatitude '51.1487'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_388'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1487"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1487 -55.6672)"^^geo:wktLiteral ;
  geo-pos:lat "51.1487"^^xsd:decimal ;
  geo-pos:long "-55.6672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_387'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_387'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-55.6672'^^xsd:double;
  dwc:startLongitude '-55.6672'^^xsd:double;
  dwc:endLongitude '-55.6672'^^xsd:double;
  dwc:latitude '51.1487'^^xsd:double;
  dwc:startLatitude '51.1487'^^xsd:double;
  dwc:endLatitude '51.1487'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487, -55.6672 51.1487))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_387'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0205 -55.6647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0205"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0205 -55.6647)"^^geo:wktLiteral ;
  geo-pos:lat "50.0205"^^xsd:decimal ;
  geo-pos:long "-55.6647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_217'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_217'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.6647'^^xsd:double;
  dwc:startLongitude '-55.6647'^^xsd:double;
  dwc:endLongitude '-55.6647'^^xsd:double;
  dwc:latitude '50.0205'^^xsd:double;
  dwc:startLatitude '50.0205'^^xsd:double;
  dwc:endLatitude '50.0205'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6647 50.0205, -55.6647 50.0205, -55.6647 50.0205, -55.6647 50.0205, -55.6647 50.0205))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_217'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3167 -55.6552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3167 -55.6552)"^^geo:wktLiteral ;
  geo-pos:lat "51.3167"^^xsd:decimal ;
  geo-pos:long "-55.6552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2164'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2164'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-55.6552'^^xsd:double;
  dwc:startLongitude '-55.6552'^^xsd:double;
  dwc:endLongitude '-55.6552'^^xsd:double;
  dwc:latitude '51.3167'^^xsd:double;
  dwc:startLatitude '51.3167'^^xsd:double;
  dwc:endLatitude '51.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6552 51.3167, -55.6552 51.3167, -55.6552 51.3167, -55.6552 51.3167, -55.6552 51.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2164'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.65)"^^geo:wktLiteral ;
  geo-pos:lat "50.0167"^^xsd:decimal ;
  geo-pos:long "-55.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_202'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_202'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.65'^^xsd:double;
  dwc:startLongitude '-55.65'^^xsd:double;
  dwc:endLongitude '-55.65'^^xsd:double;
  dwc:latitude '50.0167'^^xsd:double;
  dwc:startLatitude '50.0167'^^xsd:double;
  dwc:endLatitude '50.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.65 50.0167, -55.65 50.0167, -55.65 50.0167, -55.65 50.0167, -55.65 50.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_202'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_953'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_953'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.65'^^xsd:double;
  dwc:startLongitude '-55.65'^^xsd:double;
  dwc:endLongitude '-55.65'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_953'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_963'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_963'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.65'^^xsd:double;
  dwc:startLongitude '-55.65'^^xsd:double;
  dwc:endLongitude '-55.65'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_963'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_960'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_960'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.65'^^xsd:double;
  dwc:startLongitude '-55.65'^^xsd:double;
  dwc:endLongitude '-55.65'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_960'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.4167 -55.65)"^^geo:wktLiteral ;
  geo-pos:lat "53.4167"^^xsd:decimal ;
  geo-pos:long "-55.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_955'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_955'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:longitude '-55.65'^^xsd:double;
  dwc:startLongitude '-55.65'^^xsd:double;
  dwc:endLongitude '-55.65'^^xsd:double;
  dwc:latitude '53.4167'^^xsd:double;
  dwc:startLatitude '53.4167'^^xsd:double;
  dwc:endLatitude '53.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167, -55.65 53.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_955'^^xsd:string;
  dwc:observationDate '1985-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1638 -55.6402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1638"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1638 -55.6402)"^^geo:wktLiteral ;
  geo-pos:lat "51.1638"^^xsd:decimal ;
  geo-pos:long "-55.6402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1576'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1576'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-55.6402'^^xsd:double;
  dwc:startLongitude '-55.6402'^^xsd:double;
  dwc:endLongitude '-55.6402'^^xsd:double;
  dwc:latitude '51.1638'^^xsd:double;
  dwc:startLatitude '51.1638'^^xsd:double;
  dwc:endLatitude '51.1638'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6402 51.1638, -55.6402 51.1638, -55.6402 51.1638, -55.6402 51.1638, -55.6402 51.1638))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1576'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -55.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -55.617)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-55.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3100'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3100'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-55.617'^^xsd:double;
  dwc:startLongitude '-55.617'^^xsd:double;
  dwc:endLongitude '-55.617'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.617 47.65, -55.617 47.65, -55.617 47.65, -55.617 47.65, -55.617 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3100'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1579> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2795 -55.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2795"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2795 -55.6083)"^^geo:wktLiteral ;
  geo-pos:lat "51.2795"^^xsd:decimal ;
  geo-pos:long "-55.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1579'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1579'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-55.6083'^^xsd:double;
  dwc:startLongitude '-55.6083'^^xsd:double;
  dwc:endLongitude '-55.6083'^^xsd:double;
  dwc:latitude '51.2795'^^xsd:double;
  dwc:startLatitude '51.2795'^^xsd:double;
  dwc:endLatitude '51.2795'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6083 51.2795, -55.6083 51.2795, -55.6083 51.2795, -55.6083 51.2795, -55.6083 51.2795))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1579'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2667 -55.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2667 -55.6)"^^geo:wktLiteral ;
  geo-pos:lat "53.2667"^^xsd:decimal ;
  geo-pos:long "-55.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_912'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_912'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-55.6'^^xsd:double;
  dwc:startLongitude '-55.6'^^xsd:double;
  dwc:endLongitude '-55.6'^^xsd:double;
  dwc:latitude '53.2667'^^xsd:double;
  dwc:startLatitude '53.2667'^^xsd:double;
  dwc:endLatitude '53.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6 53.2667, -55.6 53.2667, -55.6 53.2667, -55.6 53.2667, -55.6 53.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_912'^^xsd:string;
  dwc:observationDate '1985-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1608> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2833 -55.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2833 -55.6)"^^geo:wktLiteral ;
  geo-pos:lat "53.2833"^^xsd:decimal ;
  geo-pos:long "-55.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1608'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_1608'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-55.6'^^xsd:double;
  dwc:startLongitude '-55.6'^^xsd:double;
  dwc:endLongitude '-55.6'^^xsd:double;
  dwc:latitude '53.2833'^^xsd:double;
  dwc:startLatitude '53.2833'^^xsd:double;
  dwc:endLatitude '53.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6 53.2833, -55.6 53.2833, -55.6 53.2833, -55.6 53.2833, -55.6 53.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1608'^^xsd:string;
  dwc:observationDate '1982-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -55.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -55.6)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-55.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_773'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_773'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.6'^^xsd:double;
  dwc:startLongitude '-55.6'^^xsd:double;
  dwc:endLongitude '-55.6'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:startLatitude '53.35'^^xsd:double;
  dwc:endLatitude '53.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6 53.35, -55.6 53.35, -55.6 53.35, -55.6 53.35, -55.6 53.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_773'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_767> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -55.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-55.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -55.6)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-55.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_767'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_767'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.6'^^xsd:double;
  dwc:startLongitude '-55.6'^^xsd:double;
  dwc:endLongitude '-55.6'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:startLatitude '53.35'^^xsd:double;
  dwc:endLatitude '53.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.6 53.35, -55.6 53.35, -55.6 53.35, -55.6 53.35, -55.6 53.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_767'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.8"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.8 -55.5833)"^^geo:wktLiteral ;
  geo-pos:lat "54.8"^^xsd:decimal ;
  geo-pos:long "-55.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1185'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1185'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5833'^^xsd:double;
  dwc:startLongitude '-55.5833'^^xsd:double;
  dwc:endLongitude '-55.5833'^^xsd:double;
  dwc:latitude '54.8'^^xsd:double;
  dwc:startLatitude '54.8'^^xsd:double;
  dwc:endLatitude '54.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5833 54.8, -55.5833 54.8, -55.5833 54.8, -55.5833 54.8, -55.5833 54.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1185'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.033 -55.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.033"^^xsd:decimal ;
  dwc:decimalLongitude "-55.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.033 -55.567)"^^geo:wktLiteral ;
  geo-pos:lat "50.033"^^xsd:decimal ;
  geo-pos:long "-55.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_215'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_215'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.567'^^xsd:double;
  dwc:startLongitude '-55.567'^^xsd:double;
  dwc:endLongitude '-55.567'^^xsd:double;
  dwc:latitude '50.033'^^xsd:double;
  dwc:startLatitude '50.033'^^xsd:double;
  dwc:endLatitude '50.033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.567 50.033, -55.567 50.033, -55.567 50.033, -55.567 50.033, -55.567 50.033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_215'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0333 -55.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0333 -55.5667)"^^geo:wktLiteral ;
  geo-pos:lat "50.0333"^^xsd:decimal ;
  geo-pos:long "-55.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_201'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_201'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.5667'^^xsd:double;
  dwc:startLongitude '-55.5667'^^xsd:double;
  dwc:endLongitude '-55.5667'^^xsd:double;
  dwc:latitude '50.0333'^^xsd:double;
  dwc:startLatitude '50.0333'^^xsd:double;
  dwc:endLatitude '50.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5667 50.0333, -55.5667 50.0333, -55.5667 50.0333, -55.5667 50.0333, -55.5667 50.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_201'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0333 -55.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0333 -55.5667)"^^geo:wktLiteral ;
  geo-pos:lat "50.0333"^^xsd:decimal ;
  geo-pos:long "-55.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_199'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_199'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.5667'^^xsd:double;
  dwc:startLongitude '-55.5667'^^xsd:double;
  dwc:endLongitude '-55.5667'^^xsd:double;
  dwc:latitude '50.0333'^^xsd:double;
  dwc:startLatitude '50.0333'^^xsd:double;
  dwc:endLatitude '50.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5667 50.0333, -55.5667 50.0333, -55.5667 50.0333, -55.5667 50.0333, -55.5667 50.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_199'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1117> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5667 -55.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.5667 -55.5667)"^^geo:wktLiteral ;
  geo-pos:lat "53.5667"^^xsd:decimal ;
  geo-pos:long "-55.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1117'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1117'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-55.5667'^^xsd:double;
  dwc:startLongitude '-55.5667'^^xsd:double;
  dwc:endLongitude '-55.5667'^^xsd:double;
  dwc:latitude '53.5667'^^xsd:double;
  dwc:startLatitude '53.5667'^^xsd:double;
  dwc:endLatitude '53.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5667 53.5667, -55.5667 53.5667, -55.5667 53.5667, -55.5667 53.5667, -55.5667 53.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1117'^^xsd:string;
  dwc:observationDate '1985-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-55.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1186'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1186'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5667'^^xsd:double;
  dwc:startLongitude '-55.5667'^^xsd:double;
  dwc:endLongitude '-55.5667'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:startLatitude '54.6833'^^xsd:double;
  dwc:endLatitude '54.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1186'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-55.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1176'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1176'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5667'^^xsd:double;
  dwc:startLongitude '-55.5667'^^xsd:double;
  dwc:endLongitude '-55.5667'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:startLatitude '54.6833'^^xsd:double;
  dwc:endLatitude '54.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1176'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5667)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-55.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1174'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1174'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5667'^^xsd:double;
  dwc:startLongitude '-55.5667'^^xsd:double;
  dwc:endLongitude '-55.5667'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:startLatitude '54.6833'^^xsd:double;
  dwc:endLatitude '54.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833, -55.5667 54.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1174'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  geo-pos:lat "53.3333"^^xsd:decimal ;
  geo-pos:long "-55.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_768'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_768'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.55'^^xsd:double;
  dwc:startLongitude '-55.55'^^xsd:double;
  dwc:endLongitude '-55.55'^^xsd:double;
  dwc:latitude '53.3333'^^xsd:double;
  dwc:startLatitude '53.3333'^^xsd:double;
  dwc:endLatitude '53.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_768'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_764> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  geo-pos:lat "53.3333"^^xsd:decimal ;
  geo-pos:long "-55.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_764'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_764'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.55'^^xsd:double;
  dwc:startLongitude '-55.55'^^xsd:double;
  dwc:endLongitude '-55.55'^^xsd:double;
  dwc:latitude '53.3333'^^xsd:double;
  dwc:startLatitude '53.3333'^^xsd:double;
  dwc:endLatitude '53.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_764'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  geo-pos:lat "53.3333"^^xsd:decimal ;
  geo-pos:long "-55.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_769'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_769'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.55'^^xsd:double;
  dwc:startLongitude '-55.55'^^xsd:double;
  dwc:endLongitude '-55.55'^^xsd:double;
  dwc:latitude '53.3333'^^xsd:double;
  dwc:startLatitude '53.3333'^^xsd:double;
  dwc:endLatitude '53.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_769'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3333 -55.55)"^^geo:wktLiteral ;
  geo-pos:lat "53.3333"^^xsd:decimal ;
  geo-pos:long "-55.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_771'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_771'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.55'^^xsd:double;
  dwc:startLongitude '-55.55'^^xsd:double;
  dwc:endLongitude '-55.55'^^xsd:double;
  dwc:latitude '53.3333'^^xsd:double;
  dwc:startLatitude '53.3333'^^xsd:double;
  dwc:endLatitude '53.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333, -55.55 53.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_771'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.55)"^^geo:wktLiteral ;
  geo-pos:lat "53.3667"^^xsd:decimal ;
  geo-pos:long "-55.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_763'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_763'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.55'^^xsd:double;
  dwc:startLongitude '-55.55'^^xsd:double;
  dwc:endLongitude '-55.55'^^xsd:double;
  dwc:latitude '53.3667'^^xsd:double;
  dwc:startLatitude '53.3667'^^xsd:double;
  dwc:endLatitude '53.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.55 53.3667, -55.55 53.3667, -55.55 53.3667, -55.55 53.3667, -55.55 53.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_763'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.55)"^^geo:wktLiteral ;
  geo-pos:lat "53.3667"^^xsd:decimal ;
  geo-pos:long "-55.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_770'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_770'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.55'^^xsd:double;
  dwc:startLongitude '-55.55'^^xsd:double;
  dwc:endLongitude '-55.55'^^xsd:double;
  dwc:latitude '53.3667'^^xsd:double;
  dwc:startLatitude '53.3667'^^xsd:double;
  dwc:endLatitude '53.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.55 53.3667, -55.55 53.3667, -55.55 53.3667, -55.55 53.3667, -55.55 53.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_770'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.3667 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.3667 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "52.3667"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_765'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_765'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '52.3667'^^xsd:double;
  dwc:startLatitude '52.3667'^^xsd:double;
  dwc:endLatitude '52.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 52.3667, -55.5333 52.3667, -55.5333 52.3667, -55.5333 52.3667, -55.5333 52.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_765'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_766> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "53.3667"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_766'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_766'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '53.3667'^^xsd:double;
  dwc:startLatitude '53.3667'^^xsd:double;
  dwc:endLatitude '53.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 53.3667, -55.5333 53.3667, -55.5333 53.3667, -55.5333 53.3667, -55.5333 53.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_766'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3667 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "53.3667"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_774'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_774'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '53.3667'^^xsd:double;
  dwc:startLatitude '53.3667'^^xsd:double;
  dwc:endLatitude '53.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 53.3667, -55.5333 53.3667, -55.5333 53.3667, -55.5333 53.3667, -55.5333 53.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_774'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1177> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1177'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1177'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1177'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1182'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1182'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1182'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1175'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1175'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1175'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1178'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1178'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1178'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1184'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1184'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1184'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -55.5333)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-55.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1179'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1179'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5333'^^xsd:double;
  dwc:startLongitude '-55.5333'^^xsd:double;
  dwc:endLongitude '-55.5333'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:startLatitude '54.7'^^xsd:double;
  dwc:endLatitude '54.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7, -55.5333 54.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1179'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.033 -55.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.033"^^xsd:decimal ;
  dwc:decimalLongitude "-55.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.033 -55.533)"^^geo:wktLiteral ;
  geo-pos:lat "50.033"^^xsd:decimal ;
  geo-pos:long "-55.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_213'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_213'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.533'^^xsd:double;
  dwc:startLongitude '-55.533'^^xsd:double;
  dwc:endLongitude '-55.533'^^xsd:double;
  dwc:latitude '50.033'^^xsd:double;
  dwc:startLatitude '50.033'^^xsd:double;
  dwc:endLatitude '50.033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.533 50.033, -55.533 50.033, -55.533 50.033, -55.533 50.033, -55.533 50.033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_213'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.333 -55.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.333 -55.533)"^^geo:wktLiteral ;
  geo-pos:lat "51.333"^^xsd:decimal ;
  geo-pos:long "-55.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_269'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_269'^^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 '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-55.533'^^xsd:double;
  dwc:startLongitude '-55.533'^^xsd:double;
  dwc:endLongitude '-55.533'^^xsd:double;
  dwc:latitude '51.333'^^xsd:double;
  dwc:startLatitude '51.333'^^xsd:double;
  dwc:endLatitude '51.333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.533 51.333, -55.533 51.333, -55.533 51.333, -55.533 51.333, -55.533 51.333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_269'^^xsd:string;
  dwc:observationDate '2002-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 -55.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35"^^xsd:decimal ;
  dwc:decimalLongitude "-55.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35 -55.533)"^^geo:wktLiteral ;
  geo-pos:lat "51.35"^^xsd:decimal ;
  geo-pos:long "-55.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_517'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_517'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-55.533'^^xsd:double;
  dwc:startLongitude '-55.533'^^xsd:double;
  dwc:endLongitude '-55.533'^^xsd:double;
  dwc:latitude '51.35'^^xsd:double;
  dwc:startLatitude '51.35'^^xsd:double;
  dwc:endLatitude '51.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.533 51.35, -55.533 51.35, -55.533 51.35, -55.533 51.35, -55.533 51.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_517'^^xsd:string;
  dwc:observationDate '2002-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.017 -55.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.017"^^xsd:decimal ;
  dwc:decimalLongitude "-55.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.017 -55.517)"^^geo:wktLiteral ;
  geo-pos:lat "50.017"^^xsd:decimal ;
  geo-pos:long "-55.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_214'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_214'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.517'^^xsd:double;
  dwc:startLongitude '-55.517'^^xsd:double;
  dwc:endLongitude '-55.517'^^xsd:double;
  dwc:latitude '50.017'^^xsd:double;
  dwc:startLatitude '50.017'^^xsd:double;
  dwc:endLatitude '50.017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.517 50.017, -55.517 50.017, -55.517 50.017, -55.517 50.017, -55.517 50.017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_214'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.5167)"^^geo:wktLiteral ;
  geo-pos:lat "50.0167"^^xsd:decimal ;
  geo-pos:long "-55.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_200'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_200'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.5167'^^xsd:double;
  dwc:startLongitude '-55.5167'^^xsd:double;
  dwc:endLongitude '-55.5167'^^xsd:double;
  dwc:latitude '50.0167'^^xsd:double;
  dwc:startLatitude '50.0167'^^xsd:double;
  dwc:endLatitude '50.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5167 50.0167, -55.5167 50.0167, -55.5167 50.0167, -55.5167 50.0167, -55.5167 50.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_200'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2333 -55.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.2333 -55.5167)"^^geo:wktLiteral ;
  geo-pos:lat "53.2333"^^xsd:decimal ;
  geo-pos:long "-55.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_911'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_911'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-55.5167'^^xsd:double;
  dwc:startLongitude '-55.5167'^^xsd:double;
  dwc:endLongitude '-55.5167'^^xsd:double;
  dwc:latitude '53.2333'^^xsd:double;
  dwc:startLatitude '53.2333'^^xsd:double;
  dwc:endLatitude '53.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5167 53.2333, -55.5167 53.2333, -55.5167 53.2333, -55.5167 53.2333, -55.5167 53.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_911'^^xsd:string;
  dwc:observationDate '1985-08-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_775> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3167 -55.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3167 -55.5167)"^^geo:wktLiteral ;
  geo-pos:lat "53.3167"^^xsd:decimal ;
  geo-pos:long "-55.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_775'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_775'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5167'^^xsd:double;
  dwc:startLongitude '-55.5167'^^xsd:double;
  dwc:endLongitude '-55.5167'^^xsd:double;
  dwc:latitude '53.3167'^^xsd:double;
  dwc:startLatitude '53.3167'^^xsd:double;
  dwc:endLatitude '53.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5167 53.3167, -55.5167 53.3167, -55.5167 53.3167, -55.5167 53.3167, -55.5167 53.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_775'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3167 -55.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.3167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.3167 -55.5167)"^^geo:wktLiteral ;
  geo-pos:lat "53.3167"^^xsd:decimal ;
  geo-pos:long "-55.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_772'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_772'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5167'^^xsd:double;
  dwc:startLongitude '-55.5167'^^xsd:double;
  dwc:endLongitude '-55.5167'^^xsd:double;
  dwc:latitude '53.3167'^^xsd:double;
  dwc:startLatitude '53.3167'^^xsd:double;
  dwc:endLatitude '53.3167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5167 53.3167, -55.5167 53.3167, -55.5167 53.3167, -55.5167 53.3167, -55.5167 53.3167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_772'^^xsd:string;
  dwc:observationDate '1983-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.5)"^^geo:wktLiteral ;
  geo-pos:lat "50.0167"^^xsd:decimal ;
  geo-pos:long "-55.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_198'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_198'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.5'^^xsd:double;
  dwc:startLongitude '-55.5'^^xsd:double;
  dwc:endLongitude '-55.5'^^xsd:double;
  dwc:latitude '50.0167'^^xsd:double;
  dwc:startLatitude '50.0167'^^xsd:double;
  dwc:endLatitude '50.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5 50.0167, -55.5 50.0167, -55.5 50.0167, -55.5 50.0167, -55.5 50.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_198'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.5)"^^geo:wktLiteral ;
  geo-pos:lat "50.0167"^^xsd:decimal ;
  geo-pos:long "-55.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_211'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_211'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.5'^^xsd:double;
  dwc:startLongitude '-55.5'^^xsd:double;
  dwc:endLongitude '-55.5'^^xsd:double;
  dwc:latitude '50.0167'^^xsd:double;
  dwc:startLatitude '50.0167'^^xsd:double;
  dwc:endLatitude '50.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5 50.0167, -55.5 50.0167, -55.5 50.0167, -55.5 50.0167, -55.5 50.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_211'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-55.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6833 -55.5)"^^geo:wktLiteral ;
  geo-pos:lat "54.6833"^^xsd:decimal ;
  geo-pos:long "-55.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1181'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1181'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.5'^^xsd:double;
  dwc:startLongitude '-55.5'^^xsd:double;
  dwc:endLongitude '-55.5'^^xsd:double;
  dwc:latitude '54.6833'^^xsd:double;
  dwc:startLatitude '54.6833'^^xsd:double;
  dwc:endLatitude '54.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.5 54.6833, -55.5 54.6833, -55.5 54.6833, -55.5 54.6833, -55.5 54.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1181'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0133 -55.495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0133"^^xsd:decimal ;
  dwc:decimalLongitude "-55.495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0133 -55.495)"^^geo:wktLiteral ;
  geo-pos:lat "50.0133"^^xsd:decimal ;
  geo-pos:long "-55.495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2570'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2570'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-55.495'^^xsd:double;
  dwc:startLongitude '-55.495'^^xsd:double;
  dwc:endLongitude '-55.495'^^xsd:double;
  dwc:latitude '50.0133'^^xsd:double;
  dwc:startLatitude '50.0133'^^xsd:double;
  dwc:endLatitude '50.0133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.495 50.0133, -55.495 50.0133, -55.495 50.0133, -55.495 50.0133, -55.495 50.0133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2570'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1180> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -55.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -55.4833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-55.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1180'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1180'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4833'^^xsd:double;
  dwc:startLongitude '-55.4833'^^xsd:double;
  dwc:endLongitude '-55.4833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:startLatitude '54.6667'^^xsd:double;
  dwc:endLatitude '54.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4833 54.6667, -55.4833 54.6667, -55.4833 54.6667, -55.4833 54.6667, -55.4833 54.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1180'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -55.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6667 -55.4833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6667"^^xsd:decimal ;
  geo-pos:long "-55.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1183'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1183'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4833'^^xsd:double;
  dwc:startLongitude '-55.4833'^^xsd:double;
  dwc:endLongitude '-55.4833'^^xsd:double;
  dwc:latitude '54.6667'^^xsd:double;
  dwc:startLatitude '54.6667'^^xsd:double;
  dwc:endLatitude '54.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4833 54.6667, -55.4833 54.6667, -55.4833 54.6667, -55.4833 54.6667, -55.4833 54.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1183'^^xsd:string;
  dwc:observationDate '1983-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.017 -55.467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.017"^^xsd:decimal ;
  dwc:decimalLongitude "-55.467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.017 -55.467)"^^geo:wktLiteral ;
  geo-pos:lat "50.017"^^xsd:decimal ;
  geo-pos:long "-55.467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_216'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_216'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.467'^^xsd:double;
  dwc:startLongitude '-55.467'^^xsd:double;
  dwc:endLongitude '-55.467'^^xsd:double;
  dwc:latitude '50.017'^^xsd:double;
  dwc:startLatitude '50.017'^^xsd:double;
  dwc:endLatitude '50.017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.467 50.017, -55.467 50.017, -55.467 50.017, -55.467 50.017, -55.467 50.017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_216'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.0167 -55.4667)"^^geo:wktLiteral ;
  geo-pos:lat "50.0167"^^xsd:decimal ;
  geo-pos:long "-55.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_212'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_212'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-55.4667'^^xsd:double;
  dwc:startLongitude '-55.4667'^^xsd:double;
  dwc:endLongitude '-55.4667'^^xsd:double;
  dwc:latitude '50.0167'^^xsd:double;
  dwc:startLatitude '50.0167'^^xsd:double;
  dwc:endLatitude '50.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4667 50.0167, -55.4667 50.0167, -55.4667 50.0167, -55.4667 50.0167, -55.4667 50.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_212'^^xsd:string;
  dwc:observationDate '1994-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -55.444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.46"^^xsd:decimal ;
  dwc:decimalLongitude "-55.444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.46 -55.444)"^^geo:wktLiteral ;
  geo-pos:lat "51.46"^^xsd:decimal ;
  geo-pos:long "-55.444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1509'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1509'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.444'^^xsd:double;
  dwc:startLongitude '-55.444'^^xsd:double;
  dwc:endLongitude '-55.444'^^xsd:double;
  dwc:latitude '51.46'^^xsd:double;
  dwc:startLatitude '51.46'^^xsd:double;
  dwc:endLatitude '51.46'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.444 51.46, -55.444 51.46, -55.444 51.46, -55.444 51.46, -55.444 51.46))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1509'^^xsd:string;
  dwc:observationDate '1993-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -55.4363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4798"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4798 -55.4363)"^^geo:wktLiteral ;
  geo-pos:lat "51.4798"^^xsd:decimal ;
  geo-pos:long "-55.4363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1510'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_1510'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.4363'^^xsd:double;
  dwc:startLongitude '-55.4363'^^xsd:double;
  dwc:endLongitude '-55.4363'^^xsd:double;
  dwc:latitude '51.4798'^^xsd:double;
  dwc:startLatitude '51.4798'^^xsd:double;
  dwc:endLatitude '51.4798'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4363 51.4798, -55.4363 51.4798, -55.4363 51.4798, -55.4363 51.4798, -55.4363 51.4798))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1510'^^xsd:string;
  dwc:observationDate '1993-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1111'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1111'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4167'^^xsd:double;
  dwc:startLongitude '-55.4167'^^xsd:double;
  dwc:endLongitude '-55.4167'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1111'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1092'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1092'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4167'^^xsd:double;
  dwc:startLongitude '-55.4167'^^xsd:double;
  dwc:endLongitude '-55.4167'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1092'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1103'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1103'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4167'^^xsd:double;
  dwc:startLongitude '-55.4167'^^xsd:double;
  dwc:endLongitude '-55.4167'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1103'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1113'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1113'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4167'^^xsd:double;
  dwc:startLongitude '-55.4167'^^xsd:double;
  dwc:endLongitude '-55.4167'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1113'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.4167)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1102'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1102'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4167'^^xsd:double;
  dwc:startLongitude '-55.4167'^^xsd:double;
  dwc:endLongitude '-55.4167'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65, -55.4167 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1102'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1582> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3578 -55.4077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3578"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3578 -55.4077)"^^geo:wktLiteral ;
  geo-pos:lat "51.3578"^^xsd:decimal ;
  geo-pos:long "-55.4077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1582'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1582'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-55.4077'^^xsd:double;
  dwc:startLongitude '-55.4077'^^xsd:double;
  dwc:endLongitude '-55.4077'^^xsd:double;
  dwc:latitude '51.3578'^^xsd:double;
  dwc:startLatitude '51.3578'^^xsd:double;
  dwc:endLatitude '51.3578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4077 51.3578, -55.4077 51.3578, -55.4077 51.3578, -55.4077 51.3578, -55.4077 51.3578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1582'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -55.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1099'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1099'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4'^^xsd:double;
  dwc:startLongitude '-55.4'^^xsd:double;
  dwc:endLongitude '-55.4'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:startLatitude '54.6167'^^xsd:double;
  dwc:endLatitude '54.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4 54.6167, -55.4 54.6167, -55.4 54.6167, -55.4 54.6167, -55.4 54.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1099'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -55.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1107'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1107'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4'^^xsd:double;
  dwc:startLongitude '-55.4'^^xsd:double;
  dwc:endLongitude '-55.4'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:startLatitude '54.6167'^^xsd:double;
  dwc:endLatitude '54.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4 54.6167, -55.4 54.6167, -55.4 54.6167, -55.4 54.6167, -55.4 54.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1107'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -55.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-55.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6167 -55.4)"^^geo:wktLiteral ;
  geo-pos:lat "54.6167"^^xsd:decimal ;
  geo-pos:long "-55.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1091'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1091'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.4'^^xsd:double;
  dwc:startLongitude '-55.4'^^xsd:double;
  dwc:endLongitude '-55.4'^^xsd:double;
  dwc:latitude '54.6167'^^xsd:double;
  dwc:startLatitude '54.6167'^^xsd:double;
  dwc:endLatitude '54.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.4 54.6167, -55.4 54.6167, -55.4 54.6167, -55.4 54.6167, -55.4 54.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1091'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5793 -55.3967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5793"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5793 -55.3967)"^^geo:wktLiteral ;
  geo-pos:lat "51.5793"^^xsd:decimal ;
  geo-pos:long "-55.3967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_392'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_392'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-55.3967'^^xsd:double;
  dwc:startLongitude '-55.3967'^^xsd:double;
  dwc:endLongitude '-55.3967'^^xsd:double;
  dwc:latitude '51.5793'^^xsd:double;
  dwc:startLatitude '51.5793'^^xsd:double;
  dwc:endLatitude '51.5793'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3967 51.5793, -55.3967 51.5793, -55.3967 51.5793, -55.3967 51.5793, -55.3967 51.5793))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_392'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6333 -55.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6333 -55.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.6333"^^xsd:decimal ;
  geo-pos:long "-55.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1101'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1101'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3833'^^xsd:double;
  dwc:startLongitude '-55.3833'^^xsd:double;
  dwc:endLongitude '-55.3833'^^xsd:double;
  dwc:latitude '54.6333'^^xsd:double;
  dwc:startLatitude '54.6333'^^xsd:double;
  dwc:endLatitude '54.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3833 54.6333, -55.3833 54.6333, -55.3833 54.6333, -55.3833 54.6333, -55.3833 54.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1101'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1098'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1098'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3833'^^xsd:double;
  dwc:startLongitude '-55.3833'^^xsd:double;
  dwc:endLongitude '-55.3833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1098'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1105'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1105'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3833'^^xsd:double;
  dwc:startLongitude '-55.3833'^^xsd:double;
  dwc:endLongitude '-55.3833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1105'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1088'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1088'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3833'^^xsd:double;
  dwc:startLongitude '-55.3833'^^xsd:double;
  dwc:endLongitude '-55.3833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1088'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1094'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1094'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3833'^^xsd:double;
  dwc:startLongitude '-55.3833'^^xsd:double;
  dwc:endLongitude '-55.3833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1094'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1114'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1114'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3833'^^xsd:double;
  dwc:startLongitude '-55.3833'^^xsd:double;
  dwc:endLongitude '-55.3833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1114'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.65"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.65 -55.3833)"^^geo:wktLiteral ;
  geo-pos:lat "54.65"^^xsd:decimal ;
  geo-pos:long "-55.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1108'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1108'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3833'^^xsd:double;
  dwc:startLongitude '-55.3833'^^xsd:double;
  dwc:endLongitude '-55.3833'^^xsd:double;
  dwc:latitude '54.65'^^xsd:double;
  dwc:startLatitude '54.65'^^xsd:double;
  dwc:endLatitude '54.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65, -55.3833 54.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1108'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1106'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1106'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1106'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1109'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1109'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1109'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1110'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1110'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1110'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1096'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1096'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1096'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1112'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1112'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1112'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1097'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1097'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1097'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1100> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1100'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1100'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1100'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1095'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1095'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1095'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1093'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1093'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1093'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1115> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1115'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1115'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1115'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1104'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1104'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1104'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1090'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1090'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1090'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-55.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -55.3333)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-55.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1089'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1089'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-55.3333'^^xsd:double;
  dwc:startLongitude '-55.3333'^^xsd:double;
  dwc:endLongitude '-55.3333'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:startLatitude '54.6'^^xsd:double;
  dwc:endLatitude '54.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6, -55.3333 54.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1089'^^xsd:string;
  dwc:observationDate '1983-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.955 -55.055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.955"^^xsd:decimal ;
  dwc:decimalLongitude "-55.055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.955 -55.055)"^^geo:wktLiteral ;
  geo-pos:lat "51.955"^^xsd:decimal ;
  geo-pos:long "-55.055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2022'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2022'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-55.055'^^xsd:double;
  dwc:startLongitude '-55.055'^^xsd:double;
  dwc:endLongitude '-55.055'^^xsd:double;
  dwc:latitude '51.955'^^xsd:double;
  dwc:startLatitude '51.955'^^xsd:double;
  dwc:endLatitude '51.955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-55.055 51.955, -55.055 51.955, -55.055 51.955, -55.055 51.955, -55.055 51.955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2022'^^xsd:string;
  dwc:observationDate '1993-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2833 -54.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.2833 -54.9667)"^^geo:wktLiteral ;
  geo-pos:lat "54.2833"^^xsd:decimal ;
  geo-pos:long "-54.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1235'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1235'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-54.9667'^^xsd:double;
  dwc:startLongitude '-54.9667'^^xsd:double;
  dwc:endLongitude '-54.9667'^^xsd:double;
  dwc:latitude '54.2833'^^xsd:double;
  dwc:startLatitude '54.2833'^^xsd:double;
  dwc:endLatitude '54.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.9667 54.2833, -54.9667 54.2833, -54.9667 54.2833, -54.9667 54.2833, -54.9667 54.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1235'^^xsd:string;
  dwc:observationDate '1982-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -54.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -54.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.1667"^^xsd:decimal ;
  geo-pos:long "-54.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1190'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1190'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-54.95'^^xsd:double;
  dwc:startLongitude '-54.95'^^xsd:double;
  dwc:endLongitude '-54.95'^^xsd:double;
  dwc:latitude '53.1667'^^xsd:double;
  dwc:startLatitude '53.1667'^^xsd:double;
  dwc:endLatitude '53.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.95 53.1667, -54.95 53.1667, -54.95 53.1667, -54.95 53.1667, -54.95 53.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1190'^^xsd:string;
  dwc:observationDate '1982-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.15 -54.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.15"^^xsd:decimal ;
  dwc:decimalLongitude "-54.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.15 -54.9333)"^^geo:wktLiteral ;
  geo-pos:lat "53.15"^^xsd:decimal ;
  geo-pos:long "-54.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1187'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1187'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-54.9333'^^xsd:double;
  dwc:startLongitude '-54.9333'^^xsd:double;
  dwc:endLongitude '-54.9333'^^xsd:double;
  dwc:latitude '53.15'^^xsd:double;
  dwc:startLatitude '53.15'^^xsd:double;
  dwc:endLatitude '53.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.9333 53.15, -54.9333 53.15, -54.9333 53.15, -54.9333 53.15, -54.9333 53.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1187'^^xsd:string;
  dwc:observationDate '1982-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -54.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -54.9333)"^^geo:wktLiteral ;
  geo-pos:lat "53.1667"^^xsd:decimal ;
  geo-pos:long "-54.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1188'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1188'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-54.9333'^^xsd:double;
  dwc:startLongitude '-54.9333'^^xsd:double;
  dwc:endLongitude '-54.9333'^^xsd:double;
  dwc:latitude '53.1667'^^xsd:double;
  dwc:startLatitude '53.1667'^^xsd:double;
  dwc:endLatitude '53.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.9333 53.1667, -54.9333 53.1667, -54.9333 53.1667, -54.9333 53.1667, -54.9333 53.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1188'^^xsd:string;
  dwc:observationDate '1982-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -54.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1667 -54.9333)"^^geo:wktLiteral ;
  geo-pos:lat "53.1667"^^xsd:decimal ;
  geo-pos:long "-54.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1189'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1189'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-54.9333'^^xsd:double;
  dwc:startLongitude '-54.9333'^^xsd:double;
  dwc:endLongitude '-54.9333'^^xsd:double;
  dwc:latitude '53.1667'^^xsd:double;
  dwc:startLatitude '53.1667'^^xsd:double;
  dwc:endLatitude '53.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.9333 53.1667, -54.9333 53.1667, -54.9333 53.1667, -54.9333 53.1667, -54.9333 53.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1189'^^xsd:string;
  dwc:observationDate '1982-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2717> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.75 -54.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.75"^^xsd:decimal ;
  dwc:decimalLongitude "-54.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.75 -54.7333)"^^geo:wktLiteral ;
  geo-pos:lat "49.75"^^xsd:decimal ;
  geo-pos:long "-54.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2717'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2717'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-54.7333'^^xsd:double;
  dwc:startLongitude '-54.7333'^^xsd:double;
  dwc:endLongitude '-54.7333'^^xsd:double;
  dwc:latitude '49.75'^^xsd:double;
  dwc:startLatitude '49.75'^^xsd:double;
  dwc:endLatitude '49.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.7333 49.75, -54.7333 49.75, -54.7333 49.75, -54.7333 49.75, -54.7333 49.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2717'^^xsd:string;
  dwc:observationDate '1985-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2716> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.75 -54.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.75"^^xsd:decimal ;
  dwc:decimalLongitude "-54.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.75 -54.7333)"^^geo:wktLiteral ;
  geo-pos:lat "49.75"^^xsd:decimal ;
  geo-pos:long "-54.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2716'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2716'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-54.7333'^^xsd:double;
  dwc:startLongitude '-54.7333'^^xsd:double;
  dwc:endLongitude '-54.7333'^^xsd:double;
  dwc:latitude '49.75'^^xsd:double;
  dwc:startLatitude '49.75'^^xsd:double;
  dwc:endLatitude '49.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.7333 49.75, -54.7333 49.75, -54.7333 49.75, -54.7333 49.75, -54.7333 49.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2716'^^xsd:string;
  dwc:observationDate '1985-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0666 -54.3002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0666"^^xsd:decimal ;
  dwc:decimalLongitude "-54.3002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0666 -54.3002)"^^geo:wktLiteral ;
  geo-pos:lat "47.0666"^^xsd:decimal ;
  geo-pos:long "-54.3002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3192'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3192'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-54.3002'^^xsd:double;
  dwc:startLongitude '-54.3002'^^xsd:double;
  dwc:endLongitude '-54.3002'^^xsd:double;
  dwc:latitude '47.0666'^^xsd:double;
  dwc:startLatitude '47.0666'^^xsd:double;
  dwc:endLatitude '47.0666'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.3002 47.0666, -54.3002 47.0666, -54.3002 47.0666, -54.3002 47.0666, -54.3002 47.0666))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3192'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3139> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -54.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-54.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -54.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-54.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3139'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3139'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-54.3'^^xsd:double;
  dwc:startLongitude '-54.3'^^xsd:double;
  dwc:endLongitude '-54.3'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.3 46.9, -54.3 46.9, -54.3 46.9, -54.3 46.9, -54.3 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3139'^^xsd:string;
  dwc:observationDate '1994-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -54.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-54.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -54.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-54.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3125'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3125'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-54.3'^^xsd:double;
  dwc:startLongitude '-54.3'^^xsd:double;
  dwc:endLongitude '-54.3'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.3 46.9, -54.3 46.9, -54.3 46.9, -54.3 46.9, -54.3 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3125'^^xsd:string;
  dwc:observationDate '1994-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9667 -54.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9667 -54.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.9667"^^xsd:decimal ;
  geo-pos:long "-54.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3232'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3232'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-54.3'^^xsd:double;
  dwc:startLongitude '-54.3'^^xsd:double;
  dwc:endLongitude '-54.3'^^xsd:double;
  dwc:latitude '46.9667'^^xsd:double;
  dwc:startLatitude '46.9667'^^xsd:double;
  dwc:endLatitude '46.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.3 46.9667, -54.3 46.9667, -54.3 46.9667, -54.3 46.9667, -54.3 46.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3232'^^xsd:string;
  dwc:observationDate '1994-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0167 -54.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0167 -54.2667)"^^geo:wktLiteral ;
  geo-pos:lat "47.0167"^^xsd:decimal ;
  geo-pos:long "-54.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3234'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3234'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-54.2667'^^xsd:double;
  dwc:startLongitude '-54.2667'^^xsd:double;
  dwc:endLongitude '-54.2667'^^xsd:double;
  dwc:latitude '47.0167'^^xsd:double;
  dwc:startLatitude '47.0167'^^xsd:double;
  dwc:endLatitude '47.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2667 47.0167, -54.2667 47.0167, -54.2667 47.0167, -54.2667 47.0167, -54.2667 47.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3234'^^xsd:string;
  dwc:observationDate '1994-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8433 -54.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8433"^^xsd:decimal ;
  dwc:decimalLongitude "-54.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8433 -54.233)"^^geo:wktLiteral ;
  geo-pos:lat "46.8433"^^xsd:decimal ;
  geo-pos:long "-54.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2023'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2023'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.233'^^xsd:double;
  dwc:startLongitude '-54.233'^^xsd:double;
  dwc:endLongitude '-54.233'^^xsd:double;
  dwc:latitude '46.8433'^^xsd:double;
  dwc:startLatitude '46.8433'^^xsd:double;
  dwc:endLatitude '46.8433'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.233 46.8433, -54.233 46.8433, -54.233 46.8433, -54.233 46.8433, -54.233 46.8433))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2023'^^xsd:string;
  dwc:observationDate '1993-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.017 -54.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.017"^^xsd:decimal ;
  dwc:decimalLongitude "-54.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.017 -54.233)"^^geo:wktLiteral ;
  geo-pos:lat "47.017"^^xsd:decimal ;
  geo-pos:long "-54.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3190'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3190'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-54.233'^^xsd:double;
  dwc:startLongitude '-54.233'^^xsd:double;
  dwc:endLongitude '-54.233'^^xsd:double;
  dwc:latitude '47.017'^^xsd:double;
  dwc:startLatitude '47.017'^^xsd:double;
  dwc:endLatitude '47.017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.233 47.017, -54.233 47.017, -54.233 47.017, -54.233 47.017, -54.233 47.017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3190'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.017 -54.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.017"^^xsd:decimal ;
  dwc:decimalLongitude "-54.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.017 -54.233)"^^geo:wktLiteral ;
  geo-pos:lat "47.017"^^xsd:decimal ;
  geo-pos:long "-54.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3191'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3191'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-54.233'^^xsd:double;
  dwc:startLongitude '-54.233'^^xsd:double;
  dwc:endLongitude '-54.233'^^xsd:double;
  dwc:latitude '47.017'^^xsd:double;
  dwc:startLatitude '47.017'^^xsd:double;
  dwc:endLatitude '47.017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.233 47.017, -54.233 47.017, -54.233 47.017, -54.233 47.017, -54.233 47.017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3191'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.017 -54.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.017"^^xsd:decimal ;
  dwc:decimalLongitude "-54.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.017 -54.233)"^^geo:wktLiteral ;
  geo-pos:lat "47.017"^^xsd:decimal ;
  geo-pos:long "-54.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3189'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3189'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-54.233'^^xsd:double;
  dwc:startLongitude '-54.233'^^xsd:double;
  dwc:endLongitude '-54.233'^^xsd:double;
  dwc:latitude '47.017'^^xsd:double;
  dwc:startLatitude '47.017'^^xsd:double;
  dwc:endLatitude '47.017'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.233 47.017, -54.233 47.017, -54.233 47.017, -54.233 47.017, -54.233 47.017))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3189'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.05 -54.233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.05"^^xsd:decimal ;
  dwc:decimalLongitude "-54.233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.05 -54.233)"^^geo:wktLiteral ;
  geo-pos:lat "47.05"^^xsd:decimal ;
  geo-pos:long "-54.233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3188'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3188'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-54.233'^^xsd:double;
  dwc:startLongitude '-54.233'^^xsd:double;
  dwc:endLongitude '-54.233'^^xsd:double;
  dwc:latitude '47.05'^^xsd:double;
  dwc:startLatitude '47.05'^^xsd:double;
  dwc:endLatitude '47.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.233 47.05, -54.233 47.05, -54.233 47.05, -54.233 47.05, -54.233 47.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3188'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.904 -54.2267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.904"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.904 -54.2267)"^^geo:wktLiteral ;
  geo-pos:lat "46.904"^^xsd:decimal ;
  geo-pos:long "-54.2267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2073'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2073'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.2267'^^xsd:double;
  dwc:startLongitude '-54.2267'^^xsd:double;
  dwc:endLongitude '-54.2267'^^xsd:double;
  dwc:latitude '46.904'^^xsd:double;
  dwc:startLatitude '46.904'^^xsd:double;
  dwc:endLatitude '46.904'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2267 46.904, -54.2267 46.904, -54.2267 46.904, -54.2267 46.904, -54.2267 46.904))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2073'^^xsd:string;
  dwc:observationDate '1993-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2065> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.904 -54.2267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.904"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.904 -54.2267)"^^geo:wktLiteral ;
  geo-pos:lat "46.904"^^xsd:decimal ;
  geo-pos:long "-54.2267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2065'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2065'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.2267'^^xsd:double;
  dwc:startLongitude '-54.2267'^^xsd:double;
  dwc:endLongitude '-54.2267'^^xsd:double;
  dwc:latitude '46.904'^^xsd:double;
  dwc:startLatitude '46.904'^^xsd:double;
  dwc:endLatitude '46.904'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2267 46.904, -54.2267 46.904, -54.2267 46.904, -54.2267 46.904, -54.2267 46.904))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2065'^^xsd:string;
  dwc:observationDate '1993-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2122> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8888 -54.2215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8888"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8888 -54.2215)"^^geo:wktLiteral ;
  geo-pos:lat "46.8888"^^xsd:decimal ;
  geo-pos:long "-54.2215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2122'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2122'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.2215'^^xsd:double;
  dwc:startLongitude '-54.2215'^^xsd:double;
  dwc:endLongitude '-54.2215'^^xsd:double;
  dwc:latitude '46.8888'^^xsd:double;
  dwc:startLatitude '46.8888'^^xsd:double;
  dwc:endLatitude '46.8888'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2215 46.8888, -54.2215 46.8888, -54.2215 46.8888, -54.2215 46.8888, -54.2215 46.8888))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2122'^^xsd:string;
  dwc:observationDate '1993-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2121> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9058 -54.2185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9058"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9058 -54.2185)"^^geo:wktLiteral ;
  geo-pos:lat "46.9058"^^xsd:decimal ;
  geo-pos:long "-54.2185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2121'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2121'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.2185'^^xsd:double;
  dwc:startLongitude '-54.2185'^^xsd:double;
  dwc:endLongitude '-54.2185'^^xsd:double;
  dwc:latitude '46.9058'^^xsd:double;
  dwc:startLatitude '46.9058'^^xsd:double;
  dwc:endLatitude '46.9058'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2185 46.9058, -54.2185 46.9058, -54.2185 46.9058, -54.2185 46.9058, -54.2185 46.9058))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2121'^^xsd:string;
  dwc:observationDate '1993-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8072 -54.2172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8072"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8072 -54.2172)"^^geo:wktLiteral ;
  geo-pos:lat "46.8072"^^xsd:decimal ;
  geo-pos:long "-54.2172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2167'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2167'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-54.2172'^^xsd:double;
  dwc:startLongitude '-54.2172'^^xsd:double;
  dwc:endLongitude '-54.2172'^^xsd:double;
  dwc:latitude '46.8072'^^xsd:double;
  dwc:startLatitude '46.8072'^^xsd:double;
  dwc:endLatitude '46.8072'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2172 46.8072, -54.2172 46.8072, -54.2172 46.8072, -54.2172 46.8072, -54.2172 46.8072))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2167'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0167 -54.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0167"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0167 -54.2167)"^^geo:wktLiteral ;
  geo-pos:lat "47.0167"^^xsd:decimal ;
  geo-pos:long "-54.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3187'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3187'^^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 '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-54.2167'^^xsd:double;
  dwc:startLongitude '-54.2167'^^xsd:double;
  dwc:endLongitude '-54.2167'^^xsd:double;
  dwc:latitude '47.0167'^^xsd:double;
  dwc:startLatitude '47.0167'^^xsd:double;
  dwc:endLatitude '47.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2167 47.0167, -54.2167 47.0167, -54.2167 47.0167, -54.2167 47.0167, -54.2167 47.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3187'^^xsd:string;
  dwc:observationDate '1994-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0667 -54.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0667 -54.2167)"^^geo:wktLiteral ;
  geo-pos:lat "47.0667"^^xsd:decimal ;
  geo-pos:long "-54.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2979'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2979'^^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 '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-54.2167'^^xsd:double;
  dwc:startLongitude '-54.2167'^^xsd:double;
  dwc:endLongitude '-54.2167'^^xsd:double;
  dwc:latitude '47.0667'^^xsd:double;
  dwc:startLatitude '47.0667'^^xsd:double;
  dwc:endLatitude '47.0667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2167 47.0667, -54.2167 47.0667, -54.2167 47.0667, -54.2167 47.0667, -54.2167 47.0667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2979'^^xsd:string;
  dwc:observationDate '1994-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.798 -54.2147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.798"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.798 -54.2147)"^^geo:wktLiteral ;
  geo-pos:lat "46.798"^^xsd:decimal ;
  geo-pos:long "-54.2147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2030'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2030'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.2147'^^xsd:double;
  dwc:startLongitude '-54.2147'^^xsd:double;
  dwc:endLongitude '-54.2147'^^xsd:double;
  dwc:latitude '46.798'^^xsd:double;
  dwc:startLatitude '46.798'^^xsd:double;
  dwc:endLatitude '46.798'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2147 46.798, -54.2147 46.798, -54.2147 46.798, -54.2147 46.798, -54.2147 46.798))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2030'^^xsd:string;
  dwc:observationDate '1993-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8277 -54.2092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8277"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8277 -54.2092)"^^geo:wktLiteral ;
  geo-pos:lat "46.8277"^^xsd:decimal ;
  geo-pos:long "-54.2092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2003'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2003'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-54.2092'^^xsd:double;
  dwc:startLongitude '-54.2092'^^xsd:double;
  dwc:endLongitude '-54.2092'^^xsd:double;
  dwc:latitude '46.8277'^^xsd:double;
  dwc:startLatitude '46.8277'^^xsd:double;
  dwc:endLatitude '46.8277'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2092 46.8277, -54.2092 46.8277, -54.2092 46.8277, -54.2092 46.8277, -54.2092 46.8277))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2003'^^xsd:string;
  dwc:observationDate '1993-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2471> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9667 -54.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9667 -54.2)"^^geo:wktLiteral ;
  geo-pos:lat "46.9667"^^xsd:decimal ;
  geo-pos:long "-54.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2471'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2471'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-54.2'^^xsd:double;
  dwc:startLongitude '-54.2'^^xsd:double;
  dwc:endLongitude '-54.2'^^xsd:double;
  dwc:latitude '46.9667'^^xsd:double;
  dwc:startLatitude '46.9667'^^xsd:double;
  dwc:endLatitude '46.9667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2 46.9667, -54.2 46.9667, -54.2 46.9667, -54.2 46.9667, -54.2 46.9667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2471'^^xsd:string;
  dwc:observationDate '1994-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.033 -54.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.033"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.033 -54.2)"^^geo:wktLiteral ;
  geo-pos:lat "47.033"^^xsd:decimal ;
  geo-pos:long "-54.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3168'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3168'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-54.2'^^xsd:double;
  dwc:startLongitude '-54.2'^^xsd:double;
  dwc:endLongitude '-54.2'^^xsd:double;
  dwc:latitude '47.033'^^xsd:double;
  dwc:startLatitude '47.033'^^xsd:double;
  dwc:endLatitude '47.033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2 47.033, -54.2 47.033, -54.2 47.033, -54.2 47.033, -54.2 47.033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3168'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0333 -54.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0333 -54.2)"^^geo:wktLiteral ;
  geo-pos:lat "47.0333"^^xsd:decimal ;
  geo-pos:long "-54.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3160'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3160'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-54.2'^^xsd:double;
  dwc:startLongitude '-54.2'^^xsd:double;
  dwc:endLongitude '-54.2'^^xsd:double;
  dwc:latitude '47.0333'^^xsd:double;
  dwc:startLatitude '47.0333'^^xsd:double;
  dwc:endLatitude '47.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2 47.0333, -54.2 47.0333, -54.2 47.0333, -54.2 47.0333, -54.2 47.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3160'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3083> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0667 -54.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0667"^^xsd:decimal ;
  dwc:decimalLongitude "-54.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0667 -54.2)"^^geo:wktLiteral ;
  geo-pos:lat "47.0667"^^xsd:decimal ;
  geo-pos:long "-54.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3083'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3083'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-54.2'^^xsd:double;
  dwc:startLongitude '-54.2'^^xsd:double;
  dwc:endLongitude '-54.2'^^xsd:double;
  dwc:latitude '47.0667'^^xsd:double;
  dwc:startLatitude '47.0667'^^xsd:double;
  dwc:endLatitude '47.0667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.2 47.0667, -54.2 47.0667, -54.2 47.0667, -54.2 47.0667, -54.2 47.0667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3083'^^xsd:string;
  dwc:observationDate '1994-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2120> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.905 -54.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.905"^^xsd:decimal ;
  dwc:decimalLongitude "-54.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.905 -54.199)"^^geo:wktLiteral ;
  geo-pos:lat "46.905"^^xsd:decimal ;
  geo-pos:long "-54.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2120'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2120'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.199'^^xsd:double;
  dwc:startLongitude '-54.199'^^xsd:double;
  dwc:endLongitude '-54.199'^^xsd:double;
  dwc:latitude '46.905'^^xsd:double;
  dwc:startLatitude '46.905'^^xsd:double;
  dwc:endLatitude '46.905'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.199 46.905, -54.199 46.905, -54.199 46.905, -54.199 46.905, -54.199 46.905))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2120'^^xsd:string;
  dwc:observationDate '1993-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2155> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.791 -54.1968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.791"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.791 -54.1968)"^^geo:wktLiteral ;
  geo-pos:lat "46.791"^^xsd:decimal ;
  geo-pos:long "-54.1968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2155'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2155'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-54.1968'^^xsd:double;
  dwc:startLongitude '-54.1968'^^xsd:double;
  dwc:endLongitude '-54.1968'^^xsd:double;
  dwc:latitude '46.791'^^xsd:double;
  dwc:startLatitude '46.791'^^xsd:double;
  dwc:endLatitude '46.791'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1968 46.791, -54.1968 46.791, -54.1968 46.791, -54.1968 46.791, -54.1968 46.791))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2155'^^xsd:string;
  dwc:observationDate '1993-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9833 -54.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9833 -54.1833)"^^geo:wktLiteral ;
  geo-pos:lat "46.9833"^^xsd:decimal ;
  geo-pos:long "-54.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2128'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2128'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-54.1833'^^xsd:double;
  dwc:startLongitude '-54.1833'^^xsd:double;
  dwc:endLongitude '-54.1833'^^xsd:double;
  dwc:latitude '46.9833'^^xsd:double;
  dwc:startLatitude '46.9833'^^xsd:double;
  dwc:endLatitude '46.9833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1833 46.9833, -54.1833 46.9833, -54.1833 46.9833, -54.1833 46.9833, -54.1833 46.9833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2128'^^xsd:string;
  dwc:observationDate '1994-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.05 -54.183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.05"^^xsd:decimal ;
  dwc:decimalLongitude "-54.183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.05 -54.183)"^^geo:wktLiteral ;
  geo-pos:lat "47.05"^^xsd:decimal ;
  geo-pos:long "-54.183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3167'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3167'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-54.183'^^xsd:double;
  dwc:startLongitude '-54.183'^^xsd:double;
  dwc:endLongitude '-54.183'^^xsd:double;
  dwc:latitude '47.05'^^xsd:double;
  dwc:startLatitude '47.05'^^xsd:double;
  dwc:endLatitude '47.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.183 47.05, -54.183 47.05, -54.183 47.05, -54.183 47.05, -54.183 47.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3167'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.067 -54.183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.067"^^xsd:decimal ;
  dwc:decimalLongitude "-54.183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.067 -54.183)"^^geo:wktLiteral ;
  geo-pos:lat "47.067"^^xsd:decimal ;
  geo-pos:long "-54.183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3166'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3166'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-54.183'^^xsd:double;
  dwc:startLongitude '-54.183'^^xsd:double;
  dwc:endLongitude '-54.183'^^xsd:double;
  dwc:latitude '47.067'^^xsd:double;
  dwc:startLatitude '47.067'^^xsd:double;
  dwc:endLatitude '47.067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.183 47.067, -54.183 47.067, -54.183 47.067, -54.183 47.067, -54.183 47.067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3166'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1822> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9192 -54.1758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9192"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9192 -54.1758)"^^geo:wktLiteral ;
  geo-pos:lat "46.9192"^^xsd:decimal ;
  geo-pos:long "-54.1758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1822'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1822'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-54.1758'^^xsd:double;
  dwc:startLongitude '-54.1758'^^xsd:double;
  dwc:endLongitude '-54.1758'^^xsd:double;
  dwc:latitude '46.9192'^^xsd:double;
  dwc:startLatitude '46.9192'^^xsd:double;
  dwc:endLatitude '46.9192'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1758 46.9192, -54.1758 46.9192, -54.1758 46.9192, -54.1758 46.9192, -54.1758 46.9192))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1822'^^xsd:string;
  dwc:observationDate '1993-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2769> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.083 -54.167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.083"^^xsd:decimal ;
  dwc:decimalLongitude "-54.167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.083 -54.167)"^^geo:wktLiteral ;
  geo-pos:lat "47.083"^^xsd:decimal ;
  geo-pos:long "-54.167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2769'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_2769'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-54.167'^^xsd:double;
  dwc:startLongitude '-54.167'^^xsd:double;
  dwc:endLongitude '-54.167'^^xsd:double;
  dwc:latitude '47.083'^^xsd:double;
  dwc:startLatitude '47.083'^^xsd:double;
  dwc:endLatitude '47.083'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.167 47.083, -54.167 47.083, -54.167 47.083, -54.167 47.083, -54.167 47.083))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2769'^^xsd:string;
  dwc:observationDate '1994-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0833 -54.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0833 -54.1667)"^^geo:wktLiteral ;
  geo-pos:lat "47.0833"^^xsd:decimal ;
  geo-pos:long "-54.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3235'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3235'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-54.1667'^^xsd:double;
  dwc:startLongitude '-54.1667'^^xsd:double;
  dwc:endLongitude '-54.1667'^^xsd:double;
  dwc:latitude '47.0833'^^xsd:double;
  dwc:startLatitude '47.0833'^^xsd:double;
  dwc:endLatitude '47.0833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1667 47.0833, -54.1667 47.0833, -54.1667 47.0833, -54.1667 47.0833, -54.1667 47.0833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3235'^^xsd:string;
  dwc:observationDate '1994-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0833 -54.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0833 -54.1667)"^^geo:wktLiteral ;
  geo-pos:lat "47.0833"^^xsd:decimal ;
  geo-pos:long "-54.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3162'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3162'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-54.1667'^^xsd:double;
  dwc:startLongitude '-54.1667'^^xsd:double;
  dwc:endLongitude '-54.1667'^^xsd:double;
  dwc:latitude '47.0833'^^xsd:double;
  dwc:startLatitude '47.0833'^^xsd:double;
  dwc:endLatitude '47.0833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1667 47.0833, -54.1667 47.0833, -54.1667 47.0833, -54.1667 47.0833, -54.1667 47.0833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3162'^^xsd:string;
  dwc:observationDate '1994-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1596 -54.1391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1596"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1596 -54.1391)"^^geo:wktLiteral ;
  geo-pos:lat "47.1596"^^xsd:decimal ;
  geo-pos:long "-54.1391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3223'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3223'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-54.1391'^^xsd:double;
  dwc:startLongitude '-54.1391'^^xsd:double;
  dwc:endLongitude '-54.1391'^^xsd:double;
  dwc:latitude '47.1596'^^xsd:double;
  dwc:startLatitude '47.1596'^^xsd:double;
  dwc:endLatitude '47.1596'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1391 47.1596, -54.1391 47.1596, -54.1391 47.1596, -54.1391 47.1596, -54.1391 47.1596))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3223'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7988 -54.134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7988"^^xsd:decimal ;
  dwc:decimalLongitude "-54.134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7988 -54.134)"^^geo:wktLiteral ;
  geo-pos:lat "46.7988"^^xsd:decimal ;
  geo-pos:long "-54.134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2356'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2356'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-54.134'^^xsd:double;
  dwc:startLongitude '-54.134'^^xsd:double;
  dwc:endLongitude '-54.134'^^xsd:double;
  dwc:latitude '46.7988'^^xsd:double;
  dwc:startLatitude '46.7988'^^xsd:double;
  dwc:endLatitude '46.7988'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.134 46.7988, -54.134 46.7988, -54.134 46.7988, -54.134 46.7988, -54.134 46.7988))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2356'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.15 -54.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.15"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.15 -54.1333)"^^geo:wktLiteral ;
  geo-pos:lat "47.15"^^xsd:decimal ;
  geo-pos:long "-54.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3215'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3215'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-54.1333'^^xsd:double;
  dwc:startLongitude '-54.1333'^^xsd:double;
  dwc:endLongitude '-54.1333'^^xsd:double;
  dwc:latitude '47.15'^^xsd:double;
  dwc:startLatitude '47.15'^^xsd:double;
  dwc:endLatitude '47.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1333 47.15, -54.1333 47.15, -54.1333 47.15, -54.1333 47.15, -54.1333 47.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3215'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.15 -54.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.15"^^xsd:decimal ;
  dwc:decimalLongitude "-54.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.15 -54.133)"^^geo:wktLiteral ;
  geo-pos:lat "47.15"^^xsd:decimal ;
  geo-pos:long "-54.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3219'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3219'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-54.133'^^xsd:double;
  dwc:startLongitude '-54.133'^^xsd:double;
  dwc:endLongitude '-54.133'^^xsd:double;
  dwc:latitude '47.15'^^xsd:double;
  dwc:startLatitude '47.15'^^xsd:double;
  dwc:endLatitude '47.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.133 47.15, -54.133 47.15, -54.133 47.15, -54.133 47.15, -54.133 47.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3219'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.15 -54.133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.15"^^xsd:decimal ;
  dwc:decimalLongitude "-54.133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.15 -54.133)"^^geo:wktLiteral ;
  geo-pos:lat "47.15"^^xsd:decimal ;
  geo-pos:long "-54.133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3220'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3220'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-54.133'^^xsd:double;
  dwc:startLongitude '-54.133'^^xsd:double;
  dwc:endLongitude '-54.133'^^xsd:double;
  dwc:latitude '47.15'^^xsd:double;
  dwc:startLatitude '47.15'^^xsd:double;
  dwc:endLatitude '47.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.133 47.15, -54.133 47.15, -54.133 47.15, -54.133 47.15, -54.133 47.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3220'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0603 -54.1132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0603"^^xsd:decimal ;
  dwc:decimalLongitude "-54.1132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0603 -54.1132)"^^geo:wktLiteral ;
  geo-pos:lat "47.0603"^^xsd:decimal ;
  geo-pos:long "-54.1132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2571'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2571'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-54.1132'^^xsd:double;
  dwc:startLongitude '-54.1132'^^xsd:double;
  dwc:endLongitude '-54.1132'^^xsd:double;
  dwc:latitude '47.0603'^^xsd:double;
  dwc:startLatitude '47.0603'^^xsd:double;
  dwc:endLatitude '47.0603'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.1132 47.0603, -54.1132 47.0603, -54.1132 47.0603, -54.1132 47.0603, -54.1132 47.0603))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2571'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3218> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.183 -54.083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.183"^^xsd:decimal ;
  dwc:decimalLongitude "-54.083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.183 -54.083)"^^geo:wktLiteral ;
  geo-pos:lat "47.183"^^xsd:decimal ;
  geo-pos:long "-54.083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3218'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3218'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-54.083'^^xsd:double;
  dwc:startLongitude '-54.083'^^xsd:double;
  dwc:endLongitude '-54.083'^^xsd:double;
  dwc:latitude '47.183'^^xsd:double;
  dwc:startLatitude '47.183'^^xsd:double;
  dwc:endLatitude '47.183'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.083 47.183, -54.083 47.183, -54.083 47.183, -54.083 47.183, -54.083 47.183))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3218'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3217> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1833 -54.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-54.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1833 -54.0667)"^^geo:wktLiteral ;
  geo-pos:lat "47.1833"^^xsd:decimal ;
  geo-pos:long "-54.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3217'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3217'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-54.0667'^^xsd:double;
  dwc:startLongitude '-54.0667'^^xsd:double;
  dwc:endLongitude '-54.0667'^^xsd:double;
  dwc:latitude '47.1833'^^xsd:double;
  dwc:startLatitude '47.1833'^^xsd:double;
  dwc:endLatitude '47.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-54.0667 47.1833, -54.0667 47.1833, -54.0667 47.1833, -54.0667 47.1833, -54.0667 47.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3217'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3367 -53.9903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3367"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3367 -53.9903)"^^geo:wktLiteral ;
  geo-pos:lat "47.3367"^^xsd:decimal ;
  geo-pos:long "-53.9903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2671'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2671'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.9903'^^xsd:double;
  dwc:startLongitude '-53.9903'^^xsd:double;
  dwc:endLongitude '-53.9903'^^xsd:double;
  dwc:latitude '47.3367'^^xsd:double;
  dwc:startLatitude '47.3367'^^xsd:double;
  dwc:endLatitude '47.3367'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.9903 47.3367, -53.9903 47.3367, -53.9903 47.3367, -53.9903 47.3367, -53.9903 47.3367))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2671'^^xsd:string;
  dwc:observationDate '1992-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3387 -53.9757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3387"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3387 -53.9757)"^^geo:wktLiteral ;
  geo-pos:lat "47.3387"^^xsd:decimal ;
  geo-pos:long "-53.9757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2673'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2673'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.9757'^^xsd:double;
  dwc:startLongitude '-53.9757'^^xsd:double;
  dwc:endLongitude '-53.9757'^^xsd:double;
  dwc:latitude '47.3387'^^xsd:double;
  dwc:startLatitude '47.3387'^^xsd:double;
  dwc:endLatitude '47.3387'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.9757 47.3387, -53.9757 47.3387, -53.9757 47.3387, -53.9757 47.3387, -53.9757 47.3387))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2673'^^xsd:string;
  dwc:observationDate '1992-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9415 -53.9358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9415"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9415 -53.9358)"^^geo:wktLiteral ;
  geo-pos:lat "46.9415"^^xsd:decimal ;
  geo-pos:long "-53.9358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2004'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2004'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.9358'^^xsd:double;
  dwc:startLongitude '-53.9358'^^xsd:double;
  dwc:endLongitude '-53.9358'^^xsd:double;
  dwc:latitude '46.9415'^^xsd:double;
  dwc:startLatitude '46.9415'^^xsd:double;
  dwc:endLatitude '46.9415'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.9358 46.9415, -53.9358 46.9415, -53.9358 46.9415, -53.9358 46.9415, -53.9358 46.9415))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2004'^^xsd:string;
  dwc:observationDate '1993-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8622 -53.9325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8622"^^xsd:decimal ;
  dwc:decimalLongitude "-53.9325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8622 -53.9325)"^^geo:wktLiteral ;
  geo-pos:lat "46.8622"^^xsd:decimal ;
  geo-pos:long "-53.9325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2000'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2000'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.9325'^^xsd:double;
  dwc:startLongitude '-53.9325'^^xsd:double;
  dwc:endLongitude '-53.9325'^^xsd:double;
  dwc:latitude '46.8622'^^xsd:double;
  dwc:startLatitude '46.8622'^^xsd:double;
  dwc:endLatitude '46.8622'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.9325 46.8622, -53.9325 46.8622, -53.9325 46.8622, -53.9325 46.8622, -53.9325 46.8622))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2000'^^xsd:string;
  dwc:observationDate '1993-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8333 -53.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8333 -53.8667)"^^geo:wktLiteral ;
  geo-pos:lat "47.8333"^^xsd:decimal ;
  geo-pos:long "-53.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1997'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1997'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.8667'^^xsd:double;
  dwc:startLongitude '-53.8667'^^xsd:double;
  dwc:endLongitude '-53.8667'^^xsd:double;
  dwc:latitude '47.8333'^^xsd:double;
  dwc:startLatitude '47.8333'^^xsd:double;
  dwc:endLatitude '47.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8667 47.8333, -53.8667 47.8333, -53.8667 47.8333, -53.8667 47.8333, -53.8667 47.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1997'^^xsd:string;
  dwc:observationDate '1995-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8333 -53.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8333 -53.8667)"^^geo:wktLiteral ;
  geo-pos:lat "47.8333"^^xsd:decimal ;
  geo-pos:long "-53.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1880'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1880'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.8667'^^xsd:double;
  dwc:startLongitude '-53.8667'^^xsd:double;
  dwc:endLongitude '-53.8667'^^xsd:double;
  dwc:latitude '47.8333'^^xsd:double;
  dwc:startLatitude '47.8333'^^xsd:double;
  dwc:endLatitude '47.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8667 47.8333, -53.8667 47.8333, -53.8667 47.8333, -53.8667 47.8333, -53.8667 47.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1880'^^xsd:string;
  dwc:observationDate '1995-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.75 -53.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.75 -53.8667)"^^geo:wktLiteral ;
  geo-pos:lat "65.75"^^xsd:decimal ;
  geo-pos:long "-53.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1053'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1053'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-53.8667'^^xsd:double;
  dwc:startLongitude '-53.8667'^^xsd:double;
  dwc:endLongitude '-53.8667'^^xsd:double;
  dwc:latitude '65.75'^^xsd:double;
  dwc:startLatitude '65.75'^^xsd:double;
  dwc:endLatitude '65.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8667 65.75, -53.8667 65.75, -53.8667 65.75, -53.8667 65.75, -53.8667 65.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1053'^^xsd:string;
  dwc:observationDate '1981-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3129'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3129'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.85'^^xsd:double;
  dwc:startLongitude '-53.85'^^xsd:double;
  dwc:endLongitude '-53.85'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.85 47.7667, -53.85 47.7667, -53.85 47.7667, -53.85 47.7667, -53.85 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3129'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3132'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3132'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.85'^^xsd:double;
  dwc:startLongitude '-53.85'^^xsd:double;
  dwc:endLongitude '-53.85'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.85 47.7667, -53.85 47.7667, -53.85 47.7667, -53.85 47.7667, -53.85 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3132'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3091> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3091'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3091'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.85'^^xsd:double;
  dwc:startLongitude '-53.85'^^xsd:double;
  dwc:endLongitude '-53.85'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.85 47.767, -53.85 47.767, -53.85 47.767, -53.85 47.767, -53.85 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3091'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3140> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3140'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3140'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.85'^^xsd:double;
  dwc:startLongitude '-53.85'^^xsd:double;
  dwc:endLongitude '-53.85'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.85 47.767, -53.85 47.767, -53.85 47.767, -53.85 47.767, -53.85 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3140'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3133> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.783 -53.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.783"^^xsd:decimal ;
  dwc:decimalLongitude "-53.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.783 -53.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.783"^^xsd:decimal ;
  geo-pos:long "-53.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3133'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3133'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.85'^^xsd:double;
  dwc:startLongitude '-53.85'^^xsd:double;
  dwc:endLongitude '-53.85'^^xsd:double;
  dwc:latitude '47.783'^^xsd:double;
  dwc:startLatitude '47.783'^^xsd:double;
  dwc:endLatitude '47.783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.85 47.783, -53.85 47.783, -53.85 47.783, -53.85 47.783, -53.85 47.783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3133'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3128> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7833 -53.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7833 -53.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.7833"^^xsd:decimal ;
  geo-pos:long "-53.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3128'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3128'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.85'^^xsd:double;
  dwc:startLongitude '-53.85'^^xsd:double;
  dwc:endLongitude '-53.85'^^xsd:double;
  dwc:latitude '47.7833'^^xsd:double;
  dwc:startLatitude '47.7833'^^xsd:double;
  dwc:endLatitude '47.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.85 47.7833, -53.85 47.7833, -53.85 47.7833, -53.85 47.7833, -53.85 47.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3128'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.75 -53.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.75 -53.85)"^^geo:wktLiteral ;
  geo-pos:lat "65.75"^^xsd:decimal ;
  geo-pos:long "-53.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1051'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1051'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-53.85'^^xsd:double;
  dwc:startLongitude '-53.85'^^xsd:double;
  dwc:endLongitude '-53.85'^^xsd:double;
  dwc:latitude '65.75'^^xsd:double;
  dwc:startLatitude '65.75'^^xsd:double;
  dwc:endLatitude '65.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.85 65.75, -53.85 65.75, -53.85 65.75, -53.85 65.75, -53.85 65.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1051'^^xsd:string;
  dwc:observationDate '1981-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7957 -53.8478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7957"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7957 -53.8478)"^^geo:wktLiteral ;
  geo-pos:lat "47.7957"^^xsd:decimal ;
  geo-pos:long "-53.8478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1810'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1810'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-53.8478'^^xsd:double;
  dwc:startLongitude '-53.8478'^^xsd:double;
  dwc:endLongitude '-53.8478'^^xsd:double;
  dwc:latitude '47.7957'^^xsd:double;
  dwc:startLatitude '47.7957'^^xsd:double;
  dwc:endLatitude '47.7957'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8478 47.7957, -53.8478 47.7957, -53.8478 47.7957, -53.8478 47.7957, -53.8478 47.7957))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1810'^^xsd:string;
  dwc:observationDate '1992-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2810> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2810'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2810'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 46.9, -53.8333 46.9, -53.8333 46.9, -53.8333 46.9, -53.8333 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2810'^^xsd:string;
  dwc:observationDate '1983-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2126'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2126'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7333, -53.8333 47.7333, -53.8333 47.7333, -53.8333 47.7333, -53.8333 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2126'^^xsd:string;
  dwc:observationDate '1995-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3130'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3130'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7333, -53.8333 47.7333, -53.8333 47.7333, -53.8333 47.7333, -53.8333 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3130'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3087'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3087'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3087'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3074'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3074'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3074'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2841> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2841'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2841'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2841'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2839> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2839'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2839'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2839'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2842> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2842'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2842'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2842'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2840> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2840'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2840'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2840'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2127'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2127'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75, -53.8333 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2127'^^xsd:string;
  dwc:observationDate '1995-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2838> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2838'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2838'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2838'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3126> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3126'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3126'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3126'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2915> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2915'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2915'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2915'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2917'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2917'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2917'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2912> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2912'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2912'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2912'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2914> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2914'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2914'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2914'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2910> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2910'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2910'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2910'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2027'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2027'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2027'^^xsd:string;
  dwc:observationDate '1994-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2796> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2796'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_2796'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667, -53.8333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2796'^^xsd:string;
  dwc:observationDate '1992-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7833 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7833 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7833"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3131'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3131'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7833'^^xsd:double;
  dwc:startLatitude '47.7833'^^xsd:double;
  dwc:endLatitude '47.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7833, -53.8333 47.7833, -53.8333 47.7833, -53.8333 47.7833, -53.8333 47.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3131'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3127> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7833 -53.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7833 -53.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7833"^^xsd:decimal ;
  geo-pos:long "-53.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3127'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3127'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8333'^^xsd:double;
  dwc:startLongitude '-53.8333'^^xsd:double;
  dwc:endLongitude '-53.8333'^^xsd:double;
  dwc:latitude '47.7833'^^xsd:double;
  dwc:startLatitude '47.7833'^^xsd:double;
  dwc:endLatitude '47.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8333 47.7833, -53.8333 47.7833, -53.8333 47.7833, -53.8333 47.7833, -53.8333 47.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3127'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2849> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2849'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2849'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2849'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2845'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2845'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2845'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2848> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2848'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2848'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2848'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2847'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2847'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2847'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2850> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2850'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2850'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2850'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2852> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2852'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2852'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2852'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3143'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3143'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3143'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3134> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3134'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3134'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3134'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3135> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3135'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3135'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3135'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3095> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3095'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3095'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3095'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3097> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3097'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3097'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3097'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3093> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3093'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3093'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3093'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3099> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3099'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3099'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3099'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3092> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3092'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3092'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3092'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3101'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3101'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75, -53.833 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3101'^^xsd:string;
  dwc:observationDate '2002-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2924'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2924'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2924'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2923'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2923'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2923'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2921'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2921'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2921'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2797> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2797'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_2797'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2797'^^xsd:string;
  dwc:observationDate '1992-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2028'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2028'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2028'^^xsd:string;
  dwc:observationDate '1994-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3138> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3138'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3138'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3138'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3142> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3142'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3142'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3142'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3141> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3141'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3141'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767, -53.833 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3141'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3136> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.783 -53.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.783"^^xsd:decimal ;
  dwc:decimalLongitude "-53.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.783 -53.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.783"^^xsd:decimal ;
  geo-pos:long "-53.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3136'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3136'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.833'^^xsd:double;
  dwc:startLongitude '-53.833'^^xsd:double;
  dwc:endLongitude '-53.833'^^xsd:double;
  dwc:latitude '47.783'^^xsd:double;
  dwc:startLatitude '47.783'^^xsd:double;
  dwc:endLatitude '47.783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.833 47.783, -53.833 47.783, -53.833 47.783, -53.833 47.783, -53.833 47.783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3136'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3266> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3266'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3266'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.7, -53.817 47.7, -53.817 47.7, -53.817 47.7, -53.817 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3266'^^xsd:string;
  dwc:observationDate '1992-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3268> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3268'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3268'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.7, -53.817 47.7, -53.817 47.7, -53.817 47.7, -53.817 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3268'^^xsd:string;
  dwc:observationDate '1992-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3267> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3267'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3267'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.7, -53.817 47.7, -53.817 47.7, -53.817 47.7, -53.817 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3267'^^xsd:string;
  dwc:observationDate '1992-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3090> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3090'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3090'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3090'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3137'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3137'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3137'^^xsd:string;
  dwc:observationDate '1992-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2884'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2884'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2884'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2894> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2894'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2894'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2894'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2892> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2892'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2892'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2892'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2887'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2887'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2887'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2890> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2890'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2890'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2890'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2891> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2891'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2891'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733, -53.817 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2891'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2922'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2922'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.75, -53.817 47.75, -53.817 47.75, -53.817 47.75, -53.817 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2922'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2893> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2893'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2893'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.817'^^xsd:double;
  dwc:startLongitude '-53.817'^^xsd:double;
  dwc:endLongitude '-53.817'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.817 47.75, -53.817 47.75, -53.817 47.75, -53.817 47.75, -53.817 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2893'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3264> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3264'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3264'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7, -53.8167 47.7, -53.8167 47.7, -53.8167 47.7, -53.8167 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3264'^^xsd:string;
  dwc:observationDate '1992-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3262> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3262'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3262'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7, -53.8167 47.7, -53.8167 47.7, -53.8167 47.7, -53.8167 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3262'^^xsd:string;
  dwc:observationDate '1992-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3082> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3082'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3082'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3082'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3081'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3081'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3081'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2882> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2882'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2882'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2882'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2876> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2876'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2876'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2876'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2875> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2875'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2875'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2875'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2872> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2872'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2872'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2872'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2874> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2874'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2874'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2874'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2879'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2879'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333, -53.8167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2879'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2916'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2916'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2916'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2913'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2913'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2913'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2918'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2918'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2918'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2919'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2919'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2919'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2911> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2911'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2911'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2911'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2024'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2024'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.8167'^^xsd:double;
  dwc:startLongitude '-53.8167'^^xsd:double;
  dwc:endLongitude '-53.8167'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75, -53.8167 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2024'^^xsd:string;
  dwc:observationDate '1995-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3400> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7533 -53.809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7533"^^xsd:decimal ;
  dwc:decimalLongitude "-53.809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7533 -53.809)"^^geo:wktLiteral ;
  geo-pos:lat "47.7533"^^xsd:decimal ;
  geo-pos:long "-53.809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3400'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3400'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.809'^^xsd:double;
  dwc:startLongitude '-53.809'^^xsd:double;
  dwc:endLongitude '-53.809'^^xsd:double;
  dwc:latitude '47.7533'^^xsd:double;
  dwc:startLatitude '47.7533'^^xsd:double;
  dwc:endLatitude '47.7533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.809 47.7533, -53.809 47.7533, -53.809 47.7533, -53.809 47.7533, -53.809 47.7533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3400'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.667 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.667 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.667"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2604'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2604'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.667'^^xsd:double;
  dwc:startLatitude '47.667'^^xsd:double;
  dwc:endLatitude '47.667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.667, -53.8 47.667, -53.8 47.667, -53.8 47.667, -53.8 47.667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2604'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.683 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.683"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.683 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.683"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2573'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_2573'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.683'^^xsd:double;
  dwc:startLatitude '47.683'^^xsd:double;
  dwc:endLatitude '47.683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.683, -53.8 47.683, -53.8 47.683, -53.8 47.683, -53.8 47.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2573'^^xsd:string;
  dwc:observationDate '1994-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.6833"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1920'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1920'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.6833'^^xsd:double;
  dwc:startLatitude '47.6833'^^xsd:double;
  dwc:endLatitude '47.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.6833, -53.8 47.6833, -53.8 47.6833, -53.8 47.6833, -53.8 47.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1920'^^xsd:string;
  dwc:observationDate '1994-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2125> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.6833"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2125'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2125'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.6833'^^xsd:double;
  dwc:startLatitude '47.6833'^^xsd:double;
  dwc:endLatitude '47.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.6833, -53.8 47.6833, -53.8 47.6833, -53.8 47.6833, -53.8 47.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2125'^^xsd:string;
  dwc:observationDate '1995-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2601> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2601'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2601'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.7, -53.8 47.7, -53.8 47.7, -53.8 47.7, -53.8 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2601'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2157> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2157'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2157'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.7, -53.8 47.7, -53.8 47.7, -53.8 47.7, -53.8 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2157'^^xsd:string;
  dwc:observationDate '1995-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2156> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2156'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2156'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.7, -53.8 47.7, -53.8 47.7, -53.8 47.7, -53.8 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2156'^^xsd:string;
  dwc:observationDate '1995-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3096> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3096'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3096'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.733, -53.8 47.733, -53.8 47.733, -53.8 47.733, -53.8 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3096'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3094> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3094'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3094'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.733, -53.8 47.733, -53.8 47.733, -53.8 47.733, -53.8 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3094'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2071> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2071'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2071'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.8'^^xsd:double;
  dwc:startLongitude '-53.8'^^xsd:double;
  dwc:endLongitude '-53.8'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.8 47.75, -53.8 47.75, -53.8 47.75, -53.8 47.75, -53.8 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2071'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7558 -53.7943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7558"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7558 -53.7943)"^^geo:wktLiteral ;
  geo-pos:lat "47.7558"^^xsd:decimal ;
  geo-pos:long "-53.7943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3399'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3399'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.7943'^^xsd:double;
  dwc:startLongitude '-53.7943'^^xsd:double;
  dwc:endLongitude '-53.7943'^^xsd:double;
  dwc:latitude '47.7558'^^xsd:double;
  dwc:startLatitude '47.7558'^^xsd:double;
  dwc:endLatitude '47.7558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7943 47.7558, -53.7943 47.7558, -53.7943 47.7558, -53.7943 47.7558, -53.7943 47.7558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3399'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2809'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2809'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2809'^^xsd:string;
  dwc:observationDate '1983-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2808'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2808'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2808'^^xsd:string;
  dwc:observationDate '1983-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2811> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2811'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2811'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2811'^^xsd:string;
  dwc:observationDate '1983-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3844'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3844'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3844'^^xsd:string;
  dwc:observationDate '1983-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3845> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "46.9"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3845'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_3845'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '46.9'^^xsd:double;
  dwc:startLatitude '46.9'^^xsd:double;
  dwc:endLatitude '46.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9, -53.7833 46.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3845'^^xsd:string;
  dwc:observationDate '1983-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2103'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2103'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:startLatitude '47.6667'^^xsd:double;
  dwc:endLatitude '47.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 47.6667, -53.7833 47.6667, -53.7833 47.6667, -53.7833 47.6667, -53.7833 47.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2103'^^xsd:string;
  dwc:observationDate '1995-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2124> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "47.6833"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2124'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2124'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '47.6833'^^xsd:double;
  dwc:startLatitude '47.6833'^^xsd:double;
  dwc:endLatitude '47.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 47.6833, -53.7833 47.6833, -53.7833 47.6833, -53.7833 47.6833, -53.7833 47.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2124'^^xsd:string;
  dwc:observationDate '1995-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2697> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "47.6833"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2697'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2697'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '47.6833'^^xsd:double;
  dwc:startLatitude '47.6833'^^xsd:double;
  dwc:endLatitude '47.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 47.6833, -53.7833 47.6833, -53.7833 47.6833, -53.7833 47.6833, -53.7833 47.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2697'^^xsd:string;
  dwc:observationDate '1994-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.7833)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1978'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1978'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.7833'^^xsd:double;
  dwc:startLongitude '-53.7833'^^xsd:double;
  dwc:endLongitude '-53.7833'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7833 47.7333, -53.7833 47.7333, -53.7833 47.7333, -53.7833 47.7333, -53.7833 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1978'^^xsd:string;
  dwc:observationDate '1995-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2605> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.683 -53.783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.683"^^xsd:decimal ;
  dwc:decimalLongitude "-53.783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.683 -53.783)"^^geo:wktLiteral ;
  geo-pos:lat "47.683"^^xsd:decimal ;
  geo-pos:long "-53.783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2605'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2605'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.783'^^xsd:double;
  dwc:startLongitude '-53.783'^^xsd:double;
  dwc:endLongitude '-53.783'^^xsd:double;
  dwc:latitude '47.683'^^xsd:double;
  dwc:startLatitude '47.683'^^xsd:double;
  dwc:endLatitude '47.683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.783 47.683, -53.783 47.683, -53.783 47.683, -53.783 47.683, -53.783 47.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2605'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.7667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6833"^^xsd:decimal ;
  geo-pos:long "-53.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2025'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2025'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.7667'^^xsd:double;
  dwc:startLongitude '-53.7667'^^xsd:double;
  dwc:endLongitude '-53.7667'^^xsd:double;
  dwc:latitude '47.6833'^^xsd:double;
  dwc:startLatitude '47.6833'^^xsd:double;
  dwc:endLatitude '47.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7667 47.6833, -53.7667 47.6833, -53.7667 47.6833, -53.7667 47.6833, -53.7667 47.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2025'^^xsd:string;
  dwc:observationDate '1995-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2877> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.7667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2877'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2877'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.7667'^^xsd:double;
  dwc:startLongitude '-53.7667'^^xsd:double;
  dwc:endLongitude '-53.7667'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7667 47.7, -53.7667 47.7, -53.7667 47.7, -53.7667 47.7, -53.7667 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2877'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.7667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7167"^^xsd:decimal ;
  geo-pos:long "-53.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2026'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2026'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.7667'^^xsd:double;
  dwc:startLongitude '-53.7667'^^xsd:double;
  dwc:endLongitude '-53.7667'^^xsd:double;
  dwc:latitude '47.7167'^^xsd:double;
  dwc:startLatitude '47.7167'^^xsd:double;
  dwc:endLatitude '47.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7667 47.7167, -53.7667 47.7167, -53.7667 47.7167, -53.7667 47.7167, -53.7667 47.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2026'^^xsd:string;
  dwc:observationDate '1995-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3517'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3517'^^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 '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-53.75'^^xsd:double;
  dwc:startLongitude '-53.75'^^xsd:double;
  dwc:endLongitude '-53.75'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.75 47.65, -53.75 47.65, -53.75 47.65, -53.75 47.65, -53.75 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3517'^^xsd:string;
  dwc:observationDate '1995-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3483> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3483'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3483'^^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 '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-53.75'^^xsd:double;
  dwc:startLongitude '-53.75'^^xsd:double;
  dwc:endLongitude '-53.75'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.75 47.65, -53.75 47.65, -53.75 47.65, -53.75 47.65, -53.75 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3483'^^xsd:string;
  dwc:observationDate '1995-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2982> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -53.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -53.7333)"^^geo:wktLiteral ;
  geo-pos:lat "46.8167"^^xsd:decimal ;
  geo-pos:long "-53.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2982'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2982'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-53.7333'^^xsd:double;
  dwc:startLongitude '-53.7333'^^xsd:double;
  dwc:endLongitude '-53.7333'^^xsd:double;
  dwc:latitude '46.8167'^^xsd:double;
  dwc:startLatitude '46.8167'^^xsd:double;
  dwc:endLatitude '46.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7333 46.8167, -53.7333 46.8167, -53.7333 46.8167, -53.7333 46.8167, -53.7333 46.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2982'^^xsd:string;
  dwc:observationDate '1983-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2984> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -53.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -53.7333)"^^geo:wktLiteral ;
  geo-pos:lat "46.8167"^^xsd:decimal ;
  geo-pos:long "-53.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2984'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2984'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-53.7333'^^xsd:double;
  dwc:startLongitude '-53.7333'^^xsd:double;
  dwc:endLongitude '-53.7333'^^xsd:double;
  dwc:latitude '46.8167'^^xsd:double;
  dwc:startLatitude '46.8167'^^xsd:double;
  dwc:endLatitude '46.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7333 46.8167, -53.7333 46.8167, -53.7333 46.8167, -53.7333 46.8167, -53.7333 46.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2984'^^xsd:string;
  dwc:observationDate '1983-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1919> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.7333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1919'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1919'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-53.7333'^^xsd:double;
  dwc:startLongitude '-53.7333'^^xsd:double;
  dwc:endLongitude '-53.7333'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7333 47.7333, -53.7333 47.7333, -53.7333 47.7333, -53.7333 47.7333, -53.7333 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1919'^^xsd:string;
  dwc:observationDate '1995-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2908> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.7333)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2908'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2908'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.7333'^^xsd:double;
  dwc:startLongitude '-53.7333'^^xsd:double;
  dwc:endLongitude '-53.7333'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7333 47.7667, -53.7333 47.7667, -53.7333 47.7667, -53.7333 47.7667, -53.7333 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2908'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2920> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.767 -53.733)"^^geo:wktLiteral ;
  geo-pos:lat "47.767"^^xsd:decimal ;
  geo-pos:long "-53.733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2920'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2920'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.733'^^xsd:double;
  dwc:startLongitude '-53.733'^^xsd:double;
  dwc:endLongitude '-53.733'^^xsd:double;
  dwc:latitude '47.767'^^xsd:double;
  dwc:startLatitude '47.767'^^xsd:double;
  dwc:endLatitude '47.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.733 47.767, -53.733 47.767, -53.733 47.767, -53.733 47.767, -53.733 47.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2920'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2909> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7333 -53.7167)"^^geo:wktLiteral ;
  geo-pos:lat "47.7333"^^xsd:decimal ;
  geo-pos:long "-53.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2909'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2909'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.7167'^^xsd:double;
  dwc:startLongitude '-53.7167'^^xsd:double;
  dwc:endLongitude '-53.7167'^^xsd:double;
  dwc:latitude '47.7333'^^xsd:double;
  dwc:startLatitude '47.7333'^^xsd:double;
  dwc:endLatitude '47.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7167 47.7333, -53.7167 47.7333, -53.7167 47.7333, -53.7167 47.7333, -53.7167 47.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2909'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0327 -53.7092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0327"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0327 -53.7092)"^^geo:wktLiteral ;
  geo-pos:lat "47.0327"^^xsd:decimal ;
  geo-pos:long "-53.7092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2006'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2006'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.7092'^^xsd:double;
  dwc:startLongitude '-53.7092'^^xsd:double;
  dwc:endLongitude '-53.7092'^^xsd:double;
  dwc:latitude '47.0327'^^xsd:double;
  dwc:startLatitude '47.0327'^^xsd:double;
  dwc:endLatitude '47.0327'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7092 47.0327, -53.7092 47.0327, -53.7092 47.0327, -53.7092 47.0327, -53.7092 47.0327))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2006'^^xsd:string;
  dwc:observationDate '1993-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.7167"^^xsd:decimal ;
  geo-pos:long "-53.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_907'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_907'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.7'^^xsd:double;
  dwc:startLongitude '-53.7'^^xsd:double;
  dwc:endLongitude '-53.7'^^xsd:double;
  dwc:latitude '47.7167'^^xsd:double;
  dwc:startLatitude '47.7167'^^xsd:double;
  dwc:endLatitude '47.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7 47.7167, -53.7 47.7167, -53.7 47.7167, -53.7 47.7167, -53.7 47.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_907'^^xsd:string;
  dwc:observationDate '1995-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3098> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.7)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3098'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3098'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.7'^^xsd:double;
  dwc:startLongitude '-53.7'^^xsd:double;
  dwc:endLongitude '-53.7'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.7 47.733, -53.7 47.733, -53.7 47.733, -53.7 47.733, -53.7 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3098'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_989> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -53.6983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7178"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -53.6983)"^^geo:wktLiteral ;
  geo-pos:lat "48.7178"^^xsd:decimal ;
  geo-pos:long "-53.6983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_989'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_989'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.6983'^^xsd:double;
  dwc:startLongitude '-53.6983'^^xsd:double;
  dwc:endLongitude '-53.6983'^^xsd:double;
  dwc:latitude '48.7178'^^xsd:double;
  dwc:startLatitude '48.7178'^^xsd:double;
  dwc:endLatitude '48.7178'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6983 48.7178, -53.6983 48.7178, -53.6983 48.7178, -53.6983 48.7178, -53.6983 48.7178))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_989'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3045> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -53.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -53.6833)"^^geo:wktLiteral ;
  geo-pos:lat "46.7667"^^xsd:decimal ;
  geo-pos:long "-53.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3045'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3045'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6833'^^xsd:double;
  dwc:startLongitude '-53.6833'^^xsd:double;
  dwc:endLongitude '-53.6833'^^xsd:double;
  dwc:latitude '46.7667'^^xsd:double;
  dwc:startLatitude '46.7667'^^xsd:double;
  dwc:endLatitude '46.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6833 46.7667, -53.6833 46.7667, -53.6833 46.7667, -53.6833 46.7667, -53.6833 46.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3045'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.7833"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1990'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1990'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '46.7833'^^xsd:double;
  dwc:startLatitude '46.7833'^^xsd:double;
  dwc:endLatitude '46.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 46.7833, -53.6667 46.7833, -53.6667 46.7833, -53.6667 46.7833, -53.6667 46.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1990'^^xsd:string;
  dwc:observationDate '1994-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.8"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3047'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3047'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '46.8'^^xsd:double;
  dwc:startLatitude '46.8'^^xsd:double;
  dwc:endLatitude '46.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 46.8, -53.6667 46.8, -53.6667 46.8, -53.6667 46.8, -53.6667 46.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3047'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3046> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.8"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3046'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3046'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '46.8'^^xsd:double;
  dwc:startLatitude '46.8'^^xsd:double;
  dwc:endLatitude '46.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 46.8, -53.6667 46.8, -53.6667 46.8, -53.6667 46.8, -53.6667 46.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3046'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8167 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "46.8167"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3048'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3048'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '46.8167'^^xsd:double;
  dwc:startLatitude '46.8167'^^xsd:double;
  dwc:endLatitude '46.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 46.8167, -53.6667 46.8167, -53.6667 46.8167, -53.6667 46.8167, -53.6667 46.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3048'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2158> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.6167"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2158'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2158'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.6167'^^xsd:double;
  dwc:startLatitude '47.6167'^^xsd:double;
  dwc:endLatitude '47.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.6167, -53.6667 47.6167, -53.6667 47.6167, -53.6667 47.6167, -53.6667 47.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2158'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2871> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7167"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2871'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2871'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.7167'^^xsd:double;
  dwc:startLatitude '47.7167'^^xsd:double;
  dwc:endLatitude '47.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2871'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7167"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2878'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2878'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.7167'^^xsd:double;
  dwc:startLatitude '47.7167'^^xsd:double;
  dwc:endLatitude '47.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2878'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2880> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7167 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7167"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2880'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2880'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.7167'^^xsd:double;
  dwc:startLatitude '47.7167'^^xsd:double;
  dwc:endLatitude '47.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167, -53.6667 47.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2880'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3403> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3403'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3403'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3403'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3402> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3402'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3402'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3402'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3405> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3405'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3405'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3405'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3406> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3406'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3406'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3406'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3404> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3404'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3404'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3404'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3401> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3401'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_3401'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75, -53.6667 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3401'^^xsd:string;
  dwc:observationDate '1992-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2881> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7667 -53.6667)"^^geo:wktLiteral ;
  geo-pos:lat "47.7667"^^xsd:decimal ;
  geo-pos:long "-53.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2881'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2881'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6667'^^xsd:double;
  dwc:startLongitude '-53.6667'^^xsd:double;
  dwc:endLongitude '-53.6667'^^xsd:double;
  dwc:latitude '47.7667'^^xsd:double;
  dwc:startLatitude '47.7667'^^xsd:double;
  dwc:endLatitude '47.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6667 47.7667, -53.6667 47.7667, -53.6667 47.7667, -53.6667 47.7667, -53.6667 47.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2881'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2064> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.7667"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2064'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2064'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.7667'^^xsd:double;
  dwc:startLatitude '46.7667'^^xsd:double;
  dwc:endLatitude '46.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.7667, -53.65 46.7667, -53.65 46.7667, -53.65 46.7667, -53.65 46.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2064'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2070> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.767"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2070'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2070'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.767'^^xsd:double;
  dwc:startLatitude '46.767'^^xsd:double;
  dwc:endLatitude '46.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.767, -53.65 46.767, -53.65 46.767, -53.65 46.767, -53.65 46.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2070'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2068> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.767"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2068'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2068'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.767'^^xsd:double;
  dwc:startLatitude '46.767'^^xsd:double;
  dwc:endLatitude '46.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.767, -53.65 46.767, -53.65 46.767, -53.65 46.767, -53.65 46.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2068'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.767"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2291'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2291'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.767'^^xsd:double;
  dwc:startLatitude '46.767'^^xsd:double;
  dwc:endLatitude '46.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.767, -53.65 46.767, -53.65 46.767, -53.65 46.767, -53.65 46.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2291'^^xsd:string;
  dwc:observationDate '1994-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.7833"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2216'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2216'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.7833'^^xsd:double;
  dwc:startLatitude '46.7833'^^xsd:double;
  dwc:endLatitude '46.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.7833, -53.65 46.7833, -53.65 46.7833, -53.65 46.7833, -53.65 46.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2216'^^xsd:string;
  dwc:observationDate '1994-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2063> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.7833"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2063'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2063'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.7833'^^xsd:double;
  dwc:startLatitude '46.7833'^^xsd:double;
  dwc:endLatitude '46.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.7833, -53.65 46.7833, -53.65 46.7833, -53.65 46.7833, -53.65 46.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2063'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.8333"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3104'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3104'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.8333'^^xsd:double;
  dwc:startLatitude '46.8333'^^xsd:double;
  dwc:endLatitude '46.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.8333, -53.65 46.8333, -53.65 46.8333, -53.65 46.8333, -53.65 46.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3104'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3050> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.8333"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3050'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3050'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.8333'^^xsd:double;
  dwc:startLatitude '46.8333'^^xsd:double;
  dwc:endLatitude '46.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.8333, -53.65 46.8333, -53.65 46.8333, -53.65 46.8333, -53.65 46.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3050'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.8333"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3043'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3043'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.8333'^^xsd:double;
  dwc:startLatitude '46.8333'^^xsd:double;
  dwc:endLatitude '46.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.8333, -53.65 46.8333, -53.65 46.8333, -53.65 46.8333, -53.65 46.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3043'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9833 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.9833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.9833 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "46.9833"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2981'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2981'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '46.9833'^^xsd:double;
  dwc:startLatitude '46.9833'^^xsd:double;
  dwc:endLatitude '46.9833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 46.9833, -53.65 46.9833, -53.65 46.9833, -53.65 46.9833, -53.65 46.9833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2981'^^xsd:string;
  dwc:observationDate '1983-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.567"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.567"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2363'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2363'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '47.567'^^xsd:double;
  dwc:startLatitude '47.567'^^xsd:double;
  dwc:endLatitude '47.567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 47.567, -53.65 47.567, -53.65 47.567, -53.65 47.567, -53.65 47.567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2363'^^xsd:string;
  dwc:observationDate '1995-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6333 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.6333"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2360'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2360'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '47.6333'^^xsd:double;
  dwc:startLatitude '47.6333'^^xsd:double;
  dwc:endLatitude '47.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 47.6333, -53.65 47.6333, -53.65 47.6333, -53.65 47.6333, -53.65 47.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2360'^^xsd:string;
  dwc:observationDate '1995-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2067> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2067'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2067'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 47.65, -53.65 47.65, -53.65 47.65, -53.65 47.65, -53.65 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2067'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.733"^^xsd:decimal ;
  dwc:decimalLongitude "-53.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.733 -53.65)"^^geo:wktLiteral ;
  geo-pos:lat "47.733"^^xsd:decimal ;
  geo-pos:long "-53.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2883'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2883'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.65'^^xsd:double;
  dwc:startLongitude '-53.65'^^xsd:double;
  dwc:endLongitude '-53.65'^^xsd:double;
  dwc:latitude '47.733'^^xsd:double;
  dwc:startLatitude '47.733'^^xsd:double;
  dwc:endLatitude '47.733'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.65 47.733, -53.65 47.733, -53.65 47.733, -53.65 47.733, -53.65 47.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2883'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6353 -53.6433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6353"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6353 -53.6433)"^^geo:wktLiteral ;
  geo-pos:lat "46.6353"^^xsd:decimal ;
  geo-pos:long "-53.6433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2325'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2325'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6433'^^xsd:double;
  dwc:startLongitude '-53.6433'^^xsd:double;
  dwc:endLongitude '-53.6433'^^xsd:double;
  dwc:latitude '46.6353'^^xsd:double;
  dwc:startLatitude '46.6353'^^xsd:double;
  dwc:endLatitude '46.6353'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6433 46.6353, -53.6433 46.6353, -53.6433 46.6353, -53.6433 46.6353, -53.6433 46.6353))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2325'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534 -53.6432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.534"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534 -53.6432)"^^geo:wktLiteral ;
  geo-pos:lat "47.534"^^xsd:decimal ;
  geo-pos:long "-53.6432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1232'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1232'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-53.6432'^^xsd:double;
  dwc:startLongitude '-53.6432'^^xsd:double;
  dwc:endLongitude '-53.6432'^^xsd:double;
  dwc:latitude '47.534'^^xsd:double;
  dwc:startLatitude '47.534'^^xsd:double;
  dwc:endLatitude '47.534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6432 47.534, -53.6432 47.534, -53.6432 47.534, -53.6432 47.534, -53.6432 47.534))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1232'^^xsd:string;
  dwc:observationDate '1992-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -53.6388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6982"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -53.6388)"^^geo:wktLiteral ;
  geo-pos:lat "48.6982"^^xsd:decimal ;
  geo-pos:long "-53.6388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1039'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1039'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-53.6388'^^xsd:double;
  dwc:startLongitude '-53.6388'^^xsd:double;
  dwc:endLongitude '-53.6388'^^xsd:double;
  dwc:latitude '48.6982'^^xsd:double;
  dwc:startLatitude '48.6982'^^xsd:double;
  dwc:endLatitude '48.6982'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6388 48.6982, -53.6388 48.6982, -53.6388 48.6982, -53.6388 48.6982, -53.6388 48.6982))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1039'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2983> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5667"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2983'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2983'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.5667'^^xsd:double;
  dwc:startLatitude '46.5667'^^xsd:double;
  dwc:endLatitude '46.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.5667, -53.6333 46.5667, -53.6333 46.5667, -53.6333 46.5667, -53.6333 46.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2983'^^xsd:string;
  dwc:observationDate '1983-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5667 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.5667"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2980'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2980'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.5667'^^xsd:double;
  dwc:startLatitude '46.5667'^^xsd:double;
  dwc:endLatitude '46.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.5667, -53.6333 46.5667, -53.6333 46.5667, -53.6333 46.5667, -53.6333 46.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2980'^^xsd:string;
  dwc:observationDate '1983-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3113> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6333 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6333 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.6333"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3113'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3113'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.6333'^^xsd:double;
  dwc:startLatitude '46.6333'^^xsd:double;
  dwc:endLatitude '46.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.6333, -53.6333 46.6333, -53.6333 46.6333, -53.6333 46.6333, -53.6333 46.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3113'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3105'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3105'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3105'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3112> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3112'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3112'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3112'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3110> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3110'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3110'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3110'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3111> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3111'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3111'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3111'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3107> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3107'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3107'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3107'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3109> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3109'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3109'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3109'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1992'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1992'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75, -53.6333 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1992'^^xsd:string;
  dwc:observationDate '1994-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7667 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.7667"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2150'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2150'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.7667'^^xsd:double;
  dwc:startLatitude '46.7667'^^xsd:double;
  dwc:endLatitude '46.7667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.7667, -53.6333 46.7667, -53.6333 46.7667, -53.6333 46.7667, -53.6333 46.7667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2150'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.7833"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2285'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2285'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.7833'^^xsd:double;
  dwc:startLatitude '46.7833'^^xsd:double;
  dwc:endLatitude '46.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.7833, -53.6333 46.7833, -53.6333 46.7833, -53.6333 46.7833, -53.6333 46.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2285'^^xsd:string;
  dwc:observationDate '1994-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8833 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.8833"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2827'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2827'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.8833'^^xsd:double;
  dwc:startLatitude '46.8833'^^xsd:double;
  dwc:endLatitude '46.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.8833, -53.6333 46.8833, -53.6333 46.8833, -53.6333 46.8833, -53.6333 46.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2827'^^xsd:string;
  dwc:observationDate '1983-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3051> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.95 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.95"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.95 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "46.95"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3051'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3051'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '46.95'^^xsd:double;
  dwc:startLatitude '46.95'^^xsd:double;
  dwc:endLatitude '46.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 46.95, -53.6333 46.95, -53.6333 46.95, -53.6333 46.95, -53.6333 46.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3051'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2160> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2160'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2160'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 47.65, -53.6333 47.65, -53.6333 47.65, -53.6333 47.65, -53.6333 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2160'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2149'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2149'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 47.65, -53.6333 47.65, -53.6333 47.65, -53.6333 47.65, -53.6333 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2149'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2361'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2361'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.6333'^^xsd:double;
  dwc:startLongitude '-53.6333'^^xsd:double;
  dwc:endLongitude '-53.6333'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6333 47.65, -53.6333 47.65, -53.6333 47.65, -53.6333 47.65, -53.6333 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2361'^^xsd:string;
  dwc:observationDate '1994-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2002'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2002'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 46.75, -53.633 46.75, -53.633 46.75, -53.633 46.75, -53.633 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2002'^^xsd:string;
  dwc:observationDate '1994-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_868> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_868'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_868'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 46.75, -53.633 46.75, -53.633 46.75, -53.633 46.75, -53.633 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_868'^^xsd:string;
  dwc:observationDate '1994-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.767 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "46.767"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2166'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2166'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '46.767'^^xsd:double;
  dwc:startLatitude '46.767'^^xsd:double;
  dwc:endLatitude '46.767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 46.767, -53.633 46.767, -53.633 46.767, -53.633 46.767, -53.633 46.767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2166'^^xsd:string;
  dwc:observationDate '1994-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.783 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.783"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.783 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "46.783"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2029'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2029'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '46.783'^^xsd:double;
  dwc:startLatitude '46.783'^^xsd:double;
  dwc:endLatitude '46.783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 46.783, -53.633 46.783, -53.633 46.783, -53.633 46.783, -53.633 46.783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2029'^^xsd:string;
  dwc:observationDate '1994-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.567"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "47.567"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2330'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2330'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '47.567'^^xsd:double;
  dwc:startLatitude '47.567'^^xsd:double;
  dwc:endLatitude '47.567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 47.567, -53.633 47.567, -53.633 47.567, -53.633 47.567, -53.633 47.567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2330'^^xsd:string;
  dwc:observationDate '1995-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.567"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "47.567"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2329'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2329'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '47.567'^^xsd:double;
  dwc:startLatitude '47.567'^^xsd:double;
  dwc:endLatitude '47.567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 47.567, -53.633 47.567, -53.633 47.567, -53.633 47.567, -53.633 47.567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2329'^^xsd:string;
  dwc:observationDate '1995-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_683'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_683'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:startLatitude '47.6'^^xsd:double;
  dwc:endLatitude '47.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 47.6, -53.633 47.6, -53.633 47.6, -53.633 47.6, -53.633 47.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_683'^^xsd:string;
  dwc:observationDate '1995-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2331'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2331'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:startLatitude '47.6'^^xsd:double;
  dwc:endLatitude '47.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 47.6, -53.633 47.6, -53.633 47.6, -53.633 47.6, -53.633 47.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2331'^^xsd:string;
  dwc:observationDate '1995-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.683 -53.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.683"^^xsd:decimal ;
  dwc:decimalLongitude "-53.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.683 -53.633)"^^geo:wktLiteral ;
  geo-pos:lat "47.683"^^xsd:decimal ;
  geo-pos:long "-53.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_641'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_641'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.633'^^xsd:double;
  dwc:startLongitude '-53.633'^^xsd:double;
  dwc:endLongitude '-53.633'^^xsd:double;
  dwc:latitude '47.683'^^xsd:double;
  dwc:startLatitude '47.683'^^xsd:double;
  dwc:endLatitude '47.683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.633 47.683, -53.633 47.683, -53.633 47.683, -53.633 47.683, -53.633 47.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_641'^^xsd:string;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1048> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7227 -53.6285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7227"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7227 -53.6285)"^^geo:wktLiteral ;
  geo-pos:lat "48.7227"^^xsd:decimal ;
  geo-pos:long "-53.6285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1048'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1048'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-53.6285'^^xsd:double;
  dwc:startLongitude '-53.6285'^^xsd:double;
  dwc:endLongitude '-53.6285'^^xsd:double;
  dwc:latitude '48.7227'^^xsd:double;
  dwc:startLatitude '48.7227'^^xsd:double;
  dwc:endLatitude '48.7227'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6285 48.7227, -53.6285 48.7227, -53.6285 48.7227, -53.6285 48.7227, -53.6285 48.7227))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1048'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2069> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.617)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2069'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2069'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.617'^^xsd:double;
  dwc:startLongitude '-53.617'^^xsd:double;
  dwc:endLongitude '-53.617'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.617 46.75, -53.617 46.75, -53.617 46.75, -53.617 46.75, -53.617 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2069'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583 -53.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583"^^xsd:decimal ;
  dwc:decimalLongitude "-53.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583 -53.617)"^^geo:wktLiteral ;
  geo-pos:lat "47.583"^^xsd:decimal ;
  geo-pos:long "-53.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2362'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2362'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.617'^^xsd:double;
  dwc:startLongitude '-53.617'^^xsd:double;
  dwc:endLongitude '-53.617'^^xsd:double;
  dwc:latitude '47.583'^^xsd:double;
  dwc:startLatitude '47.583'^^xsd:double;
  dwc:endLatitude '47.583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.617 47.583, -53.617 47.583, -53.617 47.583, -53.617 47.583, -53.617 47.583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2362'^^xsd:string;
  dwc:observationDate '1995-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3088> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.617)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3088'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3088'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.617'^^xsd:double;
  dwc:startLongitude '-53.617'^^xsd:double;
  dwc:endLongitude '-53.617'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.617 47.65, -53.617 47.65, -53.617 47.65, -53.617 47.65, -53.617 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3088'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.617)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3089'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3089'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.617'^^xsd:double;
  dwc:startLongitude '-53.617'^^xsd:double;
  dwc:endLongitude '-53.617'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.617 47.65, -53.617 47.65, -53.617 47.65, -53.617 47.65, -53.617 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3089'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.667 -53.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.667 -53.617)"^^geo:wktLiteral ;
  geo-pos:lat "47.667"^^xsd:decimal ;
  geo-pos:long "-53.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_642'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_642'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.617'^^xsd:double;
  dwc:startLongitude '-53.617'^^xsd:double;
  dwc:endLongitude '-53.617'^^xsd:double;
  dwc:latitude '47.667'^^xsd:double;
  dwc:startLatitude '47.667'^^xsd:double;
  dwc:endLatitude '47.667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.617 47.667, -53.617 47.667, -53.617 47.667, -53.617 47.667, -53.617 47.667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_642'^^xsd:string;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2889> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.667 -53.617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.667 -53.617)"^^geo:wktLiteral ;
  geo-pos:lat "47.667"^^xsd:decimal ;
  geo-pos:long "-53.617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2889'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2889'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.617'^^xsd:double;
  dwc:startLongitude '-53.617'^^xsd:double;
  dwc:endLongitude '-53.617'^^xsd:double;
  dwc:latitude '47.667'^^xsd:double;
  dwc:startLatitude '47.667'^^xsd:double;
  dwc:endLatitude '47.667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.617 47.667, -53.617 47.667, -53.617 47.667, -53.617 47.667, -53.617 47.667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2889'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3108> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5167 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "46.5167"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3108'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3108'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '46.5167'^^xsd:double;
  dwc:startLatitude '46.5167'^^xsd:double;
  dwc:endLatitude '46.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 46.5167, -53.6167 46.5167, -53.6167 46.5167, -53.6167 46.5167, -53.6167 46.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3108'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3079'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3079'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:startLatitude '47.6'^^xsd:double;
  dwc:endLatitude '47.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 47.6, -53.6167 47.6, -53.6167 47.6, -53.6167 47.6, -53.6167 47.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3079'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.6167"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3080'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3080'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '47.6167'^^xsd:double;
  dwc:startLatitude '47.6167'^^xsd:double;
  dwc:endLatitude '47.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 47.6167, -53.6167 47.6167, -53.6167 47.6167, -53.6167 47.6167, -53.6167 47.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3080'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3086'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3086'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3086'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3078'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3078'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3078'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3073'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3073'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3073'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3084'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3084'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3084'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.6167)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3076'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3076'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6167'^^xsd:double;
  dwc:startLongitude '-53.6167'^^xsd:double;
  dwc:endLongitude '-53.6167'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65, -53.6167 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3076'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.895 -53.615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.895"^^xsd:decimal ;
  dwc:decimalLongitude "-53.615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.895 -53.615)"^^geo:wktLiteral ;
  geo-pos:lat "48.895"^^xsd:decimal ;
  geo-pos:long "-53.615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2424'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2424'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.615'^^xsd:double;
  dwc:startLongitude '-53.615'^^xsd:double;
  dwc:endLongitude '-53.615'^^xsd:double;
  dwc:latitude '48.895'^^xsd:double;
  dwc:startLatitude '48.895'^^xsd:double;
  dwc:endLatitude '48.895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.615 48.895, -53.615 48.895, -53.615 48.895, -53.615 48.895, -53.615 48.895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2424'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1047> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6618 -53.6065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6618"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6618 -53.6065)"^^geo:wktLiteral ;
  geo-pos:lat "48.6618"^^xsd:decimal ;
  geo-pos:long "-53.6065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1047'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1047'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-53.6065'^^xsd:double;
  dwc:startLongitude '-53.6065'^^xsd:double;
  dwc:endLongitude '-53.6065'^^xsd:double;
  dwc:latitude '48.6618'^^xsd:double;
  dwc:startLatitude '48.6618'^^xsd:double;
  dwc:endLatitude '48.6618'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6065 48.6618, -53.6065 48.6618, -53.6065 48.6618, -53.6065 48.6618, -53.6065 48.6618))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1047'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_993> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6558 -53.6042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6558"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6558 -53.6042)"^^geo:wktLiteral ;
  geo-pos:lat "48.6558"^^xsd:decimal ;
  geo-pos:long "-53.6042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_993'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_993'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.6042'^^xsd:double;
  dwc:startLongitude '-53.6042'^^xsd:double;
  dwc:endLongitude '-53.6042'^^xsd:double;
  dwc:latitude '48.6558'^^xsd:double;
  dwc:startLatitude '48.6558'^^xsd:double;
  dwc:endLatitude '48.6558'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6042 48.6558, -53.6042 48.6558, -53.6042 48.6558, -53.6042 48.6558, -53.6042 48.6558))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_993'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7268 -53.6007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7268"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7268 -53.6007)"^^geo:wktLiteral ;
  geo-pos:lat "48.7268"^^xsd:decimal ;
  geo-pos:long "-53.6007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1043'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1043'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-53.6007'^^xsd:double;
  dwc:startLongitude '-53.6007'^^xsd:double;
  dwc:endLongitude '-53.6007'^^xsd:double;
  dwc:latitude '48.7268'^^xsd:double;
  dwc:startLatitude '48.7268'^^xsd:double;
  dwc:endLatitude '48.7268'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6007 48.7268, -53.6007 48.7268, -53.6007 48.7268, -53.6007 48.7268, -53.6007 48.7268))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1043'^^xsd:string;
  dwc:observationDate '1993-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1086> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9198 -53.6003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.9198"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9198 -53.6003)"^^geo:wktLiteral ;
  geo-pos:lat "48.9198"^^xsd:decimal ;
  geo-pos:long "-53.6003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1086'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1086'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.6003'^^xsd:double;
  dwc:startLongitude '-53.6003'^^xsd:double;
  dwc:endLongitude '-53.6003'^^xsd:double;
  dwc:latitude '48.9198'^^xsd:double;
  dwc:startLatitude '48.9198'^^xsd:double;
  dwc:endLatitude '48.9198'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6003 48.9198, -53.6003 48.9198, -53.6003 48.9198, -53.6003 48.9198, -53.6003 48.9198))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1086'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3164> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3164'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3164'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.6'^^xsd:double;
  dwc:startLongitude '-53.6'^^xsd:double;
  dwc:endLongitude '-53.6'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:startLatitude '47.5833'^^xsd:double;
  dwc:endLatitude '47.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6 47.5833, -53.6 47.5833, -53.6 47.5833, -53.6 47.5833, -53.6 47.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3164'^^xsd:string;
  dwc:observationDate '1995-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3165'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3165'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.6'^^xsd:double;
  dwc:startLongitude '-53.6'^^xsd:double;
  dwc:endLongitude '-53.6'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:startLatitude '47.5833'^^xsd:double;
  dwc:endLatitude '47.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6 47.5833, -53.6 47.5833, -53.6 47.5833, -53.6 47.5833, -53.6 47.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3165'^^xsd:string;
  dwc:observationDate '1995-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2215> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.6167"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2215'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2215'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.6'^^xsd:double;
  dwc:startLongitude '-53.6'^^xsd:double;
  dwc:endLongitude '-53.6'^^xsd:double;
  dwc:latitude '47.6167'^^xsd:double;
  dwc:startLatitude '47.6167'^^xsd:double;
  dwc:endLatitude '47.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6 47.6167, -53.6 47.6167, -53.6 47.6167, -53.6 47.6167, -53.6 47.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2215'^^xsd:string;
  dwc:observationDate '1994-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2234> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.6167"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2234'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2234'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.6'^^xsd:double;
  dwc:startLongitude '-53.6'^^xsd:double;
  dwc:endLongitude '-53.6'^^xsd:double;
  dwc:latitude '47.6167'^^xsd:double;
  dwc:startLatitude '47.6167'^^xsd:double;
  dwc:endLatitude '47.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6 47.6167, -53.6 47.6167, -53.6 47.6167, -53.6 47.6167, -53.6 47.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2234'^^xsd:string;
  dwc:observationDate '1994-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.75 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.75"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2888'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2888'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.6'^^xsd:double;
  dwc:startLongitude '-53.6'^^xsd:double;
  dwc:endLongitude '-53.6'^^xsd:double;
  dwc:latitude '47.75'^^xsd:double;
  dwc:startLatitude '47.75'^^xsd:double;
  dwc:endLatitude '47.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6 47.75, -53.6 47.75, -53.6 47.75, -53.6 47.75, -53.6 47.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2888'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1734> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1734'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1734'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-53.6'^^xsd:double;
  dwc:startLongitude '-53.6'^^xsd:double;
  dwc:endLongitude '-53.6'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:startLatitude '48.6667'^^xsd:double;
  dwc:endLatitude '48.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6 48.6667, -53.6 48.6667, -53.6 48.6667, -53.6 48.6667, -53.6 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1734'^^xsd:string;
  dwc:observationDate '1994-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1733> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -53.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -53.6)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-53.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1733'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_1733'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-53.6'^^xsd:double;
  dwc:startLongitude '-53.6'^^xsd:double;
  dwc:endLongitude '-53.6'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:startLatitude '48.6667'^^xsd:double;
  dwc:endLatitude '48.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.6 48.6667, -53.6 48.6667, -53.6 48.6667, -53.6 48.6667, -53.6 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1733'^^xsd:string;
  dwc:observationDate '1994-08-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1084> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8617 -53.5983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.8617"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8617 -53.5983)"^^geo:wktLiteral ;
  geo-pos:lat "48.8617"^^xsd:decimal ;
  geo-pos:long "-53.5983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1084'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1084'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.5983'^^xsd:double;
  dwc:startLongitude '-53.5983'^^xsd:double;
  dwc:endLongitude '-53.5983'^^xsd:double;
  dwc:latitude '48.8617'^^xsd:double;
  dwc:startLatitude '48.8617'^^xsd:double;
  dwc:endLatitude '48.8617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5983 48.8617, -53.5983 48.8617, -53.5983 48.8617, -53.5983 48.8617, -53.5983 48.8617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1084'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9067 -53.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.9067"^^xsd:decimal ;
  dwc:decimalLongitude "-53.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9067 -53.595)"^^geo:wktLiteral ;
  geo-pos:lat "48.9067"^^xsd:decimal ;
  geo-pos:long "-53.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2333'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2333'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.595'^^xsd:double;
  dwc:startLongitude '-53.595'^^xsd:double;
  dwc:endLongitude '-53.595'^^xsd:double;
  dwc:latitude '48.9067'^^xsd:double;
  dwc:startLatitude '48.9067'^^xsd:double;
  dwc:endLatitude '48.9067'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.595 48.9067, -53.595 48.9067, -53.595 48.9067, -53.595 48.9067, -53.595 48.9067))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2333'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9273 -53.592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.9273"^^xsd:decimal ;
  dwc:decimalLongitude "-53.592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9273 -53.592)"^^geo:wktLiteral ;
  geo-pos:lat "48.9273"^^xsd:decimal ;
  geo-pos:long "-53.592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1085'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1085'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.592'^^xsd:double;
  dwc:startLongitude '-53.592'^^xsd:double;
  dwc:endLongitude '-53.592'^^xsd:double;
  dwc:latitude '48.9273'^^xsd:double;
  dwc:startLatitude '48.9273'^^xsd:double;
  dwc:endLatitude '48.9273'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.592 48.9273, -53.592 48.9273, -53.592 48.9273, -53.592 48.9273, -53.592 48.9273))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1085'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3052> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "46.8333"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3052'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3052'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '46.8333'^^xsd:double;
  dwc:startLatitude '46.8333'^^xsd:double;
  dwc:endLatitude '46.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3052'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3042> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "46.8333"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3042'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3042'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '46.8333'^^xsd:double;
  dwc:startLatitude '46.8333'^^xsd:double;
  dwc:endLatitude '46.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3042'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3044> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "46.8333"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3044'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3044'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '46.8333'^^xsd:double;
  dwc:startLatitude '46.8333'^^xsd:double;
  dwc:endLatitude '46.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3044'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3049> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.8333 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "46.8333"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3049'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3049'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '46.8333'^^xsd:double;
  dwc:startLatitude '46.8333'^^xsd:double;
  dwc:endLatitude '46.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333, -53.5833 46.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3049'^^xsd:string;
  dwc:observationDate '1983-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0833 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0833 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.0833"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3540'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1987'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_3540'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:endYearCollected '1987'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '47.0833'^^xsd:double;
  dwc:startLatitude '47.0833'^^xsd:double;
  dwc:endLatitude '47.0833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 47.0833, -53.5833 47.0833, -53.5833 47.0833, -53.5833 47.0833, -53.5833 47.0833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3540'^^xsd:string;
  dwc:observationDate '1987-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2230'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2230'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:startLatitude '47.5833'^^xsd:double;
  dwc:endLatitude '47.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 47.5833, -53.5833 47.5833, -53.5833 47.5833, -53.5833 47.5833, -53.5833 47.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2230'^^xsd:string;
  dwc:observationDate '1995-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3263> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6167 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.6167"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3263'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3263'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '47.6167'^^xsd:double;
  dwc:startLatitude '47.6167'^^xsd:double;
  dwc:endLatitude '47.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 47.6167, -53.5833 47.6167, -53.5833 47.6167, -53.5833 47.6167, -53.5833 47.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3263'^^xsd:string;
  dwc:observationDate '1995-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2232> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2232'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2232'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:startLatitude '47.6667'^^xsd:double;
  dwc:endLatitude '47.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 47.6667, -53.5833 47.6667, -53.5833 47.6667, -53.5833 47.6667, -53.5833 47.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2232'^^xsd:string;
  dwc:observationDate '1994-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.5833)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1991'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1991'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.5833'^^xsd:double;
  dwc:startLongitude '-53.5833'^^xsd:double;
  dwc:endLongitude '-53.5833'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5833 47.7, -53.5833 47.7, -53.5833 47.7, -53.5833 47.7, -53.5833 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1991'^^xsd:string;
  dwc:observationDate '1994-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2473> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.633 -53.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.633"^^xsd:decimal ;
  dwc:decimalLongitude "-53.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.633 -53.583)"^^geo:wktLiteral ;
  geo-pos:lat "47.633"^^xsd:decimal ;
  geo-pos:long "-53.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2473'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2473'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.583'^^xsd:double;
  dwc:startLongitude '-53.583'^^xsd:double;
  dwc:endLongitude '-53.583'^^xsd:double;
  dwc:latitude '47.633'^^xsd:double;
  dwc:startLatitude '47.633'^^xsd:double;
  dwc:endLatitude '47.633'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.583 47.633, -53.583 47.633, -53.583 47.633, -53.583 47.633, -53.583 47.633))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2473'^^xsd:string;
  dwc:observationDate '1994-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -53.583)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-53.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_761'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_761'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.583'^^xsd:double;
  dwc:startLongitude '-53.583'^^xsd:double;
  dwc:endLongitude '-53.583'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.583 47.7, -53.583 47.7, -53.583 47.7, -53.583 47.7, -53.583 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_761'^^xsd:string;
  dwc:observationDate '1995-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9805 -53.5782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.9805"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.9805 -53.5782)"^^geo:wktLiteral ;
  geo-pos:lat "48.9805"^^xsd:decimal ;
  geo-pos:long "-53.5782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1172'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1172'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.5782'^^xsd:double;
  dwc:startLongitude '-53.5782'^^xsd:double;
  dwc:endLongitude '-53.5782'^^xsd:double;
  dwc:latitude '48.9805'^^xsd:double;
  dwc:startLatitude '48.9805'^^xsd:double;
  dwc:endLatitude '48.9805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5782 48.9805, -53.5782 48.9805, -53.5782 48.9805, -53.5782 48.9805, -53.5782 48.9805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1172'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2851> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.533"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.533"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2851'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2851'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.533'^^xsd:double;
  dwc:startLatitude '47.533'^^xsd:double;
  dwc:endLatitude '47.533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2851'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2844> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.533"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.533"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2844'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2844'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.533'^^xsd:double;
  dwc:startLatitude '47.533'^^xsd:double;
  dwc:endLatitude '47.533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2844'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.533"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.533"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2925'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2925'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.533'^^xsd:double;
  dwc:startLatitude '47.533'^^xsd:double;
  dwc:endLatitude '47.533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2925'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2843> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.533"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.533"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2843'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2843'^^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 '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.533'^^xsd:double;
  dwc:startLatitude '47.533'^^xsd:double;
  dwc:endLatitude '47.533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533, -53.567 47.533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2843'^^xsd:string;
  dwc:observationDate '1994-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2240> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2240'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2240'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:startLatitude '47.55'^^xsd:double;
  dwc:endLatitude '47.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.55, -53.567 47.55, -53.567 47.55, -53.567 47.55, -53.567 47.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2240'^^xsd:string;
  dwc:observationDate '1995-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2241> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2241'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2241'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:startLatitude '47.55'^^xsd:double;
  dwc:endLatitude '47.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.55, -53.567 47.55, -53.567 47.55, -53.567 47.55, -53.567 47.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2241'^^xsd:string;
  dwc:observationDate '1995-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2895> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2895'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2895'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:startLatitude '47.55'^^xsd:double;
  dwc:endLatitude '47.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.55, -53.567 47.55, -53.567 47.55, -53.567 47.55, -53.567 47.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2895'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.567"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.567"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2886'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2886'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.567'^^xsd:double;
  dwc:startLatitude '47.567'^^xsd:double;
  dwc:endLatitude '47.567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.567, -53.567 47.567, -53.567 47.567, -53.567 47.567, -53.567 47.567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2886'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.567"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.567 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.567"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2288'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2288'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.567'^^xsd:double;
  dwc:startLatitude '47.567'^^xsd:double;
  dwc:endLatitude '47.567'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.567, -53.567 47.567, -53.567 47.567, -53.567 47.567, -53.567 47.567))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2288'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2239> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583 -53.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.583"^^xsd:decimal ;
  dwc:decimalLongitude "-53.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.583 -53.567)"^^geo:wktLiteral ;
  geo-pos:lat "47.583"^^xsd:decimal ;
  geo-pos:long "-53.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2239'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2239'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.567'^^xsd:double;
  dwc:startLongitude '-53.567'^^xsd:double;
  dwc:endLongitude '-53.567'^^xsd:double;
  dwc:latitude '47.583'^^xsd:double;
  dwc:startLatitude '47.583'^^xsd:double;
  dwc:endLatitude '47.583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.567 47.583, -53.567 47.583, -53.567 47.583, -53.567 47.583, -53.567 47.583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2239'^^xsd:string;
  dwc:observationDate '1995-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2907> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2907'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2907'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:startLatitude '47.5333'^^xsd:double;
  dwc:endLatitude '47.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.5333, -53.5667 47.5333, -53.5667 47.5333, -53.5667 47.5333, -53.5667 47.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2907'^^xsd:string;
  dwc:observationDate '1992-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3075'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3075'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:startLatitude '47.55'^^xsd:double;
  dwc:endLatitude '47.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.55, -53.5667 47.55, -53.5667 47.55, -53.5667 47.55, -53.5667 47.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3075'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3077'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3077'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:startLatitude '47.55'^^xsd:double;
  dwc:endLatitude '47.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.55, -53.5667 47.55, -53.5667 47.55, -53.5667 47.55, -53.5667 47.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3077'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2873> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.55 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.55"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2873'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2873'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.55'^^xsd:double;
  dwc:startLatitude '47.55'^^xsd:double;
  dwc:endLatitude '47.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.55, -53.5667 47.55, -53.5667 47.55, -53.5667 47.55, -53.5667 47.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2873'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2287'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2287'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:startLatitude '47.5667'^^xsd:double;
  dwc:endLatitude '47.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.5667, -53.5667 47.5667, -53.5667 47.5667, -53.5667 47.5667, -53.5667 47.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2287'^^xsd:string;
  dwc:observationDate '1995-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2231> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5833 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.5833"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2231'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2231'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.5833'^^xsd:double;
  dwc:startLatitude '47.5833'^^xsd:double;
  dwc:endLatitude '47.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.5833, -53.5667 47.5833, -53.5667 47.5833, -53.5667 47.5833, -53.5667 47.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2231'^^xsd:string;
  dwc:observationDate '1995-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2354'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2354'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.65, -53.5667 47.65, -53.5667 47.65, -53.5667 47.65, -53.5667 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2354'^^xsd:string;
  dwc:observationDate '1994-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.5667)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2359'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2359'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.5667'^^xsd:double;
  dwc:startLongitude '-53.5667'^^xsd:double;
  dwc:endLongitude '-53.5667'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5667 47.65, -53.5667 47.65, -53.5667 47.65, -53.5667 47.65, -53.5667 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2359'^^xsd:string;
  dwc:observationDate '1994-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1087> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.678 -53.5552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.678"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.678 -53.5552)"^^geo:wktLiteral ;
  geo-pos:lat "48.678"^^xsd:decimal ;
  geo-pos:long "-53.5552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1087'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1087'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.5552'^^xsd:double;
  dwc:startLongitude '-53.5552'^^xsd:double;
  dwc:endLongitude '-53.5552'^^xsd:double;
  dwc:latitude '48.678'^^xsd:double;
  dwc:startLatitude '48.678'^^xsd:double;
  dwc:endLatitude '48.678'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5552 48.678, -53.5552 48.678, -53.5552 48.678, -53.5552 48.678, -53.5552 48.678))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1087'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.533"^^xsd:decimal ;
  dwc:decimalLongitude "-53.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.533 -53.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.533"^^xsd:decimal ;
  geo-pos:long "-53.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2885'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2885'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.55'^^xsd:double;
  dwc:startLongitude '-53.55'^^xsd:double;
  dwc:endLongitude '-53.55'^^xsd:double;
  dwc:latitude '47.533'^^xsd:double;
  dwc:startLatitude '47.533'^^xsd:double;
  dwc:endLatitude '47.533'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.55 47.533, -53.55 47.533, -53.55 47.533, -53.55 47.533, -53.55 47.533))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2885'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -53.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-53.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5333 -53.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.5333"^^xsd:decimal ;
  geo-pos:long "-53.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2870'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2870'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.55'^^xsd:double;
  dwc:startLongitude '-53.55'^^xsd:double;
  dwc:endLongitude '-53.55'^^xsd:double;
  dwc:latitude '47.5333'^^xsd:double;
  dwc:startLatitude '47.5333'^^xsd:double;
  dwc:endLatitude '47.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.55 47.5333, -53.55 47.5333, -53.55 47.5333, -53.55 47.5333, -53.55 47.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2870'^^xsd:string;
  dwc:observationDate '1992-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1860> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1860'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1860'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-53.55'^^xsd:double;
  dwc:startLongitude '-53.55'^^xsd:double;
  dwc:endLongitude '-53.55'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.55 47.65, -53.55 47.65, -53.55 47.65, -53.55 47.65, -53.55 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1860'^^xsd:string;
  dwc:observationDate '1995-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1859> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.65 -53.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.65"^^xsd:decimal ;
  geo-pos:long "-53.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1859'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1859'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-53.55'^^xsd:double;
  dwc:startLongitude '-53.55'^^xsd:double;
  dwc:endLongitude '-53.55'^^xsd:double;
  dwc:latitude '47.65'^^xsd:double;
  dwc:startLatitude '47.65'^^xsd:double;
  dwc:endLatitude '47.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.55 47.65, -53.55 47.65, -53.55 47.65, -53.55 47.65, -53.55 47.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1859'^^xsd:string;
  dwc:observationDate '1995-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.783 -53.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.783"^^xsd:decimal ;
  dwc:decimalLongitude "-53.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.783 -53.55)"^^geo:wktLiteral ;
  geo-pos:lat "47.783"^^xsd:decimal ;
  geo-pos:long "-53.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2846'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2846'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:longitude '-53.55'^^xsd:double;
  dwc:startLongitude '-53.55'^^xsd:double;
  dwc:endLongitude '-53.55'^^xsd:double;
  dwc:latitude '47.783'^^xsd:double;
  dwc:startLatitude '47.783'^^xsd:double;
  dwc:endLatitude '47.783'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.55 47.783, -53.55 47.783, -53.55 47.783, -53.55 47.783, -53.55 47.783))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2846'^^xsd:string;
  dwc:observationDate '1992-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3382> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -53.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6667 -53.5333)"^^geo:wktLiteral ;
  geo-pos:lat "47.6667"^^xsd:decimal ;
  geo-pos:long "-53.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3382'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3382'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-53.5333'^^xsd:double;
  dwc:startLongitude '-53.5333'^^xsd:double;
  dwc:endLongitude '-53.5333'^^xsd:double;
  dwc:latitude '47.6667'^^xsd:double;
  dwc:startLatitude '47.6667'^^xsd:double;
  dwc:endLatitude '47.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5333 47.6667, -53.5333 47.6667, -53.5333 47.6667, -53.5333 47.6667, -53.5333 47.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3382'^^xsd:string;
  dwc:observationDate '1995-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3085> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6833 -53.5333)"^^geo:wktLiteral ;
  geo-pos:lat "47.6833"^^xsd:decimal ;
  geo-pos:long "-53.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3085'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3085'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5333'^^xsd:double;
  dwc:startLongitude '-53.5333'^^xsd:double;
  dwc:endLongitude '-53.5333'^^xsd:double;
  dwc:latitude '47.6833'^^xsd:double;
  dwc:startLatitude '47.6833'^^xsd:double;
  dwc:endLatitude '47.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5333 47.6833, -53.5333 47.6833, -53.5333 47.6833, -53.5333 47.6833, -53.5333 47.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3085'^^xsd:string;
  dwc:observationDate '1992-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2474> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8933 -53.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.8933"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.8933 -53.5333)"^^geo:wktLiteral ;
  geo-pos:lat "48.8933"^^xsd:decimal ;
  geo-pos:long "-53.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2474'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2474'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5333'^^xsd:double;
  dwc:startLongitude '-53.5333'^^xsd:double;
  dwc:endLongitude '-53.5333'^^xsd:double;
  dwc:latitude '48.8933'^^xsd:double;
  dwc:startLatitude '48.8933'^^xsd:double;
  dwc:endLatitude '48.8933'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5333 48.8933, -53.5333 48.8933, -53.5333 48.8933, -53.5333 48.8933, -53.5333 48.8933))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2474'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6767 -53.5317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6767"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6767 -53.5317)"^^geo:wktLiteral ;
  geo-pos:lat "48.6767"^^xsd:decimal ;
  geo-pos:long "-53.5317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2364'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2364'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5317'^^xsd:double;
  dwc:startLongitude '-53.5317'^^xsd:double;
  dwc:endLongitude '-53.5317'^^xsd:double;
  dwc:latitude '48.6767'^^xsd:double;
  dwc:startLatitude '48.6767'^^xsd:double;
  dwc:endLatitude '48.6767'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5317 48.6767, -53.5317 48.6767, -53.5317 48.6767, -53.5317 48.6767, -53.5317 48.6767))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2364'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1073> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0412 -53.5303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.0412"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0412 -53.5303)"^^geo:wktLiteral ;
  geo-pos:lat "49.0412"^^xsd:decimal ;
  geo-pos:long "-53.5303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1073'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1073'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.5303'^^xsd:double;
  dwc:startLongitude '-53.5303'^^xsd:double;
  dwc:endLongitude '-53.5303'^^xsd:double;
  dwc:latitude '49.0412'^^xsd:double;
  dwc:startLatitude '49.0412'^^xsd:double;
  dwc:endLatitude '49.0412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5303 49.0412, -53.5303 49.0412, -53.5303 49.0412, -53.5303 49.0412, -53.5303 49.0412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1073'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0412 -53.5303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.0412"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0412 -53.5303)"^^geo:wktLiteral ;
  geo-pos:lat "49.0412"^^xsd:decimal ;
  geo-pos:long "-53.5303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1081'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_1081'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.5303'^^xsd:double;
  dwc:startLongitude '-53.5303'^^xsd:double;
  dwc:endLongitude '-53.5303'^^xsd:double;
  dwc:latitude '49.0412'^^xsd:double;
  dwc:startLatitude '49.0412'^^xsd:double;
  dwc:endLatitude '49.0412'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5303 49.0412, -53.5303 49.0412, -53.5303 49.0412, -53.5303 49.0412, -53.5303 49.0412))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1081'^^xsd:string;
  dwc:observationDate '1993-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1168> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0703 -53.5242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0703 -53.5242)"^^geo:wktLiteral ;
  geo-pos:lat "49.0703"^^xsd:decimal ;
  geo-pos:long "-53.5242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1168'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1168'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.5242'^^xsd:double;
  dwc:startLongitude '-53.5242'^^xsd:double;
  dwc:endLongitude '-53.5242'^^xsd:double;
  dwc:latitude '49.0703'^^xsd:double;
  dwc:startLatitude '49.0703'^^xsd:double;
  dwc:endLatitude '49.0703'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5242 49.0703, -53.5242 49.0703, -53.5242 49.0703, -53.5242 49.0703, -53.5242 49.0703))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1168'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0703 -53.5242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.0703"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.0703 -53.5242)"^^geo:wktLiteral ;
  geo-pos:lat "49.0703"^^xsd:decimal ;
  geo-pos:long "-53.5242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1173'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1173'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.5242'^^xsd:double;
  dwc:startLongitude '-53.5242'^^xsd:double;
  dwc:endLongitude '-53.5242'^^xsd:double;
  dwc:latitude '49.0703'^^xsd:double;
  dwc:startLatitude '49.0703'^^xsd:double;
  dwc:endLatitude '49.0703'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5242 49.0703, -53.5242 49.0703, -53.5242 49.0703, -53.5242 49.0703, -53.5242 49.0703))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1173'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63 -53.5083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63"^^xsd:decimal ;
  dwc:decimalLongitude "-53.5083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63 -53.5083)"^^geo:wktLiteral ;
  geo-pos:lat "48.63"^^xsd:decimal ;
  geo-pos:long "-53.5083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2332'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_2332'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.5083'^^xsd:double;
  dwc:startLongitude '-53.5083'^^xsd:double;
  dwc:endLongitude '-53.5083'^^xsd:double;
  dwc:latitude '48.63'^^xsd:double;
  dwc:startLatitude '48.63'^^xsd:double;
  dwc:endLatitude '48.63'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.5083 48.63, -53.5083 48.63, -53.5083 48.63, -53.5083 48.63, -53.5083 48.63))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2332'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1543 -53.4543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1543"^^xsd:decimal ;
  dwc:decimalLongitude "-53.4543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1543 -53.4543)"^^geo:wktLiteral ;
  geo-pos:lat "49.1543"^^xsd:decimal ;
  geo-pos:long "-53.4543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1165'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1165'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.4543'^^xsd:double;
  dwc:startLongitude '-53.4543'^^xsd:double;
  dwc:endLongitude '-53.4543'^^xsd:double;
  dwc:latitude '49.1543'^^xsd:double;
  dwc:startLatitude '49.1543'^^xsd:double;
  dwc:endLatitude '49.1543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.4543 49.1543, -53.4543 49.1543, -53.4543 49.1543, -53.4543 49.1543, -53.4543 49.1543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1165'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-53.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3153'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3153'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.45'^^xsd:double;
  dwc:startLongitude '-53.45'^^xsd:double;
  dwc:endLongitude '-53.45'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:startLatitude '46.55'^^xsd:double;
  dwc:endLatitude '46.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3153'^^xsd:string;
  dwc:observationDate '1983-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3150> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-53.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3150'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3150'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.45'^^xsd:double;
  dwc:startLongitude '-53.45'^^xsd:double;
  dwc:endLongitude '-53.45'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:startLatitude '46.55'^^xsd:double;
  dwc:endLatitude '46.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3150'^^xsd:string;
  dwc:observationDate '1983-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3151> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-53.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3151'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3151'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.45'^^xsd:double;
  dwc:startLongitude '-53.45'^^xsd:double;
  dwc:endLongitude '-53.45'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:startLatitude '46.55'^^xsd:double;
  dwc:endLatitude '46.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3151'^^xsd:string;
  dwc:observationDate '1983-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.55"^^xsd:decimal ;
  dwc:decimalLongitude "-53.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.55 -53.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.55"^^xsd:decimal ;
  geo-pos:long "-53.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3154'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3154'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.45'^^xsd:double;
  dwc:startLongitude '-53.45'^^xsd:double;
  dwc:endLongitude '-53.45'^^xsd:double;
  dwc:latitude '46.55'^^xsd:double;
  dwc:startLatitude '46.55'^^xsd:double;
  dwc:endLatitude '46.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55, -53.45 46.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3154'^^xsd:string;
  dwc:observationDate '1983-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3149> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6 -53.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6"^^xsd:decimal ;
  dwc:decimalLongitude "-53.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6 -53.45)"^^geo:wktLiteral ;
  geo-pos:lat "46.6"^^xsd:decimal ;
  geo-pos:long "-53.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3149'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3149'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.45'^^xsd:double;
  dwc:startLongitude '-53.45'^^xsd:double;
  dwc:endLongitude '-53.45'^^xsd:double;
  dwc:latitude '46.6'^^xsd:double;
  dwc:startLatitude '46.6'^^xsd:double;
  dwc:endLatitude '46.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.45 46.6, -53.45 46.6, -53.45 46.6, -53.45 46.6, -53.45 46.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3149'^^xsd:string;
  dwc:observationDate '1983-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_991> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6267 -53.4337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6267"^^xsd:decimal ;
  dwc:decimalLongitude "-53.4337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6267 -53.4337)"^^geo:wktLiteral ;
  geo-pos:lat "48.6267"^^xsd:decimal ;
  geo-pos:long "-53.4337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_991'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_991'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.4337'^^xsd:double;
  dwc:startLongitude '-53.4337'^^xsd:double;
  dwc:endLongitude '-53.4337'^^xsd:double;
  dwc:latitude '48.6267'^^xsd:double;
  dwc:startLatitude '48.6267'^^xsd:double;
  dwc:endLatitude '48.6267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.4337 48.6267, -53.4337 48.6267, -53.4337 48.6267, -53.4337 48.6267, -53.4337 48.6267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_991'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1952 -53.4253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1952"^^xsd:decimal ;
  dwc:decimalLongitude "-53.4253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1952 -53.4253)"^^geo:wktLiteral ;
  geo-pos:lat "49.1952"^^xsd:decimal ;
  geo-pos:long "-53.4253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1169'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1169'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.4253'^^xsd:double;
  dwc:startLongitude '-53.4253'^^xsd:double;
  dwc:endLongitude '-53.4253'^^xsd:double;
  dwc:latitude '49.1952'^^xsd:double;
  dwc:startLatitude '49.1952'^^xsd:double;
  dwc:endLatitude '49.1952'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1169'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1952 -53.4253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1952"^^xsd:decimal ;
  dwc:decimalLongitude "-53.4253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1952 -53.4253)"^^geo:wktLiteral ;
  geo-pos:lat "49.1952"^^xsd:decimal ;
  geo-pos:long "-53.4253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1166'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1166'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.4253'^^xsd:double;
  dwc:startLongitude '-53.4253'^^xsd:double;
  dwc:endLongitude '-53.4253'^^xsd:double;
  dwc:latitude '49.1952'^^xsd:double;
  dwc:startLatitude '49.1952'^^xsd:double;
  dwc:endLatitude '49.1952'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1166'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1167> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1952 -53.4253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.1952"^^xsd:decimal ;
  dwc:decimalLongitude "-53.4253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.1952 -53.4253)"^^geo:wktLiteral ;
  geo-pos:lat "49.1952"^^xsd:decimal ;
  geo-pos:long "-53.4253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1167'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_1167'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.4253'^^xsd:double;
  dwc:startLongitude '-53.4253'^^xsd:double;
  dwc:endLongitude '-53.4253'^^xsd:double;
  dwc:latitude '49.1952'^^xsd:double;
  dwc:startLatitude '49.1952'^^xsd:double;
  dwc:endLatitude '49.1952'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952, -53.4253 49.1952))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1167'^^xsd:string;
  dwc:observationDate '1993-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6133 -53.3867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6133"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6133 -53.3867)"^^geo:wktLiteral ;
  geo-pos:lat "48.6133"^^xsd:decimal ;
  geo-pos:long "-53.3867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2220'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2220'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.3867'^^xsd:double;
  dwc:startLongitude '-53.3867'^^xsd:double;
  dwc:endLongitude '-53.3867'^^xsd:double;
  dwc:latitude '48.6133'^^xsd:double;
  dwc:startLatitude '48.6133'^^xsd:double;
  dwc:endLatitude '48.6133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3867 48.6133, -53.3867 48.6133, -53.3867 48.6133, -53.3867 48.6133, -53.3867 48.6133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2220'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3144> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6667 -53.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6667 -53.3667)"^^geo:wktLiteral ;
  geo-pos:lat "46.6667"^^xsd:decimal ;
  geo-pos:long "-53.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3144'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_3144'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.3667'^^xsd:double;
  dwc:startLongitude '-53.3667'^^xsd:double;
  dwc:endLongitude '-53.3667'^^xsd:double;
  dwc:latitude '46.6667'^^xsd:double;
  dwc:startLatitude '46.6667'^^xsd:double;
  dwc:endLatitude '46.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3667 46.6667, -53.3667 46.6667, -53.3667 46.6667, -53.3667 46.6667, -53.3667 46.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3144'^^xsd:string;
  dwc:observationDate '1983-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -53.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "-53.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 -53.35)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "-53.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3152'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3152'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.35'^^xsd:double;
  dwc:startLongitude '-53.35'^^xsd:double;
  dwc:endLongitude '-53.35'^^xsd:double;
  dwc:latitude '46.5'^^xsd:double;
  dwc:startLatitude '46.5'^^xsd:double;
  dwc:endLatitude '46.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.35 46.5, -53.35 46.5, -53.35 46.5, -53.35 46.5, -53.35 46.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3152'^^xsd:string;
  dwc:observationDate '1983-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -53.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -53.3333)"^^geo:wktLiteral ;
  geo-pos:lat "46.65"^^xsd:decimal ;
  geo-pos:long "-53.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3226'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3226'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.3333'^^xsd:double;
  dwc:startLongitude '-53.3333'^^xsd:double;
  dwc:endLongitude '-53.3333'^^xsd:double;
  dwc:latitude '46.65'^^xsd:double;
  dwc:startLatitude '46.65'^^xsd:double;
  dwc:endLatitude '46.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3333 46.65, -53.3333 46.65, -53.3333 46.65, -53.3333 46.65, -53.3333 46.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3226'^^xsd:string;
  dwc:observationDate '1983-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1979> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -53.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -53.3333)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-53.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1979'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1979'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.3333'^^xsd:double;
  dwc:startLongitude '-53.3333'^^xsd:double;
  dwc:endLongitude '-53.3333'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:startLatitude '48.35'^^xsd:double;
  dwc:endLatitude '48.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3333 48.35, -53.3333 48.35, -53.3333 48.35, -53.3333 48.35, -53.3333 48.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1979'^^xsd:string;
  dwc:observationDate '1983-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1980> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -53.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -53.3333)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-53.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1980'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1980'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.3333'^^xsd:double;
  dwc:startLongitude '-53.3333'^^xsd:double;
  dwc:endLongitude '-53.3333'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:startLatitude '48.35'^^xsd:double;
  dwc:endLatitude '48.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3333 48.35, -53.3333 48.35, -53.3333 48.35, -53.3333 48.35, -53.3333 48.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1980'^^xsd:string;
  dwc:observationDate '1983-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1981> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -53.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.35"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.35 -53.3333)"^^geo:wktLiteral ;
  geo-pos:lat "48.35"^^xsd:decimal ;
  geo-pos:long "-53.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1981'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1981'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-53.3333'^^xsd:double;
  dwc:startLongitude '-53.3333'^^xsd:double;
  dwc:endLongitude '-53.3333'^^xsd:double;
  dwc:latitude '48.35'^^xsd:double;
  dwc:startLatitude '48.35'^^xsd:double;
  dwc:endLatitude '48.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3333 48.35, -53.3333 48.35, -53.3333 48.35, -53.3333 48.35, -53.3333 48.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1981'^^xsd:string;
  dwc:observationDate '1983-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_830> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6667 -53.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6667 -53.3333)"^^geo:wktLiteral ;
  geo-pos:lat "49.6667"^^xsd:decimal ;
  geo-pos:long "-53.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_830'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_830'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-53.3333'^^xsd:double;
  dwc:startLongitude '-53.3333'^^xsd:double;
  dwc:endLongitude '-53.3333'^^xsd:double;
  dwc:latitude '49.6667'^^xsd:double;
  dwc:startLatitude '49.6667'^^xsd:double;
  dwc:endLatitude '49.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3333 49.6667, -53.3333 49.6667, -53.3333 49.6667, -53.3333 49.6667, -53.3333 49.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_830'^^xsd:string;
  dwc:observationDate '1982-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_829> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6667 -53.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6667 -53.3333)"^^geo:wktLiteral ;
  geo-pos:lat "49.6667"^^xsd:decimal ;
  geo-pos:long "-53.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_829'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_829'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-53.3333'^^xsd:double;
  dwc:startLongitude '-53.3333'^^xsd:double;
  dwc:endLongitude '-53.3333'^^xsd:double;
  dwc:latitude '49.6667'^^xsd:double;
  dwc:startLatitude '49.6667'^^xsd:double;
  dwc:endLatitude '49.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3333 49.6667, -53.3333 49.6667, -53.3333 49.6667, -53.3333 49.6667, -53.3333 49.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_829'^^xsd:string;
  dwc:observationDate '1982-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -53.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.65 -53.3167)"^^geo:wktLiteral ;
  geo-pos:lat "46.65"^^xsd:decimal ;
  geo-pos:long "-53.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3225'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3225'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.3167'^^xsd:double;
  dwc:startLongitude '-53.3167'^^xsd:double;
  dwc:endLongitude '-53.3167'^^xsd:double;
  dwc:latitude '46.65'^^xsd:double;
  dwc:startLatitude '46.65'^^xsd:double;
  dwc:endLatitude '46.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3167 46.65, -53.3167 46.65, -53.3167 46.65, -53.3167 46.65, -53.3167 46.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3225'^^xsd:string;
  dwc:observationDate '1983-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2132> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3683 -53.3133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3683"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3683 -53.3133)"^^geo:wktLiteral ;
  geo-pos:lat "48.3683"^^xsd:decimal ;
  geo-pos:long "-53.3133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2132'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2132'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.3133'^^xsd:double;
  dwc:startLongitude '-53.3133'^^xsd:double;
  dwc:endLongitude '-53.3133'^^xsd:double;
  dwc:latitude '48.3683'^^xsd:double;
  dwc:startLatitude '48.3683'^^xsd:double;
  dwc:endLatitude '48.3683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3133 48.3683, -53.3133 48.3683, -53.3133 48.3683, -53.3133 48.3683, -53.3133 48.3683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2132'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2101> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3178 -53.3015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3178"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3178 -53.3015)"^^geo:wktLiteral ;
  geo-pos:lat "48.3178"^^xsd:decimal ;
  geo-pos:long "-53.3015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2101'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2101'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.3015'^^xsd:double;
  dwc:startLongitude '-53.3015'^^xsd:double;
  dwc:endLongitude '-53.3015'^^xsd:double;
  dwc:latitude '48.3178'^^xsd:double;
  dwc:startLatitude '48.3178'^^xsd:double;
  dwc:endLatitude '48.3178'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3015 48.3178, -53.3015 48.3178, -53.3015 48.3178, -53.3015 48.3178, -53.3015 48.3178))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2101'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2102> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3178 -53.3015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3178"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3178 -53.3015)"^^geo:wktLiteral ;
  geo-pos:lat "48.3178"^^xsd:decimal ;
  geo-pos:long "-53.3015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2102'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2102'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.3015'^^xsd:double;
  dwc:startLongitude '-53.3015'^^xsd:double;
  dwc:endLongitude '-53.3015'^^xsd:double;
  dwc:latitude '48.3178'^^xsd:double;
  dwc:startLatitude '48.3178'^^xsd:double;
  dwc:endLatitude '48.3178'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3015 48.3178, -53.3015 48.3178, -53.3015 48.3178, -53.3015 48.3178, -53.3015 48.3178))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2102'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2105> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3513 -53.301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3513"^^xsd:decimal ;
  dwc:decimalLongitude "-53.301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3513 -53.301)"^^geo:wktLiteral ;
  geo-pos:lat "48.3513"^^xsd:decimal ;
  geo-pos:long "-53.301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2105'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2105'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.301'^^xsd:double;
  dwc:startLongitude '-53.301'^^xsd:double;
  dwc:endLongitude '-53.301'^^xsd:double;
  dwc:latitude '48.3513'^^xsd:double;
  dwc:startLatitude '48.3513'^^xsd:double;
  dwc:endLatitude '48.3513'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.301 48.3513, -53.301 48.3513, -53.301 48.3513, -53.301 48.3513, -53.301 48.3513))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2105'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2104> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3513 -53.3003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.3513"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.3513 -53.3003)"^^geo:wktLiteral ;
  geo-pos:lat "48.3513"^^xsd:decimal ;
  geo-pos:long "-53.3003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2104'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2104'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.3003'^^xsd:double;
  dwc:startLongitude '-53.3003'^^xsd:double;
  dwc:endLongitude '-53.3003'^^xsd:double;
  dwc:latitude '48.3513'^^xsd:double;
  dwc:startLatitude '48.3513'^^xsd:double;
  dwc:endLatitude '48.3513'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3003 48.3513, -53.3003 48.3513, -53.3003 48.3513, -53.3003 48.3513, -53.3003 48.3513))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2104'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3106> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.75"^^xsd:decimal ;
  dwc:decimalLongitude "-53.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.75 -53.3)"^^geo:wktLiteral ;
  geo-pos:lat "46.75"^^xsd:decimal ;
  geo-pos:long "-53.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3106'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_3106'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-53.3'^^xsd:double;
  dwc:startLongitude '-53.3'^^xsd:double;
  dwc:endLongitude '-53.3'^^xsd:double;
  dwc:latitude '46.75'^^xsd:double;
  dwc:startLatitude '46.75'^^xsd:double;
  dwc:endLatitude '46.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.3 46.75, -53.3 46.75, -53.3 46.75, -53.3 46.75, -53.3 46.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3106'^^xsd:string;
  dwc:observationDate '1983-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_992> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5535 -53.293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.5535"^^xsd:decimal ;
  dwc:decimalLongitude "-53.293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.5535 -53.293)"^^geo:wktLiteral ;
  geo-pos:lat "48.5535"^^xsd:decimal ;
  geo-pos:long "-53.293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_992'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_992'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.293'^^xsd:double;
  dwc:startLongitude '-53.293'^^xsd:double;
  dwc:endLongitude '-53.293'^^xsd:double;
  dwc:latitude '48.5535'^^xsd:double;
  dwc:startLatitude '48.5535'^^xsd:double;
  dwc:endLatitude '48.5535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.293 48.5535, -53.293 48.5535, -53.293 48.5535, -53.293 48.5535, -53.293 48.5535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_992'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -53.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.8"^^xsd:decimal ;
  dwc:decimalLongitude "-53.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.8 -53.2167)"^^geo:wktLiteral ;
  geo-pos:lat "49.8"^^xsd:decimal ;
  geo-pos:long "-53.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_870'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_870'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-53.2167'^^xsd:double;
  dwc:startLongitude '-53.2167'^^xsd:double;
  dwc:endLongitude '-53.2167'^^xsd:double;
  dwc:latitude '49.8'^^xsd:double;
  dwc:startLatitude '49.8'^^xsd:double;
  dwc:endLatitude '49.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.2167 49.8, -53.2167 49.8, -53.2167 49.8, -53.2167 49.8, -53.2167 49.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_870'^^xsd:string;
  dwc:observationDate '1982-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5438 -53.1898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5438"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5438 -53.1898)"^^geo:wktLiteral ;
  geo-pos:lat "46.5438"^^xsd:decimal ;
  geo-pos:long "-53.1898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2286'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2286'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-53.1898'^^xsd:double;
  dwc:startLongitude '-53.1898'^^xsd:double;
  dwc:endLongitude '-53.1898'^^xsd:double;
  dwc:latitude '46.5438'^^xsd:double;
  dwc:startLatitude '46.5438'^^xsd:double;
  dwc:endLatitude '46.5438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1898 46.5438, -53.1898 46.5438, -53.1898 46.5438, -53.1898 46.5438, -53.1898 46.5438))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2286'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2143> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 -53.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.2"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.2 -53.1667)"^^geo:wktLiteral ;
  geo-pos:lat "49.2"^^xsd:decimal ;
  geo-pos:long "-53.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2143'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2143'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.1667'^^xsd:double;
  dwc:startLongitude '-53.1667'^^xsd:double;
  dwc:endLongitude '-53.1667'^^xsd:double;
  dwc:latitude '49.2'^^xsd:double;
  dwc:startLatitude '49.2'^^xsd:double;
  dwc:endLatitude '49.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1667 49.2, -53.1667 49.2, -53.1667 49.2, -53.1667 49.2, -53.1667 49.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2143'^^xsd:string;
  dwc:observationDate '1991-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_988> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6673 -53.161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6673"^^xsd:decimal ;
  dwc:decimalLongitude "-53.161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6673 -53.161)"^^geo:wktLiteral ;
  geo-pos:lat "48.6673"^^xsd:decimal ;
  geo-pos:long "-53.161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_988'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_988'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-53.161'^^xsd:double;
  dwc:startLongitude '-53.161'^^xsd:double;
  dwc:endLongitude '-53.161'^^xsd:double;
  dwc:latitude '48.6673'^^xsd:double;
  dwc:startLatitude '48.6673'^^xsd:double;
  dwc:endLatitude '48.6673'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.161 48.6673, -53.161 48.6673, -53.161 48.6673, -53.161 48.6673, -53.161 48.6673))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_988'^^xsd:string;
  dwc:observationDate '1993-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7343 -53.1535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7343"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7343 -53.1535)"^^geo:wktLiteral ;
  geo-pos:lat "47.7343"^^xsd:decimal ;
  geo-pos:long "-53.1535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3425'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3425'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-53.1535'^^xsd:double;
  dwc:startLongitude '-53.1535'^^xsd:double;
  dwc:endLongitude '-53.1535'^^xsd:double;
  dwc:latitude '47.7343'^^xsd:double;
  dwc:startLatitude '47.7343'^^xsd:double;
  dwc:endLatitude '47.7343'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1535 47.7343, -53.1535 47.7343, -53.1535 47.7343, -53.1535 47.7343, -53.1535 47.7343))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3425'^^xsd:string;
  dwc:observationDate '1992-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7232 -53.1487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7232"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7232 -53.1487)"^^geo:wktLiteral ;
  geo-pos:lat "47.7232"^^xsd:decimal ;
  geo-pos:long "-53.1487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3426'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3426'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-53.1487'^^xsd:double;
  dwc:startLongitude '-53.1487'^^xsd:double;
  dwc:endLongitude '-53.1487'^^xsd:double;
  dwc:latitude '47.7232'^^xsd:double;
  dwc:startLatitude '47.7232'^^xsd:double;
  dwc:endLatitude '47.7232'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1487 47.7232, -53.1487 47.7232, -53.1487 47.7232, -53.1487 47.7232, -53.1487 47.7232))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3426'^^xsd:string;
  dwc:observationDate '1992-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2221> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.705 -53.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.705"^^xsd:decimal ;
  dwc:decimalLongitude "-53.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.705 -53.14)"^^geo:wktLiteral ;
  geo-pos:lat "48.705"^^xsd:decimal ;
  geo-pos:long "-53.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2221'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2221'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.14'^^xsd:double;
  dwc:startLongitude '-53.14'^^xsd:double;
  dwc:endLongitude '-53.14'^^xsd:double;
  dwc:latitude '48.705'^^xsd:double;
  dwc:startLatitude '48.705'^^xsd:double;
  dwc:endLatitude '48.705'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.14 48.705, -53.14 48.705, -53.14 48.705, -53.14 48.705, -53.14 48.705))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2221'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.805 -53.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.805"^^xsd:decimal ;
  dwc:decimalLongitude "-53.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.805 -53.14)"^^geo:wktLiteral ;
  geo-pos:lat "48.805"^^xsd:decimal ;
  geo-pos:long "-53.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2242'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2242'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.14'^^xsd:double;
  dwc:startLongitude '-53.14'^^xsd:double;
  dwc:endLongitude '-53.14'^^xsd:double;
  dwc:latitude '48.805'^^xsd:double;
  dwc:startLatitude '48.805'^^xsd:double;
  dwc:endLatitude '48.805'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.14 48.805, -53.14 48.805, -53.14 48.805, -53.14 48.805, -53.14 48.805))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2242'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1656> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1656'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1656'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-53.1333'^^xsd:double;
  dwc:startLongitude '-53.1333'^^xsd:double;
  dwc:endLongitude '-53.1333'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1333 48.7, -53.1333 48.7, -53.1333 48.7, -53.1333 48.7, -53.1333 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1656'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1653'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1653'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-53.1333'^^xsd:double;
  dwc:startLongitude '-53.1333'^^xsd:double;
  dwc:endLongitude '-53.1333'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1333 48.7, -53.1333 48.7, -53.1333 48.7, -53.1333 48.7, -53.1333 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1653'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.683 -53.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.683"^^xsd:decimal ;
  dwc:decimalLongitude "-53.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.683 -53.117)"^^geo:wktLiteral ;
  geo-pos:lat "48.683"^^xsd:decimal ;
  geo-pos:long "-53.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1671'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1671'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-53.117'^^xsd:double;
  dwc:startLongitude '-53.117'^^xsd:double;
  dwc:endLongitude '-53.117'^^xsd:double;
  dwc:latitude '48.683'^^xsd:double;
  dwc:startLatitude '48.683'^^xsd:double;
  dwc:endLatitude '48.683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.117 48.683, -53.117 48.683, -53.117 48.683, -53.117 48.683, -53.117 48.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1671'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.117)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1672'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1672'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-53.117'^^xsd:double;
  dwc:startLongitude '-53.117'^^xsd:double;
  dwc:endLongitude '-53.117'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.117 48.7, -53.117 48.7, -53.117 48.7, -53.117 48.7, -53.117 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1672'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.117)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1670'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1670'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-53.117'^^xsd:double;
  dwc:startLongitude '-53.117'^^xsd:double;
  dwc:endLongitude '-53.117'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.117 48.7, -53.117 48.7, -53.117 48.7, -53.117 48.7, -53.117 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1670'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -53.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -53.1167)"^^geo:wktLiteral ;
  geo-pos:lat "48.65"^^xsd:decimal ;
  geo-pos:long "-53.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_789'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_789'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.1167'^^xsd:double;
  dwc:startLongitude '-53.1167'^^xsd:double;
  dwc:endLongitude '-53.1167'^^xsd:double;
  dwc:latitude '48.65'^^xsd:double;
  dwc:startLatitude '48.65'^^xsd:double;
  dwc:endLatitude '48.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1167 48.65, -53.1167 48.65, -53.1167 48.65, -53.1167 48.65, -53.1167 48.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_789'^^xsd:string;
  dwc:observationDate '1994-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -53.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -53.1167)"^^geo:wktLiteral ;
  geo-pos:lat "48.6833"^^xsd:decimal ;
  geo-pos:long "-53.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_671'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_671'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.1167'^^xsd:double;
  dwc:startLongitude '-53.1167'^^xsd:double;
  dwc:endLongitude '-53.1167'^^xsd:double;
  dwc:latitude '48.6833'^^xsd:double;
  dwc:startLatitude '48.6833'^^xsd:double;
  dwc:endLatitude '48.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1167 48.6833, -53.1167 48.6833, -53.1167 48.6833, -53.1167 48.6833, -53.1167 48.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_671'^^xsd:string;
  dwc:observationDate '1994-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1167)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1652'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1652'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-53.1167'^^xsd:double;
  dwc:startLongitude '-53.1167'^^xsd:double;
  dwc:endLongitude '-53.1167'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1167 48.7, -53.1167 48.7, -53.1167 48.7, -53.1167 48.7, -53.1167 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1652'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1655> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.1167)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1655'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1655'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-53.1167'^^xsd:double;
  dwc:startLongitude '-53.1167'^^xsd:double;
  dwc:endLongitude '-53.1167'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1167 48.7, -53.1167 48.7, -53.1167 48.7, -53.1167 48.7, -53.1167 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1655'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3169> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6177 -53.102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6177"^^xsd:decimal ;
  dwc:decimalLongitude "-53.102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6177 -53.102)"^^geo:wktLiteral ;
  geo-pos:lat "47.6177"^^xsd:decimal ;
  geo-pos:long "-53.102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3169'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3169'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.102'^^xsd:double;
  dwc:startLongitude '-53.102'^^xsd:double;
  dwc:endLongitude '-53.102'^^xsd:double;
  dwc:latitude '47.6177'^^xsd:double;
  dwc:startLatitude '47.6177'^^xsd:double;
  dwc:endLatitude '47.6177'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.102 47.6177, -53.102 47.6177, -53.102 47.6177, -53.102 47.6177, -53.102 47.6177))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3169'^^xsd:string;
  dwc:observationDate '1993-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -53.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6683"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -53.1)"^^geo:wktLiteral ;
  geo-pos:lat "48.6683"^^xsd:decimal ;
  geo-pos:long "-53.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2243'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2243'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.1'^^xsd:double;
  dwc:startLongitude '-53.1'^^xsd:double;
  dwc:endLongitude '-53.1'^^xsd:double;
  dwc:latitude '48.6683'^^xsd:double;
  dwc:startLatitude '48.6683'^^xsd:double;
  dwc:endLatitude '48.6683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1 48.6683, -53.1 48.6683, -53.1 48.6683, -53.1 48.6683, -53.1 48.6683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2243'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -53.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6683"^^xsd:decimal ;
  dwc:decimalLongitude "-53.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -53.1)"^^geo:wktLiteral ;
  geo-pos:lat "48.6683"^^xsd:decimal ;
  geo-pos:long "-53.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2233'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2233'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.1'^^xsd:double;
  dwc:startLongitude '-53.1'^^xsd:double;
  dwc:endLongitude '-53.1'^^xsd:double;
  dwc:latitude '48.6683'^^xsd:double;
  dwc:startLatitude '48.6683'^^xsd:double;
  dwc:endLatitude '48.6683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.1 48.6683, -53.1 48.6683, -53.1 48.6683, -53.1 48.6683, -53.1 48.6683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2233'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6535 -53.0995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6535"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6535 -53.0995)"^^geo:wktLiteral ;
  geo-pos:lat "47.6535"^^xsd:decimal ;
  geo-pos:long "-53.0995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3274'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3274'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.0995'^^xsd:double;
  dwc:startLongitude '-53.0995'^^xsd:double;
  dwc:endLongitude '-53.0995'^^xsd:double;
  dwc:latitude '47.6535'^^xsd:double;
  dwc:startLatitude '47.6535'^^xsd:double;
  dwc:endLatitude '47.6535'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0995 47.6535, -53.0995 47.6535, -53.0995 47.6535, -53.0995 47.6535, -53.0995 47.6535))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3274'^^xsd:string;
  dwc:observationDate '1993-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2153> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4033 -53.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.4033"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.4033 -53.0867)"^^geo:wktLiteral ;
  geo-pos:lat "48.4033"^^xsd:decimal ;
  geo-pos:long "-53.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2153'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2153'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-53.0867'^^xsd:double;
  dwc:startLongitude '-53.0867'^^xsd:double;
  dwc:endLongitude '-53.0867'^^xsd:double;
  dwc:latitude '48.4033'^^xsd:double;
  dwc:startLatitude '48.4033'^^xsd:double;
  dwc:endLatitude '48.4033'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0867 48.4033, -53.0867 48.4033, -53.0867 48.4033, -53.0867 48.4033, -53.0867 48.4033))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2153'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6448 -53.0752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6448"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6448 -53.0752)"^^geo:wktLiteral ;
  geo-pos:lat "47.6448"^^xsd:decimal ;
  geo-pos:long "-53.0752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3163'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3163'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.0752'^^xsd:double;
  dwc:startLongitude '-53.0752'^^xsd:double;
  dwc:endLongitude '-53.0752'^^xsd:double;
  dwc:latitude '47.6448'^^xsd:double;
  dwc:startLatitude '47.6448'^^xsd:double;
  dwc:endLatitude '47.6448'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0752 47.6448, -53.0752 47.6448, -53.0752 47.6448, -53.0752 47.6448, -53.0752 47.6448))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3163'^^xsd:string;
  dwc:observationDate '1993-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.651 -53.0708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.651"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.651 -53.0708)"^^geo:wktLiteral ;
  geo-pos:lat "47.651"^^xsd:decimal ;
  geo-pos:long "-53.0708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3161'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_3161'^^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 '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:longitude '-53.0708'^^xsd:double;
  dwc:startLongitude '-53.0708'^^xsd:double;
  dwc:endLongitude '-53.0708'^^xsd:double;
  dwc:latitude '47.651'^^xsd:double;
  dwc:startLatitude '47.651'^^xsd:double;
  dwc:endLatitude '47.651'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0708 47.651, -53.0708 47.651, -53.0708 47.651, -53.0708 47.651, -53.0708 47.651))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3161'^^xsd:string;
  dwc:observationDate '1993-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.0667)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_673'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_673'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.0667'^^xsd:double;
  dwc:startLongitude '-53.0667'^^xsd:double;
  dwc:endLongitude '-53.0667'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0667 48.7, -53.0667 48.7, -53.0667 48.7, -53.0667 48.7, -53.0667 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_673'^^xsd:string;
  dwc:observationDate '1994-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3265> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6048 -53.066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6048"^^xsd:decimal ;
  dwc:decimalLongitude "-53.066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6048 -53.066)"^^geo:wktLiteral ;
  geo-pos:lat "47.6048"^^xsd:decimal ;
  geo-pos:long "-53.066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3265'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3265'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.066'^^xsd:double;
  dwc:startLongitude '-53.066'^^xsd:double;
  dwc:endLongitude '-53.066'^^xsd:double;
  dwc:latitude '47.6048'^^xsd:double;
  dwc:startLatitude '47.6048'^^xsd:double;
  dwc:endLatitude '47.6048'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.066 47.6048, -53.066 47.6048, -53.066 47.6048, -53.066 47.6048, -53.066 47.6048))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3265'^^xsd:string;
  dwc:observationDate '1993-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6095 -53.0638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6095"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6095 -53.0638)"^^geo:wktLiteral ;
  geo-pos:lat "47.6095"^^xsd:decimal ;
  geo-pos:long "-53.0638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3456'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3456'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.0638'^^xsd:double;
  dwc:startLongitude '-53.0638'^^xsd:double;
  dwc:endLongitude '-53.0638'^^xsd:double;
  dwc:latitude '47.6095'^^xsd:double;
  dwc:startLatitude '47.6095'^^xsd:double;
  dwc:endLatitude '47.6095'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0638 47.6095, -53.0638 47.6095, -53.0638 47.6095, -53.0638 47.6095, -53.0638 47.6095))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3456'^^xsd:string;
  dwc:observationDate '1992-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6143 -53.043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6143"^^xsd:decimal ;
  dwc:decimalLongitude "-53.043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6143 -53.043)"^^geo:wktLiteral ;
  geo-pos:lat "47.6143"^^xsd:decimal ;
  geo-pos:long "-53.043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3455'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3455'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.043'^^xsd:double;
  dwc:startLongitude '-53.043'^^xsd:double;
  dwc:endLongitude '-53.043'^^xsd:double;
  dwc:latitude '47.6143'^^xsd:double;
  dwc:startLatitude '47.6143'^^xsd:double;
  dwc:endLatitude '47.6143'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.043 47.6143, -53.043 47.6143, -53.043 47.6143, -53.043 47.6143, -53.043 47.6143))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3455'^^xsd:string;
  dwc:observationDate '1992-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -53.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -53.0333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-53.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_672'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_672'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-53.0333'^^xsd:double;
  dwc:startLongitude '-53.0333'^^xsd:double;
  dwc:endLongitude '-53.0333'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:startLatitude '48.6667'^^xsd:double;
  dwc:endLatitude '48.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0333 48.6667, -53.0333 48.6667, -53.0333 48.6667, -53.0333 48.6667, -53.0333 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_672'^^xsd:string;
  dwc:observationDate '1994-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -53.0333)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-53.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2685'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2685'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-53.0333'^^xsd:double;
  dwc:startLongitude '-53.0333'^^xsd:double;
  dwc:endLongitude '-53.0333'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:startLatitude '48.7'^^xsd:double;
  dwc:endLatitude '48.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0333 48.7, -53.0333 48.7, -53.0333 48.7, -53.0333 48.7, -53.0333 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2685'^^xsd:string;
  dwc:observationDate '1985-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2072> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1517 -53.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1517"^^xsd:decimal ;
  dwc:decimalLongitude "-53.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1517 -53.03)"^^geo:wktLiteral ;
  geo-pos:lat "48.1517"^^xsd:decimal ;
  geo-pos:long "-53.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2072'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2072'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-53.03'^^xsd:double;
  dwc:startLongitude '-53.03'^^xsd:double;
  dwc:endLongitude '-53.03'^^xsd:double;
  dwc:latitude '48.1517'^^xsd:double;
  dwc:startLatitude '48.1517'^^xsd:double;
  dwc:endLatitude '48.1517'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.03 48.1517, -53.03 48.1517, -53.03 48.1517, -53.03 48.1517, -53.03 48.1517))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2072'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3261> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7883 -53.0228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7883"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7883 -53.0228)"^^geo:wktLiteral ;
  geo-pos:lat "47.7883"^^xsd:decimal ;
  geo-pos:long "-53.0228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3261'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_3261'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '-53.0228'^^xsd:double;
  dwc:startLongitude '-53.0228'^^xsd:double;
  dwc:endLongitude '-53.0228'^^xsd:double;
  dwc:latitude '47.7883'^^xsd:double;
  dwc:startLatitude '47.7883'^^xsd:double;
  dwc:endLatitude '47.7883'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0228 47.7883, -53.0228 47.7883, -53.0228 47.7883, -53.0228 47.7883, -53.0228 47.7883))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3261'^^xsd:string;
  dwc:observationDate '1993-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2652> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "48.6833"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2652'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2652'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-53.0167'^^xsd:double;
  dwc:startLongitude '-53.0167'^^xsd:double;
  dwc:endLongitude '-53.0167'^^xsd:double;
  dwc:latitude '48.6833'^^xsd:double;
  dwc:startLatitude '48.6833'^^xsd:double;
  dwc:endLatitude '48.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0167 48.6833, -53.0167 48.6833, -53.0167 48.6833, -53.0167 48.6833, -53.0167 48.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2652'^^xsd:string;
  dwc:observationDate '1985-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2651> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -53.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-53.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -53.0167)"^^geo:wktLiteral ;
  geo-pos:lat "48.6833"^^xsd:decimal ;
  geo-pos:long "-53.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2651'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2651'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-53.0167'^^xsd:double;
  dwc:startLongitude '-53.0167'^^xsd:double;
  dwc:endLongitude '-53.0167'^^xsd:double;
  dwc:latitude '48.6833'^^xsd:double;
  dwc:startLatitude '48.6833'^^xsd:double;
  dwc:endLatitude '48.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-53.0167 48.6833, -53.0167 48.6833, -53.0167 48.6833, -53.0167 48.6833, -53.0167 48.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2651'^^xsd:string;
  dwc:observationDate '1985-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2653> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -52.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -52.9833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-52.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2653'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2653'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-52.9833'^^xsd:double;
  dwc:startLongitude '-52.9833'^^xsd:double;
  dwc:endLongitude '-52.9833'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:startLatitude '48.6667'^^xsd:double;
  dwc:endLatitude '48.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2653'^^xsd:string;
  dwc:observationDate '1985-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2649> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -52.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -52.9833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-52.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2649'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2649'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-52.9833'^^xsd:double;
  dwc:startLongitude '-52.9833'^^xsd:double;
  dwc:endLongitude '-52.9833'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:startLatitude '48.6667'^^xsd:double;
  dwc:endLatitude '48.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2649'^^xsd:string;
  dwc:observationDate '1985-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2650> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -52.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -52.9833)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-52.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2650'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1985'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2650'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^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:longitude '-52.9833'^^xsd:double;
  dwc:startLongitude '-52.9833'^^xsd:double;
  dwc:endLongitude '-52.9833'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:startLatitude '48.6667'^^xsd:double;
  dwc:endLatitude '48.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667, -52.9833 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2650'^^xsd:string;
  dwc:observationDate '1985-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.723 -52.9743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.723"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.723 -52.9743)"^^geo:wktLiteral ;
  geo-pos:lat "47.723"^^xsd:decimal ;
  geo-pos:long "-52.9743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3459'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_3459'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '-52.9743'^^xsd:double;
  dwc:startLongitude '-52.9743'^^xsd:double;
  dwc:endLongitude '-52.9743'^^xsd:double;
  dwc:latitude '47.723'^^xsd:double;
  dwc:startLatitude '47.723'^^xsd:double;
  dwc:endLatitude '47.723'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9743 47.723, -52.9743 47.723, -52.9743 47.723, -52.9743 47.723, -52.9743 47.723))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3459'^^xsd:string;
  dwc:observationDate '1993-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7273 -52.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7273"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7273 -52.9717)"^^geo:wktLiteral ;
  geo-pos:lat "47.7273"^^xsd:decimal ;
  geo-pos:long "-52.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3449'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3449'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-52.9717'^^xsd:double;
  dwc:startLongitude '-52.9717'^^xsd:double;
  dwc:endLongitude '-52.9717'^^xsd:double;
  dwc:latitude '47.7273'^^xsd:double;
  dwc:startLatitude '47.7273'^^xsd:double;
  dwc:endLatitude '47.7273'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9717 47.7273, -52.9717 47.7273, -52.9717 47.7273, -52.9717 47.7273, -52.9717 47.7273))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3449'^^xsd:string;
  dwc:observationDate '1993-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7273 -52.9717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7273"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7273 -52.9717)"^^geo:wktLiteral ;
  geo-pos:lat "47.7273"^^xsd:decimal ;
  geo-pos:long "-52.9717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3451'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3451'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-52.9717'^^xsd:double;
  dwc:startLongitude '-52.9717'^^xsd:double;
  dwc:endLongitude '-52.9717'^^xsd:double;
  dwc:latitude '47.7273'^^xsd:double;
  dwc:startLatitude '47.7273'^^xsd:double;
  dwc:endLatitude '47.7273'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9717 47.7273, -52.9717 47.7273, -52.9717 47.7273, -52.9717 47.7273, -52.9717 47.7273))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3451'^^xsd:string;
  dwc:observationDate '1993-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7107 -52.9715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7107"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7107 -52.9715)"^^geo:wktLiteral ;
  geo-pos:lat "47.7107"^^xsd:decimal ;
  geo-pos:long "-52.9715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3450'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3450'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-52.9715'^^xsd:double;
  dwc:startLongitude '-52.9715'^^xsd:double;
  dwc:endLongitude '-52.9715'^^xsd:double;
  dwc:latitude '47.7107'^^xsd:double;
  dwc:startLatitude '47.7107'^^xsd:double;
  dwc:endLatitude '47.7107'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9715 47.7107, -52.9715 47.7107, -52.9715 47.7107, -52.9715 47.7107, -52.9715 47.7107))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3450'^^xsd:string;
  dwc:observationDate '1993-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.04 -52.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.04"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.04 -52.9333)"^^geo:wktLiteral ;
  geo-pos:lat "48.04"^^xsd:decimal ;
  geo-pos:long "-52.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1463'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1463'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-52.9333'^^xsd:double;
  dwc:startLongitude '-52.9333'^^xsd:double;
  dwc:endLongitude '-52.9333'^^xsd:double;
  dwc:latitude '48.04'^^xsd:double;
  dwc:startLatitude '48.04'^^xsd:double;
  dwc:endLatitude '48.04'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9333 48.04, -52.9333 48.04, -52.9333 48.04, -52.9333 48.04, -52.9333 48.04))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1463'^^xsd:string;
  dwc:observationDate '1992-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1654> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6167 -52.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6167 -52.9333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6167"^^xsd:decimal ;
  geo-pos:long "-52.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1654'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_1654'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '-52.9333'^^xsd:double;
  dwc:startLongitude '-52.9333'^^xsd:double;
  dwc:endLongitude '-52.9333'^^xsd:double;
  dwc:latitude '48.6167'^^xsd:double;
  dwc:startLatitude '48.6167'^^xsd:double;
  dwc:endLatitude '48.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9333 48.6167, -52.9333 48.6167, -52.9333 48.6167, -52.9333 48.6167, -52.9333 48.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1654'^^xsd:string;
  dwc:observationDate '1994-08-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.9333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_688'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_688'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.9333'^^xsd:double;
  dwc:startLongitude '-52.9333'^^xsd:double;
  dwc:endLongitude '-52.9333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9333 64.2, -52.9333 64.2, -52.9333 64.2, -52.9333 64.2, -52.9333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_688'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0583 -52.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0583"^^xsd:decimal ;
  dwc:decimalLongitude "-52.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0583 -52.93)"^^geo:wktLiteral ;
  geo-pos:lat "48.0583"^^xsd:decimal ;
  geo-pos:long "-52.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1462'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1462'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.93'^^xsd:double;
  dwc:startLongitude '-52.93'^^xsd:double;
  dwc:endLongitude '-52.93'^^xsd:double;
  dwc:latitude '48.0583'^^xsd:double;
  dwc:startLatitude '48.0583'^^xsd:double;
  dwc:endLatitude '48.0583'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.93 48.0583, -52.93 48.0583, -52.93 48.0583, -52.93 48.0583, -52.93 48.0583))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1462'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2752> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -52.9233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6617 -52.9233)"^^geo:wktLiteral ;
  geo-pos:lat "47.6617"^^xsd:decimal ;
  geo-pos:long "-52.9233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2752'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2752'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.9233'^^xsd:double;
  dwc:startLongitude '-52.9233'^^xsd:double;
  dwc:endLongitude '-52.9233'^^xsd:double;
  dwc:latitude '47.6617'^^xsd:double;
  dwc:startLatitude '47.6617'^^xsd:double;
  dwc:endLatitude '47.6617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9233 47.6617, -52.9233 47.6617, -52.9233 47.6617, -52.9233 47.6617, -52.9233 47.6617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2752'^^xsd:string;
  dwc:observationDate '1993-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1647 -52.9042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1647"^^xsd:decimal ;
  dwc:decimalLongitude "-52.9042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1647 -52.9042)"^^geo:wktLiteral ;
  geo-pos:lat "48.1647"^^xsd:decimal ;
  geo-pos:long "-52.9042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_732'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_732'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.9042'^^xsd:double;
  dwc:startLongitude '-52.9042'^^xsd:double;
  dwc:endLongitude '-52.9042'^^xsd:double;
  dwc:latitude '48.1647'^^xsd:double;
  dwc:startLatitude '48.1647'^^xsd:double;
  dwc:endLatitude '48.1647'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.9042 48.1647, -52.9042 48.1647, -52.9042 48.1647, -52.9042 48.1647, -52.9042 48.1647))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_732'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0432 -52.8928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.0432"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.0432 -52.8928)"^^geo:wktLiteral ;
  geo-pos:lat "48.0432"^^xsd:decimal ;
  geo-pos:long "-52.8928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_679'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_679'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8928'^^xsd:double;
  dwc:startLongitude '-52.8928'^^xsd:double;
  dwc:endLongitude '-52.8928'^^xsd:double;
  dwc:latitude '48.0432'^^xsd:double;
  dwc:startLatitude '48.0432'^^xsd:double;
  dwc:endLatitude '48.0432'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8928 48.0432, -52.8928 48.0432, -52.8928 48.0432, -52.8928 48.0432, -52.8928 48.0432))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_679'^^xsd:string;
  dwc:observationDate '1993-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.25 -52.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.25 -52.8833)"^^geo:wktLiteral ;
  geo-pos:lat "64.25"^^xsd:decimal ;
  geo-pos:long "-52.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_996'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_996'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8833'^^xsd:double;
  dwc:startLongitude '-52.8833'^^xsd:double;
  dwc:endLongitude '-52.8833'^^xsd:double;
  dwc:latitude '64.25'^^xsd:double;
  dwc:startLatitude '64.25'^^xsd:double;
  dwc:endLatitude '64.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8833 64.25, -52.8833 64.25, -52.8833 64.25, -52.8833 64.25, -52.8833 64.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_996'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2187> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0955 -52.8677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0955"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0955 -52.8677)"^^geo:wktLiteral ;
  geo-pos:lat "47.0955"^^xsd:decimal ;
  geo-pos:long "-52.8677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2187'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2187'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8677'^^xsd:double;
  dwc:startLongitude '-52.8677'^^xsd:double;
  dwc:endLongitude '-52.8677'^^xsd:double;
  dwc:latitude '47.0955'^^xsd:double;
  dwc:startLatitude '47.0955'^^xsd:double;
  dwc:endLatitude '47.0955'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8677 47.0955, -52.8677 47.0955, -52.8677 47.0955, -52.8677 47.0955, -52.8677 47.0955))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2187'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1073 -52.8662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1073"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1073 -52.8662)"^^geo:wktLiteral ;
  geo-pos:lat "47.1073"^^xsd:decimal ;
  geo-pos:long "-52.8662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2189'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2189'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8662'^^xsd:double;
  dwc:startLongitude '-52.8662'^^xsd:double;
  dwc:endLongitude '-52.8662'^^xsd:double;
  dwc:latitude '47.1073'^^xsd:double;
  dwc:startLatitude '47.1073'^^xsd:double;
  dwc:endLatitude '47.1073'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2189'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2186> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1073 -52.8662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1073"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1073 -52.8662)"^^geo:wktLiteral ;
  geo-pos:lat "47.1073"^^xsd:decimal ;
  geo-pos:long "-52.8662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2186'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2186'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8662'^^xsd:double;
  dwc:startLongitude '-52.8662'^^xsd:double;
  dwc:endLongitude '-52.8662'^^xsd:double;
  dwc:latitude '47.1073'^^xsd:double;
  dwc:startLatitude '47.1073'^^xsd:double;
  dwc:endLatitude '47.1073'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2186'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2188> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1073 -52.8662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1073"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1073 -52.8662)"^^geo:wktLiteral ;
  geo-pos:lat "47.1073"^^xsd:decimal ;
  geo-pos:long "-52.8662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2188'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2188'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8662'^^xsd:double;
  dwc:startLongitude '-52.8662'^^xsd:double;
  dwc:endLongitude '-52.8662'^^xsd:double;
  dwc:latitude '47.1073'^^xsd:double;
  dwc:startLatitude '47.1073'^^xsd:double;
  dwc:endLatitude '47.1073'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073, -52.8662 47.1073))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2188'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2245> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1027 -52.8648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1027"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1027 -52.8648)"^^geo:wktLiteral ;
  geo-pos:lat "47.1027"^^xsd:decimal ;
  geo-pos:long "-52.8648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2245'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2245'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8648'^^xsd:double;
  dwc:startLongitude '-52.8648'^^xsd:double;
  dwc:endLongitude '-52.8648'^^xsd:double;
  dwc:latitude '47.1027'^^xsd:double;
  dwc:startLatitude '47.1027'^^xsd:double;
  dwc:endLatitude '47.1027'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8648 47.1027, -52.8648 47.1027, -52.8648 47.1027, -52.8648 47.1027, -52.8648 47.1027))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2245'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2222> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0988 -52.8645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0988"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0988 -52.8645)"^^geo:wktLiteral ;
  geo-pos:lat "47.0988"^^xsd:decimal ;
  geo-pos:long "-52.8645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2222'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2222'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8645'^^xsd:double;
  dwc:startLongitude '-52.8645'^^xsd:double;
  dwc:endLongitude '-52.8645'^^xsd:double;
  dwc:latitude '47.0988'^^xsd:double;
  dwc:startLatitude '47.0988'^^xsd:double;
  dwc:endLatitude '47.0988'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8645 47.0988, -52.8645 47.0988, -52.8645 47.0988, -52.8645 47.0988, -52.8645 47.0988))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2222'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2246> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0988 -52.8645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.0988"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.0988 -52.8645)"^^geo:wktLiteral ;
  geo-pos:lat "47.0988"^^xsd:decimal ;
  geo-pos:long "-52.8645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2246'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2246'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8645'^^xsd:double;
  dwc:startLongitude '-52.8645'^^xsd:double;
  dwc:endLongitude '-52.8645'^^xsd:double;
  dwc:latitude '47.0988'^^xsd:double;
  dwc:startLatitude '47.0988'^^xsd:double;
  dwc:endLatitude '47.0988'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8645 47.0988, -52.8645 47.0988, -52.8645 47.0988, -52.8645 47.0988, -52.8645 47.0988))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2246'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2161> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6 -52.8633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6 -52.8633)"^^geo:wktLiteral ;
  geo-pos:lat "48.6"^^xsd:decimal ;
  geo-pos:long "-52.8633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2161'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2161'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-52.8633'^^xsd:double;
  dwc:startLongitude '-52.8633'^^xsd:double;
  dwc:endLongitude '-52.8633'^^xsd:double;
  dwc:latitude '48.6'^^xsd:double;
  dwc:startLatitude '48.6'^^xsd:double;
  dwc:endLatitude '48.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8633 48.6, -52.8633 48.6, -52.8633 48.6, -52.8633 48.6, -52.8633 48.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2161'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.095 -52.8622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.095"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.095 -52.8622)"^^geo:wktLiteral ;
  geo-pos:lat "47.095"^^xsd:decimal ;
  geo-pos:long "-52.8622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2017'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2017'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8622'^^xsd:double;
  dwc:startLongitude '-52.8622'^^xsd:double;
  dwc:endLongitude '-52.8622'^^xsd:double;
  dwc:latitude '47.095'^^xsd:double;
  dwc:startLatitude '47.095'^^xsd:double;
  dwc:endLatitude '47.095'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8622 47.095, -52.8622 47.095, -52.8622 47.095, -52.8622 47.095, -52.8622 47.095))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2017'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2644> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.137 -52.8563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.137"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.137 -52.8563)"^^geo:wktLiteral ;
  geo-pos:lat "47.137"^^xsd:decimal ;
  geo-pos:long "-52.8563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2644'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2644'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8563'^^xsd:double;
  dwc:startLongitude '-52.8563'^^xsd:double;
  dwc:endLongitude '-52.8563'^^xsd:double;
  dwc:latitude '47.137'^^xsd:double;
  dwc:startLatitude '47.137'^^xsd:double;
  dwc:endLatitude '47.137'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8563 47.137, -52.8563 47.137, -52.8563 47.137, -52.8563 47.137, -52.8563 47.137))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2644'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2646> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1437 -52.8542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1437"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1437 -52.8542)"^^geo:wktLiteral ;
  geo-pos:lat "47.1437"^^xsd:decimal ;
  geo-pos:long "-52.8542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2646'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2646'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8542'^^xsd:double;
  dwc:startLongitude '-52.8542'^^xsd:double;
  dwc:endLongitude '-52.8542'^^xsd:double;
  dwc:latitude '47.1437'^^xsd:double;
  dwc:startLatitude '47.1437'^^xsd:double;
  dwc:endLatitude '47.1437'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8542 47.1437, -52.8542 47.1437, -52.8542 47.1437, -52.8542 47.1437, -52.8542 47.1437))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2646'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.133 -52.8532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.133"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.133 -52.8532)"^^geo:wktLiteral ;
  geo-pos:lat "47.133"^^xsd:decimal ;
  geo-pos:long "-52.8532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2190'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2190'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.8532'^^xsd:double;
  dwc:startLongitude '-52.8532'^^xsd:double;
  dwc:endLongitude '-52.8532'^^xsd:double;
  dwc:latitude '47.133'^^xsd:double;
  dwc:startLatitude '47.133'^^xsd:double;
  dwc:endLatitude '47.133'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8532 47.133, -52.8532 47.133, -52.8532 47.133, -52.8532 47.133, -52.8532 47.133))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2190'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2631> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.144 -52.8527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.144"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.144 -52.8527)"^^geo:wktLiteral ;
  geo-pos:lat "47.144"^^xsd:decimal ;
  geo-pos:long "-52.8527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2631'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2631'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8527'^^xsd:double;
  dwc:startLongitude '-52.8527'^^xsd:double;
  dwc:endLongitude '-52.8527'^^xsd:double;
  dwc:latitude '47.144'^^xsd:double;
  dwc:startLatitude '47.144'^^xsd:double;
  dwc:endLatitude '47.144'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8527 47.144, -52.8527 47.144, -52.8527 47.144, -52.8527 47.144, -52.8527 47.144))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2631'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1103 -52.8513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1103"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1103 -52.8513)"^^geo:wktLiteral ;
  geo-pos:lat "48.1103"^^xsd:decimal ;
  geo-pos:long "-52.8513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_731'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_731'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8513'^^xsd:double;
  dwc:startLongitude '-52.8513'^^xsd:double;
  dwc:endLongitude '-52.8513'^^xsd:double;
  dwc:latitude '48.1103'^^xsd:double;
  dwc:startLatitude '48.1103'^^xsd:double;
  dwc:endLatitude '48.1103'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8513 48.1103, -52.8513 48.1103, -52.8513 48.1103, -52.8513 48.1103, -52.8513 48.1103))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_731'^^xsd:string;
  dwc:observationDate '1993-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3857> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.983 -52.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.983"^^xsd:decimal ;
  dwc:decimalLongitude "-52.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.983 -52.85)"^^geo:wktLiteral ;
  geo-pos:lat "46.983"^^xsd:decimal ;
  geo-pos:long "-52.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3857'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_3857'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:longitude '-52.85'^^xsd:double;
  dwc:startLongitude '-52.85'^^xsd:double;
  dwc:endLongitude '-52.85'^^xsd:double;
  dwc:latitude '46.983'^^xsd:double;
  dwc:startLatitude '46.983'^^xsd:double;
  dwc:endLatitude '46.983'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.85 46.983, -52.85 46.983, -52.85 46.983, -52.85 46.983, -52.85 46.983))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3857'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2679> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1 -52.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1"^^xsd:decimal ;
  dwc:decimalLongitude "-52.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1 -52.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.1"^^xsd:decimal ;
  geo-pos:long "-52.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2679'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2679'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.85'^^xsd:double;
  dwc:startLongitude '-52.85'^^xsd:double;
  dwc:endLongitude '-52.85'^^xsd:double;
  dwc:latitude '47.1'^^xsd:double;
  dwc:startLatitude '47.1'^^xsd:double;
  dwc:endLatitude '47.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.85 47.1, -52.85 47.1, -52.85 47.1, -52.85 47.1, -52.85 47.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2679'^^xsd:string;
  dwc:observationDate '1994-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2677> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1 -52.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1"^^xsd:decimal ;
  dwc:decimalLongitude "-52.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1 -52.85)"^^geo:wktLiteral ;
  geo-pos:lat "47.1"^^xsd:decimal ;
  geo-pos:long "-52.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2677'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2677'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.85'^^xsd:double;
  dwc:startLongitude '-52.85'^^xsd:double;
  dwc:endLongitude '-52.85'^^xsd:double;
  dwc:latitude '47.1'^^xsd:double;
  dwc:startLatitude '47.1'^^xsd:double;
  dwc:endLatitude '47.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.85 47.1, -52.85 47.1, -52.85 47.1, -52.85 47.1, -52.85 47.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2677'^^xsd:string;
  dwc:observationDate '1994-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_995> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1333 -52.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1333 -52.85)"^^geo:wktLiteral ;
  geo-pos:lat "64.1333"^^xsd:decimal ;
  geo-pos:long "-52.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_995'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_995'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.85'^^xsd:double;
  dwc:startLongitude '-52.85'^^xsd:double;
  dwc:endLongitude '-52.85'^^xsd:double;
  dwc:latitude '64.1333'^^xsd:double;
  dwc:startLatitude '64.1333'^^xsd:double;
  dwc:endLatitude '64.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.85 64.1333, -52.85 64.1333, -52.85 64.1333, -52.85 64.1333, -52.85 64.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_995'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2633> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.17 -52.8478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.17"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.17 -52.8478)"^^geo:wktLiteral ;
  geo-pos:lat "47.17"^^xsd:decimal ;
  geo-pos:long "-52.8478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2633'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2633'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8478'^^xsd:double;
  dwc:startLongitude '-52.8478'^^xsd:double;
  dwc:endLongitude '-52.8478'^^xsd:double;
  dwc:latitude '47.17'^^xsd:double;
  dwc:startLatitude '47.17'^^xsd:double;
  dwc:endLatitude '47.17'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8478 47.17, -52.8478 47.17, -52.8478 47.17, -52.8478 47.17, -52.8478 47.17))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2633'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2632> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.171 -52.846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.171"^^xsd:decimal ;
  dwc:decimalLongitude "-52.846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.171 -52.846)"^^geo:wktLiteral ;
  geo-pos:lat "47.171"^^xsd:decimal ;
  geo-pos:long "-52.846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2632'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2632'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.846'^^xsd:double;
  dwc:startLongitude '-52.846'^^xsd:double;
  dwc:endLongitude '-52.846'^^xsd:double;
  dwc:latitude '47.171'^^xsd:double;
  dwc:startLatitude '47.171'^^xsd:double;
  dwc:endLatitude '47.171'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.846 47.171, -52.846 47.171, -52.846 47.171, -52.846 47.171, -52.846 47.171))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2632'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2598> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1895 -52.8368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1895"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1895 -52.8368)"^^geo:wktLiteral ;
  geo-pos:lat "47.1895"^^xsd:decimal ;
  geo-pos:long "-52.8368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2598'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2598'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8368'^^xsd:double;
  dwc:startLongitude '-52.8368'^^xsd:double;
  dwc:endLongitude '-52.8368'^^xsd:double;
  dwc:latitude '47.1895'^^xsd:double;
  dwc:startLatitude '47.1895'^^xsd:double;
  dwc:endLatitude '47.1895'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8368 47.1895, -52.8368 47.1895, -52.8368 47.1895, -52.8368 47.1895, -52.8368 47.1895))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2598'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2629> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1913 -52.8367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1913"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1913 -52.8367)"^^geo:wktLiteral ;
  geo-pos:lat "47.1913"^^xsd:decimal ;
  geo-pos:long "-52.8367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2629'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2629'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8367'^^xsd:double;
  dwc:startLongitude '-52.8367'^^xsd:double;
  dwc:endLongitude '-52.8367'^^xsd:double;
  dwc:latitude '47.1913'^^xsd:double;
  dwc:startLatitude '47.1913'^^xsd:double;
  dwc:endLatitude '47.1913'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8367 47.1913, -52.8367 47.1913, -52.8367 47.1913, -52.8367 47.1913, -52.8367 47.1913))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2629'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_625'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_625'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 47.25, -52.8333 47.25, -52.8333 47.25, -52.8333 47.25, -52.8333 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_625'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_640'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_640'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 47.25, -52.8333 47.25, -52.8333 47.25, -52.8333 47.25, -52.8333 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_640'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0333 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0333 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.0333"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1015'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1015'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.0333'^^xsd:double;
  dwc:startLatitude '64.0333'^^xsd:double;
  dwc:endLatitude '64.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.0333, -52.8333 64.0333, -52.8333 64.0333, -52.8333 64.0333, -52.8333 64.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1015'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_997> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1667 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1667 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.1667"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_997'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_997'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.1667'^^xsd:double;
  dwc:startLatitude '64.1667'^^xsd:double;
  dwc:endLatitude '64.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.1667, -52.8333 64.1667, -52.8333 64.1667, -52.8333 64.1667, -52.8333 64.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_997'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.1833"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1016'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1016'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.1833'^^xsd:double;
  dwc:startLatitude '64.1833'^^xsd:double;
  dwc:endLatitude '64.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1016'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.1833"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1005'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1005'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.1833'^^xsd:double;
  dwc:startLatitude '64.1833'^^xsd:double;
  dwc:endLatitude '64.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1005'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.1833"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1011'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1011'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.1833'^^xsd:double;
  dwc:startLatitude '64.1833'^^xsd:double;
  dwc:endLatitude '64.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833, -52.8333 64.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1011'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1759'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_1759'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1759'^^xsd:string;
  dwc:observationDate '1981-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_941'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_941'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_941'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_951'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_951'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_951'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_942'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_942'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_942'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1004'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1004'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1004'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1003'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1003'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1003'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1014'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1014'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1014'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1000'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1000'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1000'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1013'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1013'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1013'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1006'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1006'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1006'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1008'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1008'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1008'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1007'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1007'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1007'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1012'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1012'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1012'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_994> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_994'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_994'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_994'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1010'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1010'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1010'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1009'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1009'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1009'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_998> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_998'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_998'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2, -52.8333 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_998'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_949'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_949'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_949'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_943'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_943'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_943'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_946'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_946'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_946'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_944'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_944'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_944'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_947'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_947'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_947'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_952'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_952'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_952'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_948'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_948'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_948'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_945'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_945'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_945'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_950'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_950'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_950'^^xsd:string;
  dwc:observationDate '1981-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_684'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_684'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_684'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_695'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_695'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_695'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2167 -52.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2167"^^xsd:decimal ;
  geo-pos:long "-52.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_690'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_690'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8333'^^xsd:double;
  dwc:startLongitude '-52.8333'^^xsd:double;
  dwc:endLongitude '-52.8333'^^xsd:double;
  dwc:latitude '64.2167'^^xsd:double;
  dwc:startLatitude '64.2167'^^xsd:double;
  dwc:endLatitude '64.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167, -52.8333 64.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_690'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2712> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.833)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2712'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_2712'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.833'^^xsd:double;
  dwc:startLongitude '-52.833'^^xsd:double;
  dwc:endLongitude '-52.833'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.833 47.25, -52.833 47.25, -52.833 47.25, -52.833 47.25, -52.833 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2712'^^xsd:string;
  dwc:observationDate '1992-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2125 -52.8287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2125"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2125 -52.8287)"^^geo:wktLiteral ;
  geo-pos:lat "47.2125"^^xsd:decimal ;
  geo-pos:long "-52.8287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2250'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2250'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8287'^^xsd:double;
  dwc:startLongitude '-52.8287'^^xsd:double;
  dwc:endLongitude '-52.8287'^^xsd:double;
  dwc:latitude '47.2125'^^xsd:double;
  dwc:startLatitude '47.2125'^^xsd:double;
  dwc:endLatitude '47.2125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8287 47.2125, -52.8287 47.2125, -52.8287 47.2125, -52.8287 47.2125, -52.8287 47.2125))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2250'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1617"^^xsd:decimal ;
  dwc:decimalLongitude "-52.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  geo-pos:lat "47.1617"^^xsd:decimal ;
  geo-pos:long "-52.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2015'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2015'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.825'^^xsd:double;
  dwc:startLongitude '-52.825'^^xsd:double;
  dwc:endLongitude '-52.825'^^xsd:double;
  dwc:latitude '47.1617'^^xsd:double;
  dwc:startLatitude '47.1617'^^xsd:double;
  dwc:endLatitude '47.1617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2015'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1617"^^xsd:decimal ;
  dwc:decimalLongitude "-52.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  geo-pos:lat "47.1617"^^xsd:decimal ;
  geo-pos:long "-52.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2031'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2031'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.825'^^xsd:double;
  dwc:startLongitude '-52.825'^^xsd:double;
  dwc:endLongitude '-52.825'^^xsd:double;
  dwc:latitude '47.1617'^^xsd:double;
  dwc:startLatitude '47.1617'^^xsd:double;
  dwc:endLatitude '47.1617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2031'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1617"^^xsd:decimal ;
  dwc:decimalLongitude "-52.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  geo-pos:lat "47.1617"^^xsd:decimal ;
  geo-pos:long "-52.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2016'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2016'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.825'^^xsd:double;
  dwc:startLongitude '-52.825'^^xsd:double;
  dwc:endLongitude '-52.825'^^xsd:double;
  dwc:latitude '47.1617'^^xsd:double;
  dwc:startLatitude '47.1617'^^xsd:double;
  dwc:endLatitude '47.1617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2016'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1617"^^xsd:decimal ;
  dwc:decimalLongitude "-52.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1617 -52.825)"^^geo:wktLiteral ;
  geo-pos:lat "47.1617"^^xsd:decimal ;
  geo-pos:long "-52.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2019'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2019'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.825'^^xsd:double;
  dwc:startLongitude '-52.825'^^xsd:double;
  dwc:endLongitude '-52.825'^^xsd:double;
  dwc:latitude '47.1617'^^xsd:double;
  dwc:startLatitude '47.1617'^^xsd:double;
  dwc:endLatitude '47.1617'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617, -52.825 47.1617))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2019'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2634> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2193 -52.8248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2193"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2193 -52.8248)"^^geo:wktLiteral ;
  geo-pos:lat "47.2193"^^xsd:decimal ;
  geo-pos:long "-52.8248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2634'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2634'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8248'^^xsd:double;
  dwc:startLongitude '-52.8248'^^xsd:double;
  dwc:endLongitude '-52.8248'^^xsd:double;
  dwc:latitude '47.2193'^^xsd:double;
  dwc:startLatitude '47.2193'^^xsd:double;
  dwc:endLatitude '47.2193'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8248 47.2193, -52.8248 47.2193, -52.8248 47.2193, -52.8248 47.2193, -52.8248 47.2193))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2634'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2635> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2188 -52.8203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2188"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2188 -52.8203)"^^geo:wktLiteral ;
  geo-pos:lat "47.2188"^^xsd:decimal ;
  geo-pos:long "-52.8203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2635'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2635'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8203'^^xsd:double;
  dwc:startLongitude '-52.8203'^^xsd:double;
  dwc:endLongitude '-52.8203'^^xsd:double;
  dwc:latitude '47.2188'^^xsd:double;
  dwc:startLatitude '47.2188'^^xsd:double;
  dwc:endLatitude '47.2188'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8203 47.2188, -52.8203 47.2188, -52.8203 47.2188, -52.8203 47.2188, -52.8203 47.2188))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2635'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2637> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2192 -52.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2192"^^xsd:decimal ;
  dwc:decimalLongitude "-52.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2192 -52.82)"^^geo:wktLiteral ;
  geo-pos:lat "47.2192"^^xsd:decimal ;
  geo-pos:long "-52.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2637'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2637'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.82'^^xsd:double;
  dwc:startLongitude '-52.82'^^xsd:double;
  dwc:endLongitude '-52.82'^^xsd:double;
  dwc:latitude '47.2192'^^xsd:double;
  dwc:startLatitude '47.2192'^^xsd:double;
  dwc:endLatitude '47.2192'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.82 47.2192, -52.82 47.2192, -52.82 47.2192, -52.82 47.2192, -52.82 47.2192))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2637'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2247> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1995 -52.819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1995"^^xsd:decimal ;
  dwc:decimalLongitude "-52.819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1995 -52.819)"^^geo:wktLiteral ;
  geo-pos:lat "47.1995"^^xsd:decimal ;
  geo-pos:long "-52.819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2247'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2247'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.819'^^xsd:double;
  dwc:startLongitude '-52.819'^^xsd:double;
  dwc:endLongitude '-52.819'^^xsd:double;
  dwc:latitude '47.1995'^^xsd:double;
  dwc:startLatitude '47.1995'^^xsd:double;
  dwc:endLatitude '47.1995'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.819 47.1995, -52.819 47.1995, -52.819 47.1995, -52.819 47.1995, -52.819 47.1995))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2247'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2643> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2332 -52.8188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2332"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2332 -52.8188)"^^geo:wktLiteral ;
  geo-pos:lat "47.2332"^^xsd:decimal ;
  geo-pos:long "-52.8188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2643'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2643'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8188'^^xsd:double;
  dwc:startLongitude '-52.8188'^^xsd:double;
  dwc:endLongitude '-52.8188'^^xsd:double;
  dwc:latitude '47.2332'^^xsd:double;
  dwc:startLatitude '47.2332'^^xsd:double;
  dwc:endLatitude '47.2332'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8188 47.2332, -52.8188 47.2332, -52.8188 47.2332, -52.8188 47.2332, -52.8188 47.2332))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2643'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2642> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.233"^^xsd:decimal ;
  dwc:decimalLongitude "-52.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.233"^^xsd:decimal ;
  geo-pos:long "-52.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2642'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2642'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.817'^^xsd:double;
  dwc:startLongitude '-52.817'^^xsd:double;
  dwc:endLongitude '-52.817'^^xsd:double;
  dwc:latitude '47.233'^^xsd:double;
  dwc:startLatitude '47.233'^^xsd:double;
  dwc:endLatitude '47.233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.817 47.233, -52.817 47.233, -52.817 47.233, -52.817 47.233, -52.817 47.233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2642'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2757> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.233"^^xsd:decimal ;
  dwc:decimalLongitude "-52.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.233"^^xsd:decimal ;
  geo-pos:long "-52.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2757'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2757'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.817'^^xsd:double;
  dwc:startLongitude '-52.817'^^xsd:double;
  dwc:endLongitude '-52.817'^^xsd:double;
  dwc:latitude '47.233'^^xsd:double;
  dwc:startLatitude '47.233'^^xsd:double;
  dwc:endLatitude '47.233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.817 47.233, -52.817 47.233, -52.817 47.233, -52.817 47.233, -52.817 47.233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2757'^^xsd:string;
  dwc:observationDate '1994-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2755> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.233"^^xsd:decimal ;
  dwc:decimalLongitude "-52.817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.817)"^^geo:wktLiteral ;
  geo-pos:lat "47.233"^^xsd:decimal ;
  geo-pos:long "-52.817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2755'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2755'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.817'^^xsd:double;
  dwc:startLongitude '-52.817'^^xsd:double;
  dwc:endLongitude '-52.817'^^xsd:double;
  dwc:latitude '47.233'^^xsd:double;
  dwc:startLatitude '47.233'^^xsd:double;
  dwc:endLatitude '47.233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.817 47.233, -52.817 47.233, -52.817 47.233, -52.817 47.233, -52.817 47.233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2755'^^xsd:string;
  dwc:observationDate '1994-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2747> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2747'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2747'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.8167'^^xsd:double;
  dwc:startLongitude '-52.8167'^^xsd:double;
  dwc:endLongitude '-52.8167'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8167 47.2333, -52.8167 47.2333, -52.8167 47.2333, -52.8167 47.2333, -52.8167 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2747'^^xsd:string;
  dwc:observationDate '1994-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2750> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.8167)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2750'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2750'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.8167'^^xsd:double;
  dwc:startLongitude '-52.8167'^^xsd:double;
  dwc:endLongitude '-52.8167'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8167 47.2333, -52.8167 47.2333, -52.8167 47.2333, -52.8167 47.2333, -52.8167 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2750'^^xsd:string;
  dwc:observationDate '1994-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2798> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1667 -52.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1667 -52.8167)"^^geo:wktLiteral ;
  geo-pos:lat "48.1667"^^xsd:decimal ;
  geo-pos:long "-52.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2798'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2798'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-52.8167'^^xsd:double;
  dwc:startLongitude '-52.8167'^^xsd:double;
  dwc:endLongitude '-52.8167'^^xsd:double;
  dwc:latitude '48.1667'^^xsd:double;
  dwc:startLatitude '48.1667'^^xsd:double;
  dwc:endLatitude '48.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8167 48.1667, -52.8167 48.1667, -52.8167 48.1667, -52.8167 48.1667, -52.8167 48.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2798'^^xsd:string;
  dwc:observationDate '1983-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2799> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1833 -52.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1833 -52.8167)"^^geo:wktLiteral ;
  geo-pos:lat "48.1833"^^xsd:decimal ;
  geo-pos:long "-52.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2799'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2799'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-52.8167'^^xsd:double;
  dwc:startLongitude '-52.8167'^^xsd:double;
  dwc:endLongitude '-52.8167'^^xsd:double;
  dwc:latitude '48.1833'^^xsd:double;
  dwc:startLatitude '48.1833'^^xsd:double;
  dwc:endLatitude '48.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2799'^^xsd:string;
  dwc:observationDate '1983-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2800> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1833 -52.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1833 -52.8167)"^^geo:wktLiteral ;
  geo-pos:lat "48.1833"^^xsd:decimal ;
  geo-pos:long "-52.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2800'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_2800'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:longitude '-52.8167'^^xsd:double;
  dwc:startLongitude '-52.8167'^^xsd:double;
  dwc:endLongitude '-52.8167'^^xsd:double;
  dwc:latitude '48.1833'^^xsd:double;
  dwc:startLatitude '48.1833'^^xsd:double;
  dwc:endLatitude '48.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2800'^^xsd:string;
  dwc:observationDate '1983-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1833 -52.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1833 -52.8167)"^^geo:wktLiteral ;
  geo-pos:lat "48.1833"^^xsd:decimal ;
  geo-pos:long "-52.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1950'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1950'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.8167'^^xsd:double;
  dwc:startLongitude '-52.8167'^^xsd:double;
  dwc:endLongitude '-52.8167'^^xsd:double;
  dwc:latitude '48.1833'^^xsd:double;
  dwc:startLatitude '48.1833'^^xsd:double;
  dwc:endLatitude '48.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833, -52.8167 48.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1950'^^xsd:string;
  dwc:observationDate '1983-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.8167)"^^geo:wktLiteral ;
  geo-pos:lat "64.1833"^^xsd:decimal ;
  geo-pos:long "-52.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_692'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_692'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.8167'^^xsd:double;
  dwc:startLongitude '-52.8167'^^xsd:double;
  dwc:endLongitude '-52.8167'^^xsd:double;
  dwc:latitude '64.1833'^^xsd:double;
  dwc:startLatitude '64.1833'^^xsd:double;
  dwc:endLatitude '64.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8167 64.1833, -52.8167 64.1833, -52.8167 64.1833, -52.8167 64.1833, -52.8167 64.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_692'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2248> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2022 -52.8158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2022"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2022 -52.8158)"^^geo:wktLiteral ;
  geo-pos:lat "47.2022"^^xsd:decimal ;
  geo-pos:long "-52.8158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2248'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2248'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8158'^^xsd:double;
  dwc:startLongitude '-52.8158'^^xsd:double;
  dwc:endLongitude '-52.8158'^^xsd:double;
  dwc:latitude '47.2022'^^xsd:double;
  dwc:startLatitude '47.2022'^^xsd:double;
  dwc:endLatitude '47.2022'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8158 47.2022, -52.8158 47.2022, -52.8158 47.2022, -52.8158 47.2022, -52.8158 47.2022))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2248'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2055 -52.8142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2055"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2055 -52.8142)"^^geo:wktLiteral ;
  geo-pos:lat "47.2055"^^xsd:decimal ;
  geo-pos:long "-52.8142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2152'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2152'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-52.8142'^^xsd:double;
  dwc:startLongitude '-52.8142'^^xsd:double;
  dwc:endLongitude '-52.8142'^^xsd:double;
  dwc:latitude '47.2055'^^xsd:double;
  dwc:startLatitude '47.2055'^^xsd:double;
  dwc:endLatitude '47.2055'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8142 47.2055, -52.8142 47.2055, -52.8142 47.2055, -52.8142 47.2055, -52.8142 47.2055))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2152'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2519> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2395 -52.8142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2395"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2395 -52.8142)"^^geo:wktLiteral ;
  geo-pos:lat "47.2395"^^xsd:decimal ;
  geo-pos:long "-52.8142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2519'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2519'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-52.8142'^^xsd:double;
  dwc:startLongitude '-52.8142'^^xsd:double;
  dwc:endLongitude '-52.8142'^^xsd:double;
  dwc:latitude '47.2395'^^xsd:double;
  dwc:startLatitude '47.2395'^^xsd:double;
  dwc:endLatitude '47.2395'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8142 47.2395, -52.8142 47.2395, -52.8142 47.2395, -52.8142 47.2395, -52.8142 47.2395))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2519'^^xsd:string;
  dwc:observationDate '1993-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2636> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2292 -52.813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2292"^^xsd:decimal ;
  dwc:decimalLongitude "-52.813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2292 -52.813)"^^geo:wktLiteral ;
  geo-pos:lat "47.2292"^^xsd:decimal ;
  geo-pos:long "-52.813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2636'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2636'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.813'^^xsd:double;
  dwc:startLongitude '-52.813'^^xsd:double;
  dwc:endLongitude '-52.813'^^xsd:double;
  dwc:latitude '47.2292'^^xsd:double;
  dwc:startLatitude '47.2292'^^xsd:double;
  dwc:endLatitude '47.2292'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.813 47.2292, -52.813 47.2292, -52.813 47.2292, -52.813 47.2292, -52.813 47.2292))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2636'^^xsd:string;
  dwc:observationDate '1993-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2162> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2385 -52.8113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2385"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2385 -52.8113)"^^geo:wktLiteral ;
  geo-pos:lat "47.2385"^^xsd:decimal ;
  geo-pos:long "-52.8113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2162'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2162'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-52.8113'^^xsd:double;
  dwc:startLongitude '-52.8113'^^xsd:double;
  dwc:endLongitude '-52.8113'^^xsd:double;
  dwc:latitude '47.2385'^^xsd:double;
  dwc:startLatitude '47.2385'^^xsd:double;
  dwc:endLatitude '47.2385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2162'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2385 -52.8113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2385"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2385 -52.8113)"^^geo:wktLiteral ;
  geo-pos:lat "47.2385"^^xsd:decimal ;
  geo-pos:long "-52.8113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2163'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2163'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-52.8113'^^xsd:double;
  dwc:startLongitude '-52.8113'^^xsd:double;
  dwc:endLongitude '-52.8113'^^xsd:double;
  dwc:latitude '47.2385'^^xsd:double;
  dwc:startLatitude '47.2385'^^xsd:double;
  dwc:endLatitude '47.2385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2163'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2154> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2385 -52.8113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2385"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2385 -52.8113)"^^geo:wktLiteral ;
  geo-pos:lat "47.2385"^^xsd:decimal ;
  geo-pos:long "-52.8113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2154'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2154'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-52.8113'^^xsd:double;
  dwc:startLongitude '-52.8113'^^xsd:double;
  dwc:endLongitude '-52.8113'^^xsd:double;
  dwc:latitude '47.2385'^^xsd:double;
  dwc:startLatitude '47.2385'^^xsd:double;
  dwc:endLatitude '47.2385'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385, -52.8113 47.2385))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2154'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2237> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2347 -52.8103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2347"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2347 -52.8103)"^^geo:wktLiteral ;
  geo-pos:lat "47.2347"^^xsd:decimal ;
  geo-pos:long "-52.8103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2237'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2237'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8103'^^xsd:double;
  dwc:startLongitude '-52.8103'^^xsd:double;
  dwc:endLongitude '-52.8103'^^xsd:double;
  dwc:latitude '47.2347'^^xsd:double;
  dwc:startLatitude '47.2347'^^xsd:double;
  dwc:endLatitude '47.2347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8103 47.2347, -52.8103 47.2347, -52.8103 47.2347, -52.8103 47.2347, -52.8103 47.2347))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2237'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2229> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2347 -52.8103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2347"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2347 -52.8103)"^^geo:wktLiteral ;
  geo-pos:lat "47.2347"^^xsd:decimal ;
  geo-pos:long "-52.8103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2229'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2229'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.8103'^^xsd:double;
  dwc:startLongitude '-52.8103'^^xsd:double;
  dwc:endLongitude '-52.8103'^^xsd:double;
  dwc:latitude '47.2347'^^xsd:double;
  dwc:startLatitude '47.2347'^^xsd:double;
  dwc:endLatitude '47.2347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8103 47.2347, -52.8103 47.2347, -52.8103 47.2347, -52.8103 47.2347, -52.8103 47.2347))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2229'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2236> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2375 -52.806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2375"^^xsd:decimal ;
  dwc:decimalLongitude "-52.806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2375 -52.806)"^^geo:wktLiteral ;
  geo-pos:lat "47.2375"^^xsd:decimal ;
  geo-pos:long "-52.806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2236'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2236'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.806'^^xsd:double;
  dwc:startLongitude '-52.806'^^xsd:double;
  dwc:endLongitude '-52.806'^^xsd:double;
  dwc:latitude '47.2375'^^xsd:double;
  dwc:startLatitude '47.2375'^^xsd:double;
  dwc:endLatitude '47.2375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.806 47.2375, -52.806 47.2375, -52.806 47.2375, -52.806 47.2375, -52.806 47.2375))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2236'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2522> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2657 -52.8038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2657"^^xsd:decimal ;
  dwc:decimalLongitude "-52.8038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2657 -52.8038)"^^geo:wktLiteral ;
  geo-pos:lat "47.2657"^^xsd:decimal ;
  geo-pos:long "-52.8038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2522'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2522'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-52.8038'^^xsd:double;
  dwc:startLongitude '-52.8038'^^xsd:double;
  dwc:endLongitude '-52.8038'^^xsd:double;
  dwc:latitude '47.2657'^^xsd:double;
  dwc:startLatitude '47.2657'^^xsd:double;
  dwc:endLatitude '47.2657'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8038 47.2657, -52.8038 47.2657, -52.8038 47.2657, -52.8038 47.2657, -52.8038 47.2657))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2522'^^xsd:string;
  dwc:observationDate '1993-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_869> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.7833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.7833 -52.8)"^^geo:wktLiteral ;
  geo-pos:lat "46.7833"^^xsd:decimal ;
  geo-pos:long "-52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_869'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1976'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_869'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:startYearCollected '1976'^^xsd:integer;
  dwc:endYearCollected '1976'^^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:longitude '-52.8'^^xsd:double;
  dwc:startLongitude '-52.8'^^xsd:double;
  dwc:endLongitude '-52.8'^^xsd:double;
  dwc:latitude '46.7833'^^xsd:double;
  dwc:startLatitude '46.7833'^^xsd:double;
  dwc:endLatitude '46.7833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8 46.7833, -52.8 46.7833, -52.8 46.7833, -52.8 46.7833, -52.8 46.7833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_869'^^xsd:string;
  dwc:observationDate '1976-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2621> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1833 -52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1833 -52.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.1833"^^xsd:decimal ;
  geo-pos:long "-52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2621'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2621'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.8'^^xsd:double;
  dwc:startLongitude '-52.8'^^xsd:double;
  dwc:endLongitude '-52.8'^^xsd:double;
  dwc:latitude '47.1833'^^xsd:double;
  dwc:startLatitude '47.1833'^^xsd:double;
  dwc:endLatitude '47.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8 47.1833, -52.8 47.1833, -52.8 47.1833, -52.8 47.1833, -52.8 47.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2621'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2609> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.233"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.233 -52.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.233"^^xsd:decimal ;
  geo-pos:long "-52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2609'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2609'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.8'^^xsd:double;
  dwc:startLongitude '-52.8'^^xsd:double;
  dwc:endLongitude '-52.8'^^xsd:double;
  dwc:latitude '47.233'^^xsd:double;
  dwc:startLatitude '47.233'^^xsd:double;
  dwc:endLatitude '47.233'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8 47.233, -52.8 47.233, -52.8 47.233, -52.8 47.233, -52.8 47.233))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2609'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2602> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2602'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2602'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.8'^^xsd:double;
  dwc:startLongitude '-52.8'^^xsd:double;
  dwc:endLongitude '-52.8'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8 47.25, -52.8 47.25, -52.8 47.25, -52.8 47.25, -52.8 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2602'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2603'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2603'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.8'^^xsd:double;
  dwc:startLongitude '-52.8'^^xsd:double;
  dwc:endLongitude '-52.8'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8 47.25, -52.8 47.25, -52.8 47.25, -52.8 47.25, -52.8 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2603'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2589'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2589'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.8'^^xsd:double;
  dwc:startLongitude '-52.8'^^xsd:double;
  dwc:endLongitude '-52.8'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8 47.25, -52.8 47.25, -52.8 47.25, -52.8 47.25, -52.8 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2589'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3 -52.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3"^^xsd:decimal ;
  dwc:decimalLongitude "-52.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3 -52.8)"^^geo:wktLiteral ;
  geo-pos:lat "47.3"^^xsd:decimal ;
  geo-pos:long "-52.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2036'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2036'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.8'^^xsd:double;
  dwc:startLongitude '-52.8'^^xsd:double;
  dwc:endLongitude '-52.8'^^xsd:double;
  dwc:latitude '47.3'^^xsd:double;
  dwc:startLatitude '47.3'^^xsd:double;
  dwc:endLatitude '47.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.8 47.3, -52.8 47.3, -52.8 47.3, -52.8 47.3, -52.8 47.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2036'^^xsd:string;
  dwc:observationDate '1983-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2683> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2643 -52.7997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2643"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2643 -52.7997)"^^geo:wktLiteral ;
  geo-pos:lat "47.2643"^^xsd:decimal ;
  geo-pos:long "-52.7997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2683'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2683'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.7997'^^xsd:double;
  dwc:startLongitude '-52.7997'^^xsd:double;
  dwc:endLongitude '-52.7997'^^xsd:double;
  dwc:latitude '47.2643'^^xsd:double;
  dwc:startLatitude '47.2643'^^xsd:double;
  dwc:endLatitude '47.2643'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7997 47.2643, -52.7997 47.2643, -52.7997 47.2643, -52.7997 47.2643, -52.7997 47.2643))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2683'^^xsd:string;
  dwc:observationDate '1994-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2347 -52.7978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2347"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2347 -52.7978)"^^geo:wktLiteral ;
  geo-pos:lat "47.2347"^^xsd:decimal ;
  geo-pos:long "-52.7978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2427'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2427'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7978'^^xsd:double;
  dwc:startLongitude '-52.7978'^^xsd:double;
  dwc:endLongitude '-52.7978'^^xsd:double;
  dwc:latitude '47.2347'^^xsd:double;
  dwc:startLatitude '47.2347'^^xsd:double;
  dwc:endLatitude '47.2347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7978 47.2347, -52.7978 47.2347, -52.7978 47.2347, -52.7978 47.2347, -52.7978 47.2347))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2427'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2610> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2272 -52.7973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2272"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2272 -52.7973)"^^geo:wktLiteral ;
  geo-pos:lat "47.2272"^^xsd:decimal ;
  geo-pos:long "-52.7973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2610'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2610'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7973'^^xsd:double;
  dwc:startLongitude '-52.7973'^^xsd:double;
  dwc:endLongitude '-52.7973'^^xsd:double;
  dwc:latitude '47.2272'^^xsd:double;
  dwc:startLatitude '47.2272'^^xsd:double;
  dwc:endLatitude '47.2272'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7973 47.2272, -52.7973 47.2272, -52.7973 47.2272, -52.7973 47.2272, -52.7973 47.2272))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2610'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2337 -52.7948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2337"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2337 -52.7948)"^^geo:wktLiteral ;
  geo-pos:lat "47.2337"^^xsd:decimal ;
  geo-pos:long "-52.7948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2005'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2005'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-52.7948'^^xsd:double;
  dwc:startLongitude '-52.7948'^^xsd:double;
  dwc:endLongitude '-52.7948'^^xsd:double;
  dwc:latitude '47.2337'^^xsd:double;
  dwc:startLatitude '47.2337'^^xsd:double;
  dwc:endLatitude '47.2337'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7948 47.2337, -52.7948 47.2337, -52.7948 47.2337, -52.7948 47.2337, -52.7948 47.2337))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2005'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.127 -52.7947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.127"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.127 -52.7947)"^^geo:wktLiteral ;
  geo-pos:lat "48.127"^^xsd:decimal ;
  geo-pos:long "-52.7947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_759'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_759'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7947'^^xsd:double;
  dwc:startLongitude '-52.7947'^^xsd:double;
  dwc:endLongitude '-52.7947'^^xsd:double;
  dwc:latitude '48.127'^^xsd:double;
  dwc:startLatitude '48.127'^^xsd:double;
  dwc:endLatitude '48.127'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7947 48.127, -52.7947 48.127, -52.7947 48.127, -52.7947 48.127, -52.7947 48.127))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_759'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1245 -52.7935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1245"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1245 -52.7935)"^^geo:wktLiteral ;
  geo-pos:lat "48.1245"^^xsd:decimal ;
  geo-pos:long "-52.7935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_760'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_760'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7935'^^xsd:double;
  dwc:startLongitude '-52.7935'^^xsd:double;
  dwc:endLongitude '-52.7935'^^xsd:double;
  dwc:latitude '48.1245'^^xsd:double;
  dwc:startLatitude '48.1245'^^xsd:double;
  dwc:endLatitude '48.1245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7935 48.1245, -52.7935 48.1245, -52.7935 48.1245, -52.7935 48.1245, -52.7935 48.1245))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_760'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1245 -52.7935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.1245"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.1245 -52.7935)"^^geo:wktLiteral ;
  geo-pos:lat "48.1245"^^xsd:decimal ;
  geo-pos:long "-52.7935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_758'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_758'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7935'^^xsd:double;
  dwc:startLongitude '-52.7935'^^xsd:double;
  dwc:endLongitude '-52.7935'^^xsd:double;
  dwc:latitude '48.1245'^^xsd:double;
  dwc:startLatitude '48.1245'^^xsd:double;
  dwc:endLatitude '48.1245'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7935 48.1245, -52.7935 48.1245, -52.7935 48.1245, -52.7935 48.1245, -52.7935 48.1245))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_758'^^xsd:string;
  dwc:observationDate '1993-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2612> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2348 -52.7915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2348"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2348 -52.7915)"^^geo:wktLiteral ;
  geo-pos:lat "47.2348"^^xsd:decimal ;
  geo-pos:long "-52.7915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2612'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2612'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7915'^^xsd:double;
  dwc:startLongitude '-52.7915'^^xsd:double;
  dwc:endLongitude '-52.7915'^^xsd:double;
  dwc:latitude '47.2348'^^xsd:double;
  dwc:startLatitude '47.2348'^^xsd:double;
  dwc:endLatitude '47.2348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2612'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2600> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2348 -52.7915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2348"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2348 -52.7915)"^^geo:wktLiteral ;
  geo-pos:lat "47.2348"^^xsd:decimal ;
  geo-pos:long "-52.7915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2600'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2600'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7915'^^xsd:double;
  dwc:startLongitude '-52.7915'^^xsd:double;
  dwc:endLongitude '-52.7915'^^xsd:double;
  dwc:latitude '47.2348'^^xsd:double;
  dwc:startLatitude '47.2348'^^xsd:double;
  dwc:endLatitude '47.2348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2600'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2611> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2348 -52.7915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2348"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2348 -52.7915)"^^geo:wktLiteral ;
  geo-pos:lat "47.2348"^^xsd:decimal ;
  geo-pos:long "-52.7915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2611'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2611'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7915'^^xsd:double;
  dwc:startLongitude '-52.7915'^^xsd:double;
  dwc:endLongitude '-52.7915'^^xsd:double;
  dwc:latitude '47.2348'^^xsd:double;
  dwc:startLatitude '47.2348'^^xsd:double;
  dwc:endLatitude '47.2348'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348, -52.7915 47.2348))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2611'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2520> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2683 -52.7897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2683"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2683 -52.7897)"^^geo:wktLiteral ;
  geo-pos:lat "47.2683"^^xsd:decimal ;
  geo-pos:long "-52.7897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2520'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2520'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-52.7897'^^xsd:double;
  dwc:startLongitude '-52.7897'^^xsd:double;
  dwc:endLongitude '-52.7897'^^xsd:double;
  dwc:latitude '47.2683'^^xsd:double;
  dwc:startLatitude '47.2683'^^xsd:double;
  dwc:endLatitude '47.2683'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7897 47.2683, -52.7897 47.2683, -52.7897 47.2683, -52.7897 47.2683, -52.7897 47.2683))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2520'^^xsd:string;
  dwc:observationDate '1993-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2543 -52.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2543"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2543 -52.7875)"^^geo:wktLiteral ;
  geo-pos:lat "47.2543"^^xsd:decimal ;
  geo-pos:long "-52.7875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1996'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_1996'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-52.7875'^^xsd:double;
  dwc:startLongitude '-52.7875'^^xsd:double;
  dwc:endLongitude '-52.7875'^^xsd:double;
  dwc:latitude '47.2543'^^xsd:double;
  dwc:startLatitude '47.2543'^^xsd:double;
  dwc:endLatitude '47.2543'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7875 47.2543, -52.7875 47.2543, -52.7875 47.2543, -52.7875 47.2543, -52.7875 47.2543))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1996'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2215 -52.786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2215"^^xsd:decimal ;
  dwc:decimalLongitude "-52.786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2215 -52.786)"^^geo:wktLiteral ;
  geo-pos:lat "47.2215"^^xsd:decimal ;
  geo-pos:long "-52.786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2422'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2422'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.786'^^xsd:double;
  dwc:startLongitude '-52.786'^^xsd:double;
  dwc:endLongitude '-52.786'^^xsd:double;
  dwc:latitude '47.2215'^^xsd:double;
  dwc:startLatitude '47.2215'^^xsd:double;
  dwc:endLatitude '47.2215'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.786 47.2215, -52.786 47.2215, -52.786 47.2215, -52.786 47.2215, -52.786 47.2215))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2422'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2458 -52.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2458"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2458 -52.7833)"^^geo:wktLiteral ;
  geo-pos:lat "47.2458"^^xsd:decimal ;
  geo-pos:long "-52.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2001'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '73_2001'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:longitude '-52.7833'^^xsd:double;
  dwc:startLongitude '-52.7833'^^xsd:double;
  dwc:endLongitude '-52.7833'^^xsd:double;
  dwc:latitude '47.2458'^^xsd:double;
  dwc:startLatitude '47.2458'^^xsd:double;
  dwc:endLatitude '47.2458'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7833 47.2458, -52.7833 47.2458, -52.7833 47.2458, -52.7833 47.2458, -52.7833 47.2458))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2001'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2748> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2667 -52.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2667 -52.7833)"^^geo:wktLiteral ;
  geo-pos:lat "47.2667"^^xsd:decimal ;
  geo-pos:long "-52.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2748'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2748'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.7833'^^xsd:double;
  dwc:startLongitude '-52.7833'^^xsd:double;
  dwc:endLongitude '-52.7833'^^xsd:double;
  dwc:latitude '47.2667'^^xsd:double;
  dwc:startLatitude '47.2667'^^xsd:double;
  dwc:endLatitude '47.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7833 47.2667, -52.7833 47.2667, -52.7833 47.2667, -52.7833 47.2667, -52.7833 47.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2748'^^xsd:string;
  dwc:observationDate '1994-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.7833)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1002'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1002'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.7833'^^xsd:double;
  dwc:startLongitude '-52.7833'^^xsd:double;
  dwc:endLongitude '-52.7833'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7833 64.2, -52.7833 64.2, -52.7833 64.2, -52.7833 64.2, -52.7833 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1002'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2 -52.7833)"^^geo:wktLiteral ;
  geo-pos:lat "64.2"^^xsd:decimal ;
  geo-pos:long "-52.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1001'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_1001'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.7833'^^xsd:double;
  dwc:startLongitude '-52.7833'^^xsd:double;
  dwc:endLongitude '-52.7833'^^xsd:double;
  dwc:latitude '64.2'^^xsd:double;
  dwc:startLatitude '64.2'^^xsd:double;
  dwc:endLatitude '64.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7833 64.2, -52.7833 64.2, -52.7833 64.2, -52.7833 64.2, -52.7833 64.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1001'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2678> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.783)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2678'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2678'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.783'^^xsd:double;
  dwc:startLongitude '-52.783'^^xsd:double;
  dwc:endLongitude '-52.783'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.783 47.25, -52.783 47.25, -52.783 47.25, -52.783 47.25, -52.783 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2678'^^xsd:string;
  dwc:observationDate '1994-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2640> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.783)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2640'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2640'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.783'^^xsd:double;
  dwc:startLongitude '-52.783'^^xsd:double;
  dwc:endLongitude '-52.783'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.783 47.25, -52.783 47.25, -52.783 47.25, -52.783 47.25, -52.783 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2640'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2223 -52.7825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2223"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2223 -52.7825)"^^geo:wktLiteral ;
  geo-pos:lat "47.2223"^^xsd:decimal ;
  geo-pos:long "-52.7825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2426'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2426'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7825'^^xsd:double;
  dwc:startLongitude '-52.7825'^^xsd:double;
  dwc:endLongitude '-52.7825'^^xsd:double;
  dwc:latitude '47.2223'^^xsd:double;
  dwc:startLatitude '47.2223'^^xsd:double;
  dwc:endLatitude '47.2223'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7825 47.2223, -52.7825 47.2223, -52.7825 47.2223, -52.7825 47.2223, -52.7825 47.2223))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2426'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2248 -52.7818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2248"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2248 -52.7818)"^^geo:wktLiteral ;
  geo-pos:lat "47.2248"^^xsd:decimal ;
  geo-pos:long "-52.7818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2428'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2428'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7818'^^xsd:double;
  dwc:startLongitude '-52.7818'^^xsd:double;
  dwc:endLongitude '-52.7818'^^xsd:double;
  dwc:latitude '47.2248'^^xsd:double;
  dwc:startLatitude '47.2248'^^xsd:double;
  dwc:endLatitude '47.2248'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7818 47.2248, -52.7818 47.2248, -52.7818 47.2248, -52.7818 47.2248, -52.7818 47.2248))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2428'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2521> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.274 -52.7772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.274"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.274 -52.7772)"^^geo:wktLiteral ;
  geo-pos:lat "47.274"^^xsd:decimal ;
  geo-pos:long "-52.7772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2521'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2521'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-52.7772'^^xsd:double;
  dwc:startLongitude '-52.7772'^^xsd:double;
  dwc:endLongitude '-52.7772'^^xsd:double;
  dwc:latitude '47.274'^^xsd:double;
  dwc:startLatitude '47.274'^^xsd:double;
  dwc:endLatitude '47.274'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7772 47.274, -52.7772 47.274, -52.7772 47.274, -52.7772 47.274, -52.7772 47.274))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2521'^^xsd:string;
  dwc:observationDate '1993-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2412> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2275 -52.7752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2275"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2275 -52.7752)"^^geo:wktLiteral ;
  geo-pos:lat "47.2275"^^xsd:decimal ;
  geo-pos:long "-52.7752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2412'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2412'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7752'^^xsd:double;
  dwc:startLongitude '-52.7752'^^xsd:double;
  dwc:endLongitude '-52.7752'^^xsd:double;
  dwc:latitude '47.2275'^^xsd:double;
  dwc:startLatitude '47.2275'^^xsd:double;
  dwc:endLatitude '47.2275'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7752 47.2275, -52.7752 47.2275, -52.7752 47.2275, -52.7752 47.2275, -52.7752 47.2275))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2412'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2594> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2407 -52.7742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2407"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2407 -52.7742)"^^geo:wktLiteral ;
  geo-pos:lat "47.2407"^^xsd:decimal ;
  geo-pos:long "-52.7742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2594'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2594'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7742'^^xsd:double;
  dwc:startLongitude '-52.7742'^^xsd:double;
  dwc:endLongitude '-52.7742'^^xsd:double;
  dwc:latitude '47.2407'^^xsd:double;
  dwc:startLatitude '47.2407'^^xsd:double;
  dwc:endLatitude '47.2407'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7742 47.2407, -52.7742 47.2407, -52.7742 47.2407, -52.7742 47.2407, -52.7742 47.2407))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2594'^^xsd:string;
  dwc:observationDate '1993-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2502 -52.773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2502"^^xsd:decimal ;
  dwc:decimalLongitude "-52.773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2502 -52.773)"^^geo:wktLiteral ;
  geo-pos:lat "47.2502"^^xsd:decimal ;
  geo-pos:long "-52.773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2018'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_2018'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.773'^^xsd:double;
  dwc:startLongitude '-52.773'^^xsd:double;
  dwc:endLongitude '-52.773'^^xsd:double;
  dwc:latitude '47.2502'^^xsd:double;
  dwc:startLatitude '47.2502'^^xsd:double;
  dwc:endLatitude '47.2502'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.773 47.2502, -52.773 47.2502, -52.773 47.2502, -52.773 47.2502, -52.773 47.2502))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2018'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2756> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.267 -52.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.267"^^xsd:decimal ;
  dwc:decimalLongitude "-52.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.267 -52.767)"^^geo:wktLiteral ;
  geo-pos:lat "47.267"^^xsd:decimal ;
  geo-pos:long "-52.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2756'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2756'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.767'^^xsd:double;
  dwc:startLongitude '-52.767'^^xsd:double;
  dwc:endLongitude '-52.767'^^xsd:double;
  dwc:latitude '47.267'^^xsd:double;
  dwc:startLatitude '47.267'^^xsd:double;
  dwc:endLatitude '47.267'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.767 47.267, -52.767 47.267, -52.767 47.267, -52.767 47.267, -52.767 47.267))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2756'^^xsd:string;
  dwc:observationDate '1994-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.7667)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2596'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2596'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.7667'^^xsd:double;
  dwc:startLongitude '-52.7667'^^xsd:double;
  dwc:endLongitude '-52.7667'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7667 47.25, -52.7667 47.25, -52.7667 47.25, -52.7667 47.25, -52.7667 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2596'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2077> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7667)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2077'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2077'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.7667'^^xsd:double;
  dwc:startLongitude '-52.7667'^^xsd:double;
  dwc:endLongitude '-52.7667'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7667 47.2833, -52.7667 47.2833, -52.7667 47.2833, -52.7667 47.2833, -52.7667 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2077'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2075> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7667)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2075'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2075'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.7667'^^xsd:double;
  dwc:startLongitude '-52.7667'^^xsd:double;
  dwc:endLongitude '-52.7667'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7667 47.2833, -52.7667 47.2833, -52.7667 47.2833, -52.7667 47.2833, -52.7667 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2075'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2165> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2863 -52.764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2863"^^xsd:decimal ;
  dwc:decimalLongitude "-52.764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2863 -52.764)"^^geo:wktLiteral ;
  geo-pos:lat "47.2863"^^xsd:decimal ;
  geo-pos:long "-52.764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2165'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2165'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-52.764'^^xsd:double;
  dwc:startLongitude '-52.764'^^xsd:double;
  dwc:endLongitude '-52.764'^^xsd:double;
  dwc:latitude '47.2863'^^xsd:double;
  dwc:startLatitude '47.2863'^^xsd:double;
  dwc:endLatitude '47.2863'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.764 47.2863, -52.764 47.2863, -52.764 47.2863, -52.764 47.2863, -52.764 47.2863))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2165'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2413> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2978 -52.7578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2978"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2978 -52.7578)"^^geo:wktLiteral ;
  geo-pos:lat "47.2978"^^xsd:decimal ;
  geo-pos:long "-52.7578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2413'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2413'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7578'^^xsd:double;
  dwc:startLongitude '-52.7578'^^xsd:double;
  dwc:endLongitude '-52.7578'^^xsd:double;
  dwc:latitude '47.2978'^^xsd:double;
  dwc:startLatitude '47.2978'^^xsd:double;
  dwc:endLatitude '47.2978'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7578 47.2978, -52.7578 47.2978, -52.7578 47.2978, -52.7578 47.2978, -52.7578 47.2978))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2413'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1805> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8045 -52.754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8045"^^xsd:decimal ;
  dwc:decimalLongitude "-52.754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8045 -52.754)"^^geo:wktLiteral ;
  geo-pos:lat "47.8045"^^xsd:decimal ;
  geo-pos:long "-52.754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1805'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1805'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-52.754'^^xsd:double;
  dwc:startLongitude '-52.754'^^xsd:double;
  dwc:endLongitude '-52.754'^^xsd:double;
  dwc:latitude '47.8045'^^xsd:double;
  dwc:startLatitude '47.8045'^^xsd:double;
  dwc:endLatitude '47.8045'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.754 47.8045, -52.754 47.8045, -52.754 47.8045, -52.754 47.8045, -52.754 47.8045))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1805'^^xsd:string;
  dwc:observationDate '1992-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2130> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3038 -52.7518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3038"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3038 -52.7518)"^^geo:wktLiteral ;
  geo-pos:lat "47.3038"^^xsd:decimal ;
  geo-pos:long "-52.7518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2130'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2130'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.7518'^^xsd:double;
  dwc:startLongitude '-52.7518'^^xsd:double;
  dwc:endLongitude '-52.7518'^^xsd:double;
  dwc:latitude '47.3038'^^xsd:double;
  dwc:startLatitude '47.3038'^^xsd:double;
  dwc:endLatitude '47.3038'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7518 47.3038, -52.7518 47.3038, -52.7518 47.3038, -52.7518 47.3038, -52.7518 47.3038))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2130'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2081> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2081'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2081'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2081'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2079> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2079'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2079'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2079'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2074> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2074'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2074'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2074'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2080> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2080'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2080'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2080'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2076> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2076'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2076'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2076'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2078> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2333 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2333"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2078'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2078'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2333'^^xsd:double;
  dwc:startLatitude '47.2333'^^xsd:double;
  dwc:endLatitude '47.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333, -52.75 47.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2078'^^xsd:string;
  dwc:observationDate '1983-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.25"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.25 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.25"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2590'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2590'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.25'^^xsd:double;
  dwc:startLatitude '47.25'^^xsd:double;
  dwc:endLatitude '47.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.25, -52.75 47.25, -52.75 47.25, -52.75 47.25, -52.75 47.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2590'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2641> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.283"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.283"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2641'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2641'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.283'^^xsd:double;
  dwc:startLatitude '47.283'^^xsd:double;
  dwc:endLatitude '47.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2641'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2638> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.283"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.283"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2638'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2638'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.283'^^xsd:double;
  dwc:startLatitude '47.283'^^xsd:double;
  dwc:endLatitude '47.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2638'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1921> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.283"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.283"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1921'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1921'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.283'^^xsd:double;
  dwc:startLatitude '47.283'^^xsd:double;
  dwc:endLatitude '47.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1921'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1922> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.283"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.283"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1922'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1922'^^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 '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.283'^^xsd:double;
  dwc:startLatitude '47.283'^^xsd:double;
  dwc:endLatitude '47.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1922'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.283"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.283"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2290'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2290'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.283'^^xsd:double;
  dwc:startLatitude '47.283'^^xsd:double;
  dwc:endLatitude '47.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2290'^^xsd:string;
  dwc:observationDate '2002-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.283"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.283 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.283"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2289'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2289'^^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 '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.283'^^xsd:double;
  dwc:startLatitude '47.283'^^xsd:double;
  dwc:endLatitude '47.283'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283, -52.75 47.283))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2289'^^xsd:string;
  dwc:observationDate '2002-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2040'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2040'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2040'^^xsd:string;
  dwc:observationDate '1983-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2037'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2037'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2037'^^xsd:string;
  dwc:observationDate '1983-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2597> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2597'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2597'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2597'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2630> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2630'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2630'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833, -52.75 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2630'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2622> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "47.3"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2622'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2622'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '47.3'^^xsd:double;
  dwc:startLatitude '47.3'^^xsd:double;
  dwc:endLatitude '47.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 47.3, -52.75 47.3, -52.75 47.3, -52.75 47.3, -52.75 47.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2622'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "64"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_685'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_685'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '64'^^xsd:integer;
  dwc:startLatitude '64'^^xsd:integer;
  dwc:endLatitude '64'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-52.75 64, -52.75 64, -52.75 64, -52.75 64, -52.75 64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_685'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "64"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_693'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_693'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '64'^^xsd:integer;
  dwc:startLatitude '64'^^xsd:integer;
  dwc:endLatitude '64'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-52.75 64, -52.75 64, -52.75 64, -52.75 64, -52.75 64))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_693'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0333 -52.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0333 -52.75)"^^geo:wktLiteral ;
  geo-pos:lat "64.0333"^^xsd:decimal ;
  geo-pos:long "-52.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_686'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_686'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.75'^^xsd:double;
  dwc:startLongitude '-52.75'^^xsd:double;
  dwc:endLongitude '-52.75'^^xsd:double;
  dwc:latitude '64.0333'^^xsd:double;
  dwc:startLatitude '64.0333'^^xsd:double;
  dwc:endLatitude '64.0333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.75 64.0333, -52.75 64.0333, -52.75 64.0333, -52.75 64.0333, -52.75 64.0333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_686'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3047 -52.7498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3047"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3047 -52.7498)"^^geo:wktLiteral ;
  geo-pos:lat "47.3047"^^xsd:decimal ;
  geo-pos:long "-52.7498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2223'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2223'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7498'^^xsd:double;
  dwc:startLongitude '-52.7498'^^xsd:double;
  dwc:endLongitude '-52.7498'^^xsd:double;
  dwc:latitude '47.3047'^^xsd:double;
  dwc:startLatitude '47.3047'^^xsd:double;
  dwc:endLatitude '47.3047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7498 47.3047, -52.7498 47.3047, -52.7498 47.3047, -52.7498 47.3047, -52.7498 47.3047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2223'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2235> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3047 -52.7498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3047"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3047 -52.7498)"^^geo:wktLiteral ;
  geo-pos:lat "47.3047"^^xsd:decimal ;
  geo-pos:long "-52.7498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2235'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2235'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7498'^^xsd:double;
  dwc:startLongitude '-52.7498'^^xsd:double;
  dwc:endLongitude '-52.7498'^^xsd:double;
  dwc:latitude '47.3047'^^xsd:double;
  dwc:startLatitude '47.3047'^^xsd:double;
  dwc:endLatitude '47.3047'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7498 47.3047, -52.7498 47.3047, -52.7498 47.3047, -52.7498 47.3047, -52.7498 47.3047))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2235'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2225> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.299 -52.7468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.299"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.299 -52.7468)"^^geo:wktLiteral ;
  geo-pos:lat "47.299"^^xsd:decimal ;
  geo-pos:long "-52.7468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2225'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2225'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7468'^^xsd:double;
  dwc:startLongitude '-52.7468'^^xsd:double;
  dwc:endLongitude '-52.7468'^^xsd:double;
  dwc:latitude '47.299'^^xsd:double;
  dwc:startLatitude '47.299'^^xsd:double;
  dwc:endLatitude '47.299'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7468 47.299, -52.7468 47.299, -52.7468 47.299, -52.7468 47.299, -52.7468 47.299))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2225'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2226> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.299 -52.7468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.299"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.299 -52.7468)"^^geo:wktLiteral ;
  geo-pos:lat "47.299"^^xsd:decimal ;
  geo-pos:long "-52.7468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2226'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2226'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7468'^^xsd:double;
  dwc:startLongitude '-52.7468'^^xsd:double;
  dwc:endLongitude '-52.7468'^^xsd:double;
  dwc:latitude '47.299'^^xsd:double;
  dwc:startLatitude '47.299'^^xsd:double;
  dwc:endLatitude '47.299'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7468 47.299, -52.7468 47.299, -52.7468 47.299, -52.7468 47.299, -52.7468 47.299))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2226'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1807> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.79 -52.7447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.79"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.79 -52.7447)"^^geo:wktLiteral ;
  geo-pos:lat "47.79"^^xsd:decimal ;
  geo-pos:long "-52.7447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1807'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1807'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-52.7447'^^xsd:double;
  dwc:startLongitude '-52.7447'^^xsd:double;
  dwc:endLongitude '-52.7447'^^xsd:double;
  dwc:latitude '47.79'^^xsd:double;
  dwc:startLatitude '47.79'^^xsd:double;
  dwc:endLatitude '47.79'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7447 47.79, -52.7447 47.79, -52.7447 47.79, -52.7447 47.79, -52.7447 47.79))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1807'^^xsd:string;
  dwc:observationDate '1992-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7768 -52.7442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7768"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7768 -52.7442)"^^geo:wktLiteral ;
  geo-pos:lat "47.7768"^^xsd:decimal ;
  geo-pos:long "-52.7442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1806'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1806'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-52.7442'^^xsd:double;
  dwc:startLongitude '-52.7442'^^xsd:double;
  dwc:endLongitude '-52.7442'^^xsd:double;
  dwc:latitude '47.7768'^^xsd:double;
  dwc:startLatitude '47.7768'^^xsd:double;
  dwc:endLatitude '47.7768'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7442 47.7768, -52.7442 47.7768, -52.7442 47.7768, -52.7442 47.7768, -52.7442 47.7768))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1806'^^xsd:string;
  dwc:observationDate '1992-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2244> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3073 -52.7435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3073"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3073 -52.7435)"^^geo:wktLiteral ;
  geo-pos:lat "47.3073"^^xsd:decimal ;
  geo-pos:long "-52.7435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2244'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2244'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7435'^^xsd:double;
  dwc:startLongitude '-52.7435'^^xsd:double;
  dwc:endLongitude '-52.7435'^^xsd:double;
  dwc:latitude '47.3073'^^xsd:double;
  dwc:startLatitude '47.3073'^^xsd:double;
  dwc:endLatitude '47.3073'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7435 47.3073, -52.7435 47.3073, -52.7435 47.3073, -52.7435 47.3073, -52.7435 47.3073))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2244'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2249> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3068 -52.7428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3068"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3068 -52.7428)"^^geo:wktLiteral ;
  geo-pos:lat "47.3068"^^xsd:decimal ;
  geo-pos:long "-52.7428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2249'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2249'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7428'^^xsd:double;
  dwc:startLongitude '-52.7428'^^xsd:double;
  dwc:endLongitude '-52.7428'^^xsd:double;
  dwc:latitude '47.3068'^^xsd:double;
  dwc:startLatitude '47.3068'^^xsd:double;
  dwc:endLatitude '47.3068'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7428 47.3068, -52.7428 47.3068, -52.7428 47.3068, -52.7428 47.3068, -52.7428 47.3068))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2249'^^xsd:string;
  dwc:observationDate '1993-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1809> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7892 -52.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7892 -52.7417)"^^geo:wktLiteral ;
  geo-pos:lat "47.7892"^^xsd:decimal ;
  geo-pos:long "-52.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1809'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1809'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-52.7417'^^xsd:double;
  dwc:startLongitude '-52.7417'^^xsd:double;
  dwc:endLongitude '-52.7417'^^xsd:double;
  dwc:latitude '47.7892'^^xsd:double;
  dwc:startLatitude '47.7892'^^xsd:double;
  dwc:endLatitude '47.7892'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7417 47.7892, -52.7417 47.7892, -52.7417 47.7892, -52.7417 47.7892, -52.7417 47.7892))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1809'^^xsd:string;
  dwc:observationDate '1992-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7892 -52.7417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7892"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7892 -52.7417)"^^geo:wktLiteral ;
  geo-pos:lat "47.7892"^^xsd:decimal ;
  geo-pos:long "-52.7417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1808'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1808'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-52.7417'^^xsd:double;
  dwc:startLongitude '-52.7417'^^xsd:double;
  dwc:endLongitude '-52.7417'^^xsd:double;
  dwc:latitude '47.7892'^^xsd:double;
  dwc:startLatitude '47.7892'^^xsd:double;
  dwc:endLatitude '47.7892'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7417 47.7892, -52.7417 47.7892, -52.7417 47.7892, -52.7417 47.7892, -52.7417 47.7892))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1808'^^xsd:string;
  dwc:observationDate '1992-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_867> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7868 -52.7415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7868"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7868 -52.7415)"^^geo:wktLiteral ;
  geo-pos:lat "47.7868"^^xsd:decimal ;
  geo-pos:long "-52.7415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_867'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_867'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7415'^^xsd:double;
  dwc:startLongitude '-52.7415'^^xsd:double;
  dwc:endLongitude '-52.7415'^^xsd:double;
  dwc:latitude '47.7868'^^xsd:double;
  dwc:startLatitude '47.7868'^^xsd:double;
  dwc:endLatitude '47.7868'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7415 47.7868, -52.7415 47.7868, -52.7415 47.7868, -52.7415 47.7868, -52.7415 47.7868))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_867'^^xsd:string;
  dwc:observationDate '1993-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2159> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3213 -52.7368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3213"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3213 -52.7368)"^^geo:wktLiteral ;
  geo-pos:lat "47.3213"^^xsd:decimal ;
  geo-pos:long "-52.7368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2159'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2159'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-52.7368'^^xsd:double;
  dwc:startLongitude '-52.7368'^^xsd:double;
  dwc:endLongitude '-52.7368'^^xsd:double;
  dwc:latitude '47.3213'^^xsd:double;
  dwc:startLatitude '47.3213'^^xsd:double;
  dwc:endLatitude '47.3213'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7368 47.3213, -52.7368 47.3213, -52.7368 47.3213, -52.7368 47.3213, -52.7368 47.3213))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2159'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7333)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2039'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2039'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.7333'^^xsd:double;
  dwc:startLongitude '-52.7333'^^xsd:double;
  dwc:endLongitude '-52.7333'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7333 47.2833, -52.7333 47.2833, -52.7333 47.2833, -52.7333 47.2833, -52.7333 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2039'^^xsd:string;
  dwc:observationDate '1983-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7333)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2038'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2038'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.7333'^^xsd:double;
  dwc:startLongitude '-52.7333'^^xsd:double;
  dwc:endLongitude '-52.7333'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7333 47.2833, -52.7333 47.2833, -52.7333 47.2833, -52.7333 47.2833, -52.7333 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2038'^^xsd:string;
  dwc:observationDate '1983-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.7333)"^^geo:wktLiteral ;
  geo-pos:lat "64.1833"^^xsd:decimal ;
  geo-pos:long "-52.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_691'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_691'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.7333'^^xsd:double;
  dwc:startLongitude '-52.7333'^^xsd:double;
  dwc:endLongitude '-52.7333'^^xsd:double;
  dwc:latitude '64.1833'^^xsd:double;
  dwc:startLatitude '64.1833'^^xsd:double;
  dwc:endLatitude '64.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7333 64.1833, -52.7333 64.1833, -52.7333 64.1833, -52.7333 64.1833, -52.7333 64.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_691'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.7333)"^^geo:wktLiteral ;
  geo-pos:lat "64.1833"^^xsd:decimal ;
  geo-pos:long "-52.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_689'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_689'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.7333'^^xsd:double;
  dwc:startLongitude '-52.7333'^^xsd:double;
  dwc:endLongitude '-52.7333'^^xsd:double;
  dwc:latitude '64.1833'^^xsd:double;
  dwc:startLatitude '64.1833'^^xsd:double;
  dwc:endLatitude '64.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7333 64.1833, -52.7333 64.1833, -52.7333 64.1833, -52.7333 64.1833, -52.7333 64.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_689'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2667 -52.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2667 -52.7333)"^^geo:wktLiteral ;
  geo-pos:lat "64.2667"^^xsd:decimal ;
  geo-pos:long "-52.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_831'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_831'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-52.7333'^^xsd:double;
  dwc:startLongitude '-52.7333'^^xsd:double;
  dwc:endLongitude '-52.7333'^^xsd:double;
  dwc:latitude '64.2667'^^xsd:double;
  dwc:startLatitude '64.2667'^^xsd:double;
  dwc:endLatitude '64.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7333 64.2667, -52.7333 64.2667, -52.7333 64.2667, -52.7333 64.2667, -52.7333 64.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_831'^^xsd:string;
  dwc:observationDate '1983-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2129> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3578 -52.723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3578"^^xsd:decimal ;
  dwc:decimalLongitude "-52.723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3578 -52.723)"^^geo:wktLiteral ;
  geo-pos:lat "47.3578"^^xsd:decimal ;
  geo-pos:long "-52.723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2129'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2129'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.723'^^xsd:double;
  dwc:startLongitude '-52.723'^^xsd:double;
  dwc:endLongitude '-52.723'^^xsd:double;
  dwc:latitude '47.3578'^^xsd:double;
  dwc:startLatitude '47.3578'^^xsd:double;
  dwc:endLatitude '47.3578'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.723 47.3578, -52.723 47.3578, -52.723 47.3578, -52.723 47.3578, -52.723 47.3578))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2129'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2472> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.35"^^xsd:decimal ;
  dwc:decimalLongitude "-52.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.717)"^^geo:wktLiteral ;
  geo-pos:lat "47.35"^^xsd:decimal ;
  geo-pos:long "-52.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2472'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2472'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.717'^^xsd:double;
  dwc:startLongitude '-52.717'^^xsd:double;
  dwc:endLongitude '-52.717'^^xsd:double;
  dwc:latitude '47.35'^^xsd:double;
  dwc:startLatitude '47.35'^^xsd:double;
  dwc:endLatitude '47.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.717 47.35, -52.717 47.35, -52.717 47.35, -52.717 47.35, -52.717 47.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2472'^^xsd:string;
  dwc:observationDate '1994-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2639> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.35"^^xsd:decimal ;
  dwc:decimalLongitude "-52.717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.717)"^^geo:wktLiteral ;
  geo-pos:lat "47.35"^^xsd:decimal ;
  geo-pos:long "-52.717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2639'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2639'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.717'^^xsd:double;
  dwc:startLongitude '-52.717'^^xsd:double;
  dwc:endLongitude '-52.717'^^xsd:double;
  dwc:latitude '47.35'^^xsd:double;
  dwc:startLatitude '47.35'^^xsd:double;
  dwc:endLatitude '47.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.717 47.35, -52.717 47.35, -52.717 47.35, -52.717 47.35, -52.717 47.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2639'^^xsd:string;
  dwc:observationDate '1994-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2588> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.2833 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "47.2833"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2588'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_2588'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.7167'^^xsd:double;
  dwc:startLongitude '-52.7167'^^xsd:double;
  dwc:endLongitude '-52.7167'^^xsd:double;
  dwc:latitude '47.2833'^^xsd:double;
  dwc:startLatitude '47.2833'^^xsd:double;
  dwc:endLatitude '47.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7167 47.2833, -52.7167 47.2833, -52.7167 47.2833, -52.7167 47.2833, -52.7167 47.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2588'^^xsd:string;
  dwc:observationDate '1994-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.35"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "47.35"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2466'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2466'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.7167'^^xsd:double;
  dwc:startLongitude '-52.7167'^^xsd:double;
  dwc:endLongitude '-52.7167'^^xsd:double;
  dwc:latitude '47.35'^^xsd:double;
  dwc:startLatitude '47.35'^^xsd:double;
  dwc:endLatitude '47.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7167 47.35, -52.7167 47.35, -52.7167 47.35, -52.7167 47.35, -52.7167 47.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2466'^^xsd:string;
  dwc:observationDate '1994-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.35"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.35 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "47.35"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3233'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_3233'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:startLongitude '-52.7167'^^xsd:double;
  dwc:endLongitude '-52.7167'^^xsd:double;
  dwc:latitude '47.35'^^xsd:double;
  dwc:startLatitude '47.35'^^xsd:double;
  dwc:endLatitude '47.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7167 47.35, -52.7167 47.35, -52.7167 47.35, -52.7167 47.35, -52.7167 47.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3233'^^xsd:string;
  dwc:observationDate '1994-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_687> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.15 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.15"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.15 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "64.15"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_687'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_687'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.7167'^^xsd:double;
  dwc:startLongitude '-52.7167'^^xsd:double;
  dwc:endLongitude '-52.7167'^^xsd:double;
  dwc:latitude '64.15'^^xsd:double;
  dwc:startLatitude '64.15'^^xsd:double;
  dwc:endLatitude '64.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7167 64.15, -52.7167 64.15, -52.7167 64.15, -52.7167 64.15, -52.7167 64.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_687'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_694> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1833 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "64.1833"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_694'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_694'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.7167'^^xsd:double;
  dwc:startLongitude '-52.7167'^^xsd:double;
  dwc:endLongitude '-52.7167'^^xsd:double;
  dwc:latitude '64.1833'^^xsd:double;
  dwc:startLatitude '64.1833'^^xsd:double;
  dwc:endLatitude '64.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7167 64.1833, -52.7167 64.1833, -52.7167 64.1833, -52.7167 64.1833, -52.7167 64.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_694'^^xsd:string;
  dwc:observationDate '1981-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_999> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2333 -52.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2333 -52.7167)"^^geo:wktLiteral ;
  geo-pos:lat "64.2333"^^xsd:decimal ;
  geo-pos:long "-52.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_999'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_999'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:longitude '-52.7167'^^xsd:double;
  dwc:startLongitude '-52.7167'^^xsd:double;
  dwc:endLongitude '-52.7167'^^xsd:double;
  dwc:latitude '64.2333'^^xsd:double;
  dwc:startLatitude '64.2333'^^xsd:double;
  dwc:endLatitude '64.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7167 64.2333, -52.7167 64.2333, -52.7167 64.2333, -52.7167 64.2333, -52.7167 64.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_999'^^xsd:string;
  dwc:observationDate '1981-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2674> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3712 -52.716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3712"^^xsd:decimal ;
  dwc:decimalLongitude "-52.716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3712 -52.716)"^^geo:wktLiteral ;
  geo-pos:lat "47.3712"^^xsd:decimal ;
  geo-pos:long "-52.716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2674'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2674'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.716'^^xsd:double;
  dwc:startLongitude '-52.716'^^xsd:double;
  dwc:endLongitude '-52.716'^^xsd:double;
  dwc:latitude '47.3712'^^xsd:double;
  dwc:startLatitude '47.3712'^^xsd:double;
  dwc:endLatitude '47.3712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.716 47.3712, -52.716 47.3712, -52.716 47.3712, -52.716 47.3712, -52.716 47.3712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2674'^^xsd:string;
  dwc:observationDate '1993-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2676> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3712 -52.716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3712"^^xsd:decimal ;
  dwc:decimalLongitude "-52.716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3712 -52.716)"^^geo:wktLiteral ;
  geo-pos:lat "47.3712"^^xsd:decimal ;
  geo-pos:long "-52.716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2676'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2676'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.716'^^xsd:double;
  dwc:startLongitude '-52.716'^^xsd:double;
  dwc:endLongitude '-52.716'^^xsd:double;
  dwc:latitude '47.3712'^^xsd:double;
  dwc:startLatitude '47.3712'^^xsd:double;
  dwc:endLatitude '47.3712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.716 47.3712, -52.716 47.3712, -52.716 47.3712, -52.716 47.3712, -52.716 47.3712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2676'^^xsd:string;
  dwc:observationDate '1993-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2681> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3712 -52.716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3712"^^xsd:decimal ;
  dwc:decimalLongitude "-52.716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3712 -52.716)"^^geo:wktLiteral ;
  geo-pos:lat "47.3712"^^xsd:decimal ;
  geo-pos:long "-52.716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2681'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2681'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.716'^^xsd:double;
  dwc:startLongitude '-52.716'^^xsd:double;
  dwc:endLongitude '-52.716'^^xsd:double;
  dwc:latitude '47.3712'^^xsd:double;
  dwc:startLatitude '47.3712'^^xsd:double;
  dwc:endLatitude '47.3712'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.716 47.3712, -52.716 47.3712, -52.716 47.3712, -52.716 47.3712, -52.716 47.3712))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2681'^^xsd:string;
  dwc:observationDate '1993-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2680> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3703 -52.7152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3703"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3703 -52.7152)"^^geo:wktLiteral ;
  geo-pos:lat "47.3703"^^xsd:decimal ;
  geo-pos:long "-52.7152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2680'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2680'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7152'^^xsd:double;
  dwc:startLongitude '-52.7152'^^xsd:double;
  dwc:endLongitude '-52.7152'^^xsd:double;
  dwc:latitude '47.3703'^^xsd:double;
  dwc:startLatitude '47.3703'^^xsd:double;
  dwc:endLatitude '47.3703'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7152 47.3703, -52.7152 47.3703, -52.7152 47.3703, -52.7152 47.3703, -52.7152 47.3703))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2680'^^xsd:string;
  dwc:observationDate '1993-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2119> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3693 -52.7075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3693"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3693 -52.7075)"^^geo:wktLiteral ;
  geo-pos:lat "47.3693"^^xsd:decimal ;
  geo-pos:long "-52.7075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2119'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2119'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.7075'^^xsd:double;
  dwc:startLongitude '-52.7075'^^xsd:double;
  dwc:endLongitude '-52.7075'^^xsd:double;
  dwc:latitude '47.3693'^^xsd:double;
  dwc:startLatitude '47.3693'^^xsd:double;
  dwc:endLatitude '47.3693'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7075 47.3693, -52.7075 47.3693, -52.7075 47.3693, -52.7075 47.3693, -52.7075 47.3693))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2119'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2753> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.77 -52.7033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.77"^^xsd:decimal ;
  dwc:decimalLongitude "-52.7033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.77 -52.7033)"^^geo:wktLiteral ;
  geo-pos:lat "47.77"^^xsd:decimal ;
  geo-pos:long "-52.7033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2753'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2753'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.7033'^^xsd:double;
  dwc:startLongitude '-52.7033'^^xsd:double;
  dwc:endLongitude '-52.7033'^^xsd:double;
  dwc:latitude '47.77'^^xsd:double;
  dwc:startLatitude '47.77'^^xsd:double;
  dwc:endLatitude '47.77'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.7033 47.77, -52.7033 47.77, -52.7033 47.77, -52.7033 47.77, -52.7033 47.77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2753'^^xsd:string;
  dwc:observationDate '1993-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2675> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3957 -52.701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3957"^^xsd:decimal ;
  dwc:decimalLongitude "-52.701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3957 -52.701)"^^geo:wktLiteral ;
  geo-pos:lat "47.3957"^^xsd:decimal ;
  geo-pos:long "-52.701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2675'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_2675'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.701'^^xsd:double;
  dwc:startLongitude '-52.701'^^xsd:double;
  dwc:endLongitude '-52.701'^^xsd:double;
  dwc:latitude '47.3957'^^xsd:double;
  dwc:startLatitude '47.3957'^^xsd:double;
  dwc:endLatitude '47.3957'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.701 47.3957, -52.701 47.3957, -52.701 47.3957, -52.701 47.3957, -52.701 47.3957))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2675'^^xsd:string;
  dwc:observationDate '1993-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3738 -52.6963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3738"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3738 -52.6963)"^^geo:wktLiteral ;
  geo-pos:lat "47.3738"^^xsd:decimal ;
  geo-pos:long "-52.6963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1287'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1287'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-52.6963'^^xsd:double;
  dwc:startLongitude '-52.6963'^^xsd:double;
  dwc:endLongitude '-52.6963'^^xsd:double;
  dwc:latitude '47.3738'^^xsd:double;
  dwc:startLatitude '47.3738'^^xsd:double;
  dwc:endLatitude '47.3738'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1287'^^xsd:string;
  dwc:observationDate '1992-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3738 -52.6963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3738"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3738 -52.6963)"^^geo:wktLiteral ;
  geo-pos:lat "47.3738"^^xsd:decimal ;
  geo-pos:long "-52.6963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1286'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1286'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-52.6963'^^xsd:double;
  dwc:startLongitude '-52.6963'^^xsd:double;
  dwc:endLongitude '-52.6963'^^xsd:double;
  dwc:latitude '47.3738'^^xsd:double;
  dwc:startLatitude '47.3738'^^xsd:double;
  dwc:endLatitude '47.3738'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1286'^^xsd:string;
  dwc:observationDate '1992-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3738 -52.6963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.3738"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.3738 -52.6963)"^^geo:wktLiteral ;
  geo-pos:lat "47.3738"^^xsd:decimal ;
  geo-pos:long "-52.6963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1290'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_1290'^^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 '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:longitude '-52.6963'^^xsd:double;
  dwc:startLongitude '-52.6963'^^xsd:double;
  dwc:endLongitude '-52.6963'^^xsd:double;
  dwc:latitude '47.3738'^^xsd:double;
  dwc:startLatitude '47.3738'^^xsd:double;
  dwc:endLatitude '47.3738'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738, -52.6963 47.3738))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1290'^^xsd:string;
  dwc:observationDate '1992-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_866> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6647 -52.6843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6647"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6647 -52.6843)"^^geo:wktLiteral ;
  geo-pos:lat "47.6647"^^xsd:decimal ;
  geo-pos:long "-52.6843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_866'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_866'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.6843'^^xsd:double;
  dwc:startLongitude '-52.6843'^^xsd:double;
  dwc:endLongitude '-52.6843'^^xsd:double;
  dwc:latitude '47.6647'^^xsd:double;
  dwc:startLatitude '47.6647'^^xsd:double;
  dwc:endLatitude '47.6647'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6843 47.6647, -52.6843 47.6647, -52.6843 47.6647, -52.6843 47.6647, -52.6843 47.6647))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_866'^^xsd:string;
  dwc:observationDate '1993-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3216> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -52.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -52.6833)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-52.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3216'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3216'^^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 '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:longitude '-52.6833'^^xsd:double;
  dwc:startLongitude '-52.6833'^^xsd:double;
  dwc:endLongitude '-52.6833'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:startLatitude '47.7'^^xsd:double;
  dwc:endLatitude '47.7'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6833 47.7, -52.6833 47.7, -52.6833 47.7, -52.6833 47.7, -52.6833 47.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3216'^^xsd:string;
  dwc:observationDate '1994-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2715> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1333 -52.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1333 -52.6833)"^^geo:wktLiteral ;
  geo-pos:lat "64.1333"^^xsd:decimal ;
  geo-pos:long "-52.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2715'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2715'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.6833'^^xsd:double;
  dwc:startLongitude '-52.6833'^^xsd:double;
  dwc:endLongitude '-52.6833'^^xsd:double;
  dwc:latitude '64.1333'^^xsd:double;
  dwc:startLatitude '64.1333'^^xsd:double;
  dwc:endLatitude '64.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6833 64.1333, -52.6833 64.1333, -52.6833 64.1333, -52.6833 64.1333, -52.6833 64.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2715'^^xsd:string;
  dwc:observationDate '1981-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2754> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -52.675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5667 -52.675)"^^geo:wktLiteral ;
  geo-pos:lat "47.5667"^^xsd:decimal ;
  geo-pos:long "-52.675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2754'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '73_2754'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-52.675'^^xsd:double;
  dwc:startLongitude '-52.675'^^xsd:double;
  dwc:endLongitude '-52.675'^^xsd:double;
  dwc:latitude '47.5667'^^xsd:double;
  dwc:startLatitude '47.5667'^^xsd:double;
  dwc:endLatitude '47.5667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.675 47.5667, -52.675 47.5667, -52.675 47.5667, -52.675 47.5667, -52.675 47.5667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2754'^^xsd:string;
  dwc:observationDate '1993-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2118> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4358 -52.6497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4358"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4358 -52.6497)"^^geo:wktLiteral ;
  geo-pos:lat "47.4358"^^xsd:decimal ;
  geo-pos:long "-52.6497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2118'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '73_2118'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '-52.6497'^^xsd:double;
  dwc:startLongitude '-52.6497'^^xsd:double;
  dwc:endLongitude '-52.6497'^^xsd:double;
  dwc:latitude '47.4358'^^xsd:double;
  dwc:startLatitude '47.4358'^^xsd:double;
  dwc:endLatitude '47.4358'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6497 47.4358, -52.6497 47.4358, -52.6497 47.4358, -52.6497 47.4358, -52.6497 47.4358))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2118'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1233> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534 -52.6432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.534"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.534 -52.6432)"^^geo:wktLiteral ;
  geo-pos:lat "47.534"^^xsd:decimal ;
  geo-pos:long "-52.6432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1233'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1233'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-52.6432'^^xsd:double;
  dwc:startLongitude '-52.6432'^^xsd:double;
  dwc:endLongitude '-52.6432'^^xsd:double;
  dwc:latitude '47.534'^^xsd:double;
  dwc:startLatitude '47.534'^^xsd:double;
  dwc:endLatitude '47.534'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6432 47.534, -52.6432 47.534, -52.6432 47.534, -52.6432 47.534, -52.6432 47.534))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1233'^^xsd:string;
  dwc:observationDate '1992-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1879> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -52.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.4667 -52.6333)"^^geo:wktLiteral ;
  geo-pos:lat "47.4667"^^xsd:decimal ;
  geo-pos:long "-52.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1879'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1879'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.6333'^^xsd:double;
  dwc:startLongitude '-52.6333'^^xsd:double;
  dwc:endLongitude '-52.6333'^^xsd:double;
  dwc:latitude '47.4667'^^xsd:double;
  dwc:startLatitude '47.4667'^^xsd:double;
  dwc:endLatitude '47.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6333 47.4667, -52.6333 47.4667, -52.6333 47.4667, -52.6333 47.4667, -52.6333 47.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1879'^^xsd:string;
  dwc:observationDate '1994-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1883> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.467 -52.633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.467"^^xsd:decimal ;
  dwc:decimalLongitude "-52.633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.467 -52.633)"^^geo:wktLiteral ;
  geo-pos:lat "47.467"^^xsd:decimal ;
  geo-pos:long "-52.633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1883'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1883'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.633'^^xsd:double;
  dwc:startLongitude '-52.633'^^xsd:double;
  dwc:endLongitude '-52.633'^^xsd:double;
  dwc:latitude '47.467'^^xsd:double;
  dwc:startLatitude '47.467'^^xsd:double;
  dwc:endLatitude '47.467'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.633 47.467, -52.633 47.467, -52.633 47.467, -52.633 47.467, -52.633 47.467))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1883'^^xsd:string;
  dwc:observationDate '1994-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1223> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483 -52.6295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.483"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.483 -52.6295)"^^geo:wktLiteral ;
  geo-pos:lat "47.483"^^xsd:decimal ;
  geo-pos:long "-52.6295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1223'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_1223'^^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 '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:longitude '-52.6295'^^xsd:double;
  dwc:startLongitude '-52.6295'^^xsd:double;
  dwc:endLongitude '-52.6295'^^xsd:double;
  dwc:latitude '47.483'^^xsd:double;
  dwc:startLatitude '47.483'^^xsd:double;
  dwc:endLatitude '47.483'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6295 47.483, -52.6295 47.483, -52.6295 47.483, -52.6295 47.483, -52.6295 47.483))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1223'^^xsd:string;
  dwc:observationDate '1992-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1878> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -52.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-52.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.5167 -52.6)"^^geo:wktLiteral ;
  geo-pos:lat "47.5167"^^xsd:decimal ;
  geo-pos:long "-52.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1878'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1878'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '-52.6'^^xsd:double;
  dwc:startLongitude '-52.6'^^xsd:double;
  dwc:endLongitude '-52.6'^^xsd:double;
  dwc:latitude '47.5167'^^xsd:double;
  dwc:startLatitude '47.5167'^^xsd:double;
  dwc:endLatitude '47.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.6 47.5167, -52.6 47.5167, -52.6 47.5167, -52.6 47.5167, -52.6 47.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1878'^^xsd:string;
  dwc:observationDate '1994-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2684> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.05 -52.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.05"^^xsd:decimal ;
  dwc:decimalLongitude "-52.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.05 -52.5667)"^^geo:wktLiteral ;
  geo-pos:lat "64.05"^^xsd:decimal ;
  geo-pos:long "-52.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2684'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_2684'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '-52.5667'^^xsd:double;
  dwc:startLongitude '-52.5667'^^xsd:double;
  dwc:endLongitude '-52.5667'^^xsd:double;
  dwc:latitude '64.05'^^xsd:double;
  dwc:startLatitude '64.05'^^xsd:double;
  dwc:endLatitude '64.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.5667 64.05, -52.5667 64.05, -52.5667 64.05, -52.5667 64.05, -52.5667 64.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2684'^^xsd:string;
  dwc:observationDate '1981-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2089> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6333 -52.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-52.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6333 -52.5333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6333"^^xsd:decimal ;
  geo-pos:long "-52.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2089'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1991'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '73_2089'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1991'^^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:longitude '-52.5333'^^xsd:double;
  dwc:startLongitude '-52.5333'^^xsd:double;
  dwc:endLongitude '-52.5333'^^xsd:double;
  dwc:latitude '48.6333'^^xsd:double;
  dwc:startLatitude '48.6333'^^xsd:double;
  dwc:endLatitude '48.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-52.5333 48.6333, -52.5333 48.6333, -52.5333 48.6333, -52.5333 48.6333, -52.5333 48.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2089'^^xsd:string;
  dwc:observationDate '1991-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3362> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.4667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.4667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.4667)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.4667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3362'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3362'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.4667'^^xsd:double;
  dwc:startLongitude '-50.4667'^^xsd:double;
  dwc:endLongitude '-50.4667'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.4667 44.85, -50.4667 44.85, -50.4667 44.85, -50.4667 44.85, -50.4667 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3362'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1932> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1932'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1932'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3667'^^xsd:double;
  dwc:startLongitude '-50.3667'^^xsd:double;
  dwc:endLongitude '-50.3667'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1932'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1945'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1945'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3667'^^xsd:double;
  dwc:startLongitude '-50.3667'^^xsd:double;
  dwc:endLongitude '-50.3667'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1945'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1931> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1931'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1931'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3667'^^xsd:double;
  dwc:startLongitude '-50.3667'^^xsd:double;
  dwc:endLongitude '-50.3667'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1931'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1943'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1943'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3667'^^xsd:double;
  dwc:startLongitude '-50.3667'^^xsd:double;
  dwc:endLongitude '-50.3667'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1943'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1933> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1933'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1933'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3667'^^xsd:double;
  dwc:startLongitude '-50.3667'^^xsd:double;
  dwc:endLongitude '-50.3667'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1933'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.3667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1941'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1941'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3667'^^xsd:double;
  dwc:startLongitude '-50.3667'^^xsd:double;
  dwc:endLongitude '-50.3667'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333, -50.3667 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1941'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-50.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1937'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1937'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3333'^^xsd:double;
  dwc:startLongitude '-50.3333'^^xsd:double;
  dwc:endLongitude '-50.3333'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1937'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-50.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1935'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1935'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3333'^^xsd:double;
  dwc:startLongitude '-50.3333'^^xsd:double;
  dwc:endLongitude '-50.3333'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1935'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1928> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-50.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1928'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1928'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3333'^^xsd:double;
  dwc:startLongitude '-50.3333'^^xsd:double;
  dwc:endLongitude '-50.3333'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1928'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-50.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1942'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1942'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3333'^^xsd:double;
  dwc:startLongitude '-50.3333'^^xsd:double;
  dwc:endLongitude '-50.3333'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167, -50.3333 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1942'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1926> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.3167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-50.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1926'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1926'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.3167'^^xsd:double;
  dwc:startLongitude '-50.3167'^^xsd:double;
  dwc:endLongitude '-50.3167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.3167 44.6167, -50.3167 44.6167, -50.3167 44.6167, -50.3167 44.6167, -50.3167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1926'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-50.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2034'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2034'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2667'^^xsd:double;
  dwc:startLongitude '-50.2667'^^xsd:double;
  dwc:endLongitude '-50.2667'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2034'^^xsd:string;
  dwc:observationDate '1982-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-50.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2035'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2035'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2667'^^xsd:double;
  dwc:startLongitude '-50.2667'^^xsd:double;
  dwc:endLongitude '-50.2667'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2035'^^xsd:string;
  dwc:observationDate '1982-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-50.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2032'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2032'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2667'^^xsd:double;
  dwc:startLongitude '-50.2667'^^xsd:double;
  dwc:endLongitude '-50.2667'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2032'^^xsd:string;
  dwc:observationDate '1982-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -50.2667)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-50.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2033'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2033'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2667'^^xsd:double;
  dwc:startLongitude '-50.2667'^^xsd:double;
  dwc:endLongitude '-50.2667'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833, -50.2667 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2033'^^xsd:string;
  dwc:observationDate '1982-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1939'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1939'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1939'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1924> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1924'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1924'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1924'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1949'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1949'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1949'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1929> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1929'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1929'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1929'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1930> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1930'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1930'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1930'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1925> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1925'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1925'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1925'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1927> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1927'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1927'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1927'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1940'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1940'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1940'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1923> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1923'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1923'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1923'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1936'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1936'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1936'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-50.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -50.2167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-50.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1944'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1944'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.2167'^^xsd:double;
  dwc:startLongitude '-50.2167'^^xsd:double;
  dwc:endLongitude '-50.2167'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6, -50.2167 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1944'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3296> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3296'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3296'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3296'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3305> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3305'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3305'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3305'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3303> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3303'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3303'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3303'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3294> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3294'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3294'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3294'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3293> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3293'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3293'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3293'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3291> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3291'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3291'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3291'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3288> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3288'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3288'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3288'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3287> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3287'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3287'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3287'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3298> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3298'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3298'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3298'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3292'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3292'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3292'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3289'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3289'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3289'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3295> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3295'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3295'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3295'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3304> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3304'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3304'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3304'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3300> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3300'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3300'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3300'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3301> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8333 -50.1667)"^^geo:wktLiteral ;
  geo-pos:lat "44.8333"^^xsd:decimal ;
  geo-pos:long "-50.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3301'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3301'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1667'^^xsd:double;
  dwc:startLongitude '-50.1667'^^xsd:double;
  dwc:endLongitude '-50.1667'^^xsd:double;
  dwc:latitude '44.8333'^^xsd:double;
  dwc:startLatitude '44.8333'^^xsd:double;
  dwc:endLatitude '44.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333, -50.1667 44.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3301'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3346> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3346'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3346'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3346'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3328> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3328'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3328'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3328'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3307> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3307'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3307'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3307'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3306> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3306'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3306'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3306'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3297> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3297'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3297'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3297'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3302> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3302'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3302'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3302'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3308'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3308'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3308'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3299> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3299'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3299'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3299'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3290> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3290'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3290'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3290'^^xsd:string;
  dwc:observationDate '1983-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3351'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3351'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3351'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3365> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3365'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3365'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3365'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3367> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3367'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3367'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3367'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3370> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3370'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3370'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3370'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3339> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3339'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3339'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3339'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3366> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3366'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3366'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3366'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3336> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3336'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3336'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3336'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3363> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3363'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3363'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3363'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3353'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3353'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3353'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3341'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3341'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3341'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3330> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3330'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3330'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3330'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3358> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3358'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3358'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3358'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3338> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1333)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3338'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3338'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1333'^^xsd:double;
  dwc:startLongitude '-50.1333'^^xsd:double;
  dwc:endLongitude '-50.1333'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85, -50.1333 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3338'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3350'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3350'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1167'^^xsd:double;
  dwc:startLongitude '-50.1167'^^xsd:double;
  dwc:endLongitude '-50.1167'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3350'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3364> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3364'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3364'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1167'^^xsd:double;
  dwc:startLongitude '-50.1167'^^xsd:double;
  dwc:endLongitude '-50.1167'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3364'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3337> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3337'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3337'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1167'^^xsd:double;
  dwc:startLongitude '-50.1167'^^xsd:double;
  dwc:endLongitude '-50.1167'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3337'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3332> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3332'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3332'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1167'^^xsd:double;
  dwc:startLongitude '-50.1167'^^xsd:double;
  dwc:endLongitude '-50.1167'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3332'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3347> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3347'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3347'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1167'^^xsd:double;
  dwc:startLongitude '-50.1167'^^xsd:double;
  dwc:endLongitude '-50.1167'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3347'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3345> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3345'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3345'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1167'^^xsd:double;
  dwc:startLongitude '-50.1167'^^xsd:double;
  dwc:endLongitude '-50.1167'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3345'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3355> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1167)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3355'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3355'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1167'^^xsd:double;
  dwc:startLongitude '-50.1167'^^xsd:double;
  dwc:endLongitude '-50.1167'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85, -50.1167 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3355'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2191'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_2191'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:startLatitude '44.75'^^xsd:double;
  dwc:endLatitude '44.75'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.75, -50.1 44.75, -50.1 44.75, -50.1 44.75, -50.1 44.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2191'^^xsd:string;
  dwc:observationDate '1982-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1786> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1786'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_1786'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1786'^^xsd:string;
  dwc:observationDate '1983-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3326> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3326'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3326'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3326'^^xsd:string;
  dwc:observationDate '1982-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3329> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3329'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3329'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3329'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3349> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3349'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3349'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3349'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3334> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3334'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3334'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3334'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3361> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3361'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3361'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3361'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3343> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3343'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3343'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3343'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3368> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3368'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3368'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3368'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3369'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3369'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3369'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3357> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3357'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3357'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.1'^^xsd:double;
  dwc:startLongitude '-50.1'^^xsd:double;
  dwc:endLongitude '-50.1'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85, -50.1 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3357'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3193'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3193'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3193'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3285> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3285'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3285'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3285'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3282> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3282'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3282'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3282'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3280'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3280'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3280'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3276> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3276'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3276'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3276'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3275'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3275'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667, -50.0833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3275'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3279> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3279'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3279'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.2833, -50.0833 44.2833, -50.0833 44.2833, -50.0833 44.2833, -50.0833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3279'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -50.0833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.55"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.55 -50.0833)"^^geo:wktLiteral ;
  geo-pos:lat "44.55"^^xsd:decimal ;
  geo-pos:long "-50.0833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1947'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1947'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.0833'^^xsd:double;
  dwc:startLongitude '-50.0833'^^xsd:double;
  dwc:endLongitude '-50.0833'^^xsd:double;
  dwc:latitude '44.55'^^xsd:double;
  dwc:startLatitude '44.55'^^xsd:double;
  dwc:endLatitude '44.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0833 44.55, -50.0833 44.55, -50.0833 44.55, -50.0833 44.55, -50.0833 44.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1947'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3176> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -50.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -50.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-50.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3176'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3176'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-50.0667'^^xsd:double;
  dwc:startLongitude '-50.0667'^^xsd:double;
  dwc:endLongitude '-50.0667'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3176'^^xsd:string;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3175> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -50.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -50.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-50.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3175'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3175'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-50.0667'^^xsd:double;
  dwc:startLongitude '-50.0667'^^xsd:double;
  dwc:endLongitude '-50.0667'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3175'^^xsd:string;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3174> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -50.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3333 -50.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.3333"^^xsd:decimal ;
  geo-pos:long "-50.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3174'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3174'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-50.0667'^^xsd:double;
  dwc:startLongitude '-50.0667'^^xsd:double;
  dwc:endLongitude '-50.0667'^^xsd:double;
  dwc:latitude '44.3333'^^xsd:double;
  dwc:startLatitude '44.3333'^^xsd:double;
  dwc:endLatitude '44.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333, -50.0667 44.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3174'^^xsd:string;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1884> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -50.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4833 -50.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4833"^^xsd:decimal ;
  geo-pos:long "-50.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1884'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1884'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-50.0667'^^xsd:double;
  dwc:startLongitude '-50.0667'^^xsd:double;
  dwc:endLongitude '-50.0667'^^xsd:double;
  dwc:latitude '44.4833'^^xsd:double;
  dwc:startLatitude '44.4833'^^xsd:double;
  dwc:endLatitude '44.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0667 44.4833, -50.0667 44.4833, -50.0667 44.4833, -50.0667 44.4833, -50.0667 44.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1884'^^xsd:string;
  dwc:observationDate '1982-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1885> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -50.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -50.0667)"^^geo:wktLiteral ;
  geo-pos:lat "44.5167"^^xsd:decimal ;
  geo-pos:long "-50.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1885'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1885'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-50.0667'^^xsd:double;
  dwc:startLongitude '-50.0667'^^xsd:double;
  dwc:endLongitude '-50.0667'^^xsd:double;
  dwc:latitude '44.5167'^^xsd:double;
  dwc:startLatitude '44.5167'^^xsd:double;
  dwc:endLatitude '44.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0667 44.5167, -50.0667 44.5167, -50.0667 44.5167, -50.0667 44.5167, -50.0667 44.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1885'^^xsd:string;
  dwc:observationDate '1982-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3324> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3324'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3324'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.4, -50.05 44.4, -50.05 44.4, -50.05 44.4, -50.05 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3324'^^xsd:string;
  dwc:observationDate '1982-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.5333"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1934'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1934'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.5333'^^xsd:double;
  dwc:startLatitude '44.5333'^^xsd:double;
  dwc:endLatitude '44.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.5333, -50.05 44.5333, -50.05 44.5333, -50.05 44.5333, -50.05 44.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1934'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.5333"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1938'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1938'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.5333'^^xsd:double;
  dwc:startLatitude '44.5333'^^xsd:double;
  dwc:endLatitude '44.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.5333, -50.05 44.5333, -50.05 44.5333, -50.05 44.5333, -50.05 44.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1938'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5333 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.5333"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1948'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1948'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.5333'^^xsd:double;
  dwc:startLatitude '44.5333'^^xsd:double;
  dwc:endLatitude '44.5333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.5333, -50.05 44.5333, -50.05 44.5333, -50.05 44.5333, -50.05 44.5333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1948'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3344> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3344'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3344'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3344'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3340> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3340'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3340'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3340'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3348> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3348'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3348'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3348'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3354> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3354'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3354'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3354'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3331> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3331'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3331'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3331'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3360> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3360'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3360'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3360'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3333> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3333'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3333'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3333'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3359> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3359'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3359'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3359'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3356> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3356'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3356'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3356'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3342'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3342'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3342'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3335> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "-50.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 -50.05)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "-50.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3335'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3335'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.05'^^xsd:double;
  dwc:startLongitude '-50.05'^^xsd:double;
  dwc:endLongitude '-50.05'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:startLatitude '44.85'^^xsd:double;
  dwc:endLatitude '44.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85, -50.05 44.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3335'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1847> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1847'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1847'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.4167, -50.0333 44.4167, -50.0333 44.4167, -50.0333 44.4167, -50.0333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1847'^^xsd:string;
  dwc:observationDate '1982-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1846> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1846'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '73_1846'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.4167, -50.0333 44.4167, -50.0333 44.4167, -50.0333 44.4167, -50.0333 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1846'^^xsd:string;
  dwc:observationDate '1982-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.45"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.45 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.45"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1888'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1888'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.45'^^xsd:double;
  dwc:startLatitude '44.45'^^xsd:double;
  dwc:endLatitude '44.45'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.45, -50.0333 44.45, -50.0333 44.45, -50.0333 44.45, -50.0333 44.45))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1888'^^xsd:string;
  dwc:observationDate '1982-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2615> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2615'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_2615'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2615'^^xsd:string;
  dwc:observationDate '1983-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3416> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3416'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3416'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3416'^^xsd:string;
  dwc:observationDate '1983-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3417> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3417'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '73_3417'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3417'^^xsd:string;
  dwc:observationDate '1983-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3441> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3441'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3441'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3441'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3430> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3430'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3430'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3430'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3429> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3429'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3429'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3429'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6333"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6333 -50.0333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6333"^^xsd:decimal ;
  geo-pos:long "-50.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3352'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3352'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.0333'^^xsd:double;
  dwc:startLongitude '-50.0333'^^xsd:double;
  dwc:endLongitude '-50.0333'^^xsd:double;
  dwc:latitude '44.6333'^^xsd:double;
  dwc:startLatitude '44.6333'^^xsd:double;
  dwc:endLatitude '44.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333, -50.0333 44.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3352'^^xsd:string;
  dwc:observationDate '1983-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2958> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2958'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2958'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2958'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2945> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2945'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2945'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2945'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2955> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2955'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2955'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2955'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2968> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2968'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2968'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2968'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2970> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2970'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2970'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2970'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2949> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2949'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2949'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2949'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3172> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3172'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3172'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833, -50.0167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3172'^^xsd:string;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2939> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2939'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2939'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2939'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2957> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2957'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2957'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2957'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3173> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3173'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3173'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3173'^^xsd:string;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3171> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.3"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3171'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3171'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.3'^^xsd:double;
  dwc:startLatitude '44.3'^^xsd:double;
  dwc:endLatitude '44.3'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3, -50.0167 44.3))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3171'^^xsd:string;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3325> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4167 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4167"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3325'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3325'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.4167'^^xsd:double;
  dwc:startLatitude '44.4167'^^xsd:double;
  dwc:endLatitude '44.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.4167, -50.0167 44.4167, -50.0167 44.4167, -50.0167 44.4167, -50.0167 44.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3325'^^xsd:string;
  dwc:observationDate '1982-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1886> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1886'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1886'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.4667, -50.0167 44.4667, -50.0167 44.4667, -50.0167 44.4667, -50.0167 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1886'^^xsd:string;
  dwc:observationDate '1982-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5833"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5833 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.5833"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1946'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '73_1946'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.5833'^^xsd:double;
  dwc:startLatitude '44.5833'^^xsd:double;
  dwc:endLatitude '44.5833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.5833, -50.0167 44.5833, -50.0167 44.5833, -50.0167 44.5833, -50.0167 44.5833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1946'^^xsd:string;
  dwc:observationDate '1982-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3432> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-50.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -50.0167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-50.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3432'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3432'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-50.0167'^^xsd:double;
  dwc:startLongitude '-50.0167'^^xsd:double;
  dwc:endLongitude '-50.0167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50.0167 44.6167, -50.0167 44.6167, -50.0167 44.6167, -50.0167 44.6167, -50.0167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3432'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3502> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3502'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3502'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2167, -50 44.2167, -50 44.2167, -50 44.2167, -50 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3502'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3490> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3490'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3490'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2167, -50 44.2167, -50 44.2167, -50 44.2167, -50 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3490'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3495> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3495'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3495'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3495'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2956> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2956'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2956'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2956'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2940> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2940'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2940'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2940'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2937> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2937'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2937'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333, -50 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2937'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2938> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2938'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2938'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2667, -50 44.2667, -50 44.2667, -50 44.2667, -50 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2938'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2962> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2962'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2962'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2833, -50 44.2833, -50 44.2833, -50 44.2833, -50 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2962'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2964> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2964'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2964'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2833, -50 44.2833, -50 44.2833, -50 44.2833, -50 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2964'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2972> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2972'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2972'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.2833, -50 44.2833, -50 44.2833, -50 44.2833, -50 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2972'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3327> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -50)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "-50"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 -50)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "-50"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3327'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_3327'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '-50'^^xsd:integer;
  dwc:startLongitude '-50'^^xsd:integer;
  dwc:endLongitude '-50'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:startLatitude '44.4'^^xsd:double;
  dwc:endLatitude '44.4'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-50 44.4, -50 44.4, -50 44.4, -50 44.4, -50 44.4))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3327'^^xsd:string;
  dwc:observationDate '1982-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3019> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3019'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3019'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2, -49.9833 44.2, -49.9833 44.2, -49.9833 44.2, -49.9833 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3019'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3498> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3498'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3498'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3498'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3503'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3503'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3503'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3499> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3499'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3499'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3499'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3486'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3486'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3486'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3488'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3488'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3488'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3494> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3494'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3494'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3494'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3022> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3022'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3022'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3022'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3013> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3013'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3013'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3013'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3009> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3009'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3009'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3009'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3008> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2333 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2333"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3008'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3008'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2333'^^xsd:double;
  dwc:startLatitude '44.2333'^^xsd:double;
  dwc:endLatitude '44.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333, -49.9833 44.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3008'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2936> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2936'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2936'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2936'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2935> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2935'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2935'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2935'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2934> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2934'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2934'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667, -49.9833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2934'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2971> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2971'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2971'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2971'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2961> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2961'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2961'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2961'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2941> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2941'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2941'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2941'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2954> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2954'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2954'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2954'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2946> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2946'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2946'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2946'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2960> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2960'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2960'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2960'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2944> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2944'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2944'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2944'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2943> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2943'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2943'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2943'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2942> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2942'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2942'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2942'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2963> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2963'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2963'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2963'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2953> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2953'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2953'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2953'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2967> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2967'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2967'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2967'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2966> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2966'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2966'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2966'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2965> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2965'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2965'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2965'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2952> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2952'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2952'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2952'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2950> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2950'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2950'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2950'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2969> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2969'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2969'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2969'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2947> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2947'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2947'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2947'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2948> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2948'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2948'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833, -49.9833 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2948'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3170> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -49.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.3667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.3667 -49.9833)"^^geo:wktLiteral ;
  geo-pos:lat "44.3667"^^xsd:decimal ;
  geo-pos:long "-49.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3170'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_3170'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:longitude '-49.9833'^^xsd:double;
  dwc:startLongitude '-49.9833'^^xsd:double;
  dwc:endLongitude '-49.9833'^^xsd:double;
  dwc:latitude '44.3667'^^xsd:double;
  dwc:startLatitude '44.3667'^^xsd:double;
  dwc:endLatitude '44.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9833 44.3667, -49.9833 44.3667, -49.9833 44.3667, -49.9833 44.3667, -49.9833 44.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3170'^^xsd:string;
  dwc:observationDate '1982-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2959> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.9667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-49.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2959'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2959'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9667'^^xsd:double;
  dwc:startLongitude '-49.9667'^^xsd:double;
  dwc:endLongitude '-49.9667'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9667 44.2667, -49.9667 44.2667, -49.9667 44.2667, -49.9667 44.2667, -49.9667 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2959'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1887> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -49.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -49.9667)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-49.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1887'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_1887'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:longitude '-49.9667'^^xsd:double;
  dwc:startLongitude '-49.9667'^^xsd:double;
  dwc:endLongitude '-49.9667'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9667 44.4667, -49.9667 44.4667, -49.9667 44.4667, -49.9667 44.4667, -49.9667 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1887'^^xsd:string;
  dwc:observationDate '1982-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3281'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3281'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-49.95'^^xsd:double;
  dwc:startLongitude '-49.95'^^xsd:double;
  dwc:endLongitude '-49.95'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.95 44.2167, -49.95 44.2167, -49.95 44.2167, -49.95 44.2167, -49.95 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3281'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3027> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -49.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-49.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -49.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-49.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3027'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3027'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.95'^^xsd:double;
  dwc:startLongitude '-49.95'^^xsd:double;
  dwc:endLongitude '-49.95'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.95 44.25, -49.95 44.25, -49.95 44.25, -49.95 44.25, -49.95 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3027'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1861> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -49.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4667 -49.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.4667"^^xsd:decimal ;
  geo-pos:long "-49.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1861'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_1861'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.95'^^xsd:double;
  dwc:startLongitude '-49.95'^^xsd:double;
  dwc:endLongitude '-49.95'^^xsd:double;
  dwc:latitude '44.4667'^^xsd:double;
  dwc:startLatitude '44.4667'^^xsd:double;
  dwc:endLatitude '44.4667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.95 44.4667, -49.95 44.4667, -49.95 44.4667, -49.95 44.4667, -49.95 44.4667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1861'^^xsd:string;
  dwc:observationDate '1982-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3439> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-49.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3439'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3439'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9333'^^xsd:double;
  dwc:startLongitude '-49.9333'^^xsd:double;
  dwc:endLongitude '-49.9333'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3439'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3437> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-49.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3437'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3437'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9333'^^xsd:double;
  dwc:startLongitude '-49.9333'^^xsd:double;
  dwc:endLongitude '-49.9333'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3437'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3433> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-49.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3433'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3433'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9333'^^xsd:double;
  dwc:startLongitude '-49.9333'^^xsd:double;
  dwc:endLongitude '-49.9333'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3433'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3443> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-49.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3443'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3443'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9333'^^xsd:double;
  dwc:startLongitude '-49.9333'^^xsd:double;
  dwc:endLongitude '-49.9333'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3443'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3428> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 -49.9333)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "-49.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3428'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3428'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9333'^^xsd:double;
  dwc:startLongitude '-49.9333'^^xsd:double;
  dwc:endLongitude '-49.9333'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:startLatitude '44.6'^^xsd:double;
  dwc:endLatitude '44.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6, -49.9333 44.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3428'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3005> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1833 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.1833"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3005'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3005'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.1833'^^xsd:double;
  dwc:startLatitude '44.1833'^^xsd:double;
  dwc:endLatitude '44.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.1833, -49.9167 44.1833, -49.9167 44.1833, -49.9167 44.1833, -49.9167 44.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3005'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3034'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3034'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3034'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3017> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3017'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3017'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3017'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3025> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3025'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3025'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3025'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3016> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3016'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3016'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3016'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3039> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3039'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3039'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3039'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3006> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3006'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3006'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2, -49.9167 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3006'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3286> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3286'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3286'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2167, -49.9167 44.2167, -49.9167 44.2167, -49.9167 44.2167, -49.9167 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3286'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2951> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2951'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '73_2951'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.2833, -49.9167 44.2833, -49.9167 44.2833, -49.9167 44.2833, -49.9167 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2951'^^xsd:string;
  dwc:observationDate '1982-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3434> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3434'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3434'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3434'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3431> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3431'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3431'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3431'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3438> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3438'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3438'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3438'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3442> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3442'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3442'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3442'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3436> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3436'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3436'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3436'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3440> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3440'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3440'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3440'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3435> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6167 -49.9167)"^^geo:wktLiteral ;
  geo-pos:lat "44.6167"^^xsd:decimal ;
  geo-pos:long "-49.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3435'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_3435'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^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:longitude '-49.9167'^^xsd:double;
  dwc:startLongitude '-49.9167'^^xsd:double;
  dwc:endLongitude '-49.9167'^^xsd:double;
  dwc:latitude '44.6167'^^xsd:double;
  dwc:startLatitude '44.6167'^^xsd:double;
  dwc:endLatitude '44.6167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167, -49.9167 44.6167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3435'^^xsd:string;
  dwc:observationDate '1983-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3283> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.2"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3283'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3283'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.2'^^xsd:double;
  dwc:startLatitude '44.2'^^xsd:double;
  dwc:endLatitude '44.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.2, -49.9 44.2, -49.9 44.2, -49.9 44.2, -49.9 44.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3283'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3278> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3278'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3278'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.2167, -49.9 44.2167, -49.9 44.2167, -49.9 44.2167, -49.9 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3278'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3284> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3284'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3284'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.2167, -49.9 44.2167, -49.9 44.2167, -49.9 44.2167, -49.9 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3284'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3493> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3493'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3493'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3493'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3501> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3501'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3501'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3501'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3497> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3497'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3497'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3497'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6667 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6667"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3504'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3504'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6667'^^xsd:double;
  dwc:startLatitude '44.6667'^^xsd:double;
  dwc:endLatitude '44.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667, -49.9 44.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3504'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3491> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3491'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3491'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3491'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3487'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3487'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3487'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3500> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3500'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3500'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3500'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3492> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3492'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3492'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3492'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3496> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3496'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3496'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3496'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3489> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6833 -49.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.6833"^^xsd:decimal ;
  geo-pos:long "-49.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3489'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '73_3489'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:longitude '-49.9'^^xsd:double;
  dwc:startLongitude '-49.9'^^xsd:double;
  dwc:endLongitude '-49.9'^^xsd:double;
  dwc:latitude '44.6833'^^xsd:double;
  dwc:startLatitude '44.6833'^^xsd:double;
  dwc:endLatitude '44.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833, -49.9 44.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3489'^^xsd:string;
  dwc:observationDate '1983-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3038> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3038'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3038'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3038'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3037> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3037'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3037'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3037'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3029> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3029'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3029'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3029'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3053> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3053'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3053'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3053'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3024> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3024'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3024'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3024'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3004> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3004'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3004'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3004'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3003> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3003'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3003'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3003'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3007> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3007'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3007'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3007'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3012> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3012'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3012'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3012'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3011> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3011'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3011'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3011'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3010> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3010'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3010'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3010'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3014> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3014'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3014'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3014'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3015> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3015'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3015'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3015'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3036> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3036'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3036'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3036'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3026> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3026'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3026'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3026'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3035> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3035'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3035'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3035'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3020> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3020'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3020'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3020'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3032> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3032'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3032'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3032'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3040> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3040'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3040'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3040'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3028> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3028'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3028'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3028'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3030> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3030'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3030'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3030'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3021> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3021'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3021'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3021'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3031> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3031'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3031'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167, -49.8833 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3031'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3277> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2667 -49.8833)"^^geo:wktLiteral ;
  geo-pos:lat "44.2667"^^xsd:decimal ;
  geo-pos:long "-49.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3277'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3277'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-49.8833'^^xsd:double;
  dwc:startLongitude '-49.8833'^^xsd:double;
  dwc:endLongitude '-49.8833'^^xsd:double;
  dwc:latitude '44.2667'^^xsd:double;
  dwc:startLatitude '44.2667'^^xsd:double;
  dwc:endLatitude '44.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8833 44.2667, -49.8833 44.2667, -49.8833 44.2667, -49.8833 44.2667, -49.8833 44.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3277'^^xsd:string;
  dwc:observationDate '1982-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3194'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3194'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3194'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3207> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3207'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3207'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3207'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3203> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3203'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3203'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3203'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3196> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3196'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3196'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3196'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3204> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3204'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3204'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3204'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3205> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3205'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3205'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3205'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3199> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3199'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3199'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3199'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3209> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3209'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3209'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3209'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3206> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3206'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3206'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3206'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3195'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3195'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3195'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3197> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3197'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3197'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3197'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3200> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3200'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3200'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167, -49.8667 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3200'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3198> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -49.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "-49.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 -49.8667)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "-49.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3198'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3198'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8667'^^xsd:double;
  dwc:startLongitude '-49.8667'^^xsd:double;
  dwc:endLongitude '-49.8667'^^xsd:double;
  dwc:latitude '44.25'^^xsd:double;
  dwc:startLatitude '44.25'^^xsd:double;
  dwc:endLatitude '44.25'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8667 44.25, -49.8667 44.25, -49.8667 44.25, -49.8667 44.25, -49.8667 44.25))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3198'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3201> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3201'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3201'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8'^^xsd:double;
  dwc:startLongitude '-49.8'^^xsd:double;
  dwc:endLongitude '-49.8'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3201'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3208> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3208'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3208'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8'^^xsd:double;
  dwc:startLongitude '-49.8'^^xsd:double;
  dwc:endLongitude '-49.8'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3208'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3202> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3202'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3202'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8'^^xsd:double;
  dwc:startLongitude '-49.8'^^xsd:double;
  dwc:endLongitude '-49.8'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3202'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3210> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2833"^^xsd:decimal ;
  dwc:decimalLongitude "-49.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2833 -49.8)"^^geo:wktLiteral ;
  geo-pos:lat "44.2833"^^xsd:decimal ;
  geo-pos:long "-49.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3210'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_3210'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.8'^^xsd:double;
  dwc:startLongitude '-49.8'^^xsd:double;
  dwc:endLongitude '-49.8'^^xsd:double;
  dwc:latitude '44.2833'^^xsd:double;
  dwc:startLatitude '44.2833'^^xsd:double;
  dwc:endLatitude '44.2833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833, -49.8 44.2833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3210'^^xsd:string;
  dwc:observationDate '1982-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1823> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -49.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5167 -49.7833)"^^geo:wktLiteral ;
  geo-pos:lat "44.5167"^^xsd:decimal ;
  geo-pos:long "-49.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1823'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1823'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.7833'^^xsd:double;
  dwc:startLongitude '-49.7833'^^xsd:double;
  dwc:endLongitude '-49.7833'^^xsd:double;
  dwc:latitude '44.5167'^^xsd:double;
  dwc:startLatitude '44.5167'^^xsd:double;
  dwc:endLatitude '44.5167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.7833 44.5167, -49.7833 44.5167, -49.7833 44.5167, -49.7833 44.5167, -49.7833 44.5167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1823'^^xsd:string;
  dwc:observationDate '1982-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  geo-pos:lat "43.2333"^^xsd:decimal ;
  geo-pos:long "-49.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3461'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3461'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-49.5667'^^xsd:double;
  dwc:startLongitude '-49.5667'^^xsd:double;
  dwc:endLongitude '-49.5667'^^xsd:double;
  dwc:latitude '43.2333'^^xsd:double;
  dwc:startLatitude '43.2333'^^xsd:double;
  dwc:endLatitude '43.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3461'^^xsd:string;
  dwc:observationDate '1983-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  geo-pos:lat "43.2333"^^xsd:decimal ;
  geo-pos:long "-49.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3462'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3462'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-49.5667'^^xsd:double;
  dwc:startLongitude '-49.5667'^^xsd:double;
  dwc:endLongitude '-49.5667'^^xsd:double;
  dwc:latitude '43.2333'^^xsd:double;
  dwc:startLatitude '43.2333'^^xsd:double;
  dwc:endLatitude '43.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3462'^^xsd:string;
  dwc:observationDate '1983-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  geo-pos:lat "43.2333"^^xsd:decimal ;
  geo-pos:long "-49.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3465'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3465'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-49.5667'^^xsd:double;
  dwc:startLongitude '-49.5667'^^xsd:double;
  dwc:endLongitude '-49.5667'^^xsd:double;
  dwc:latitude '43.2333'^^xsd:double;
  dwc:startLatitude '43.2333'^^xsd:double;
  dwc:endLatitude '43.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3465'^^xsd:string;
  dwc:observationDate '1983-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3463> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2333"^^xsd:decimal ;
  dwc:decimalLongitude "-49.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2333 -49.5667)"^^geo:wktLiteral ;
  geo-pos:lat "43.2333"^^xsd:decimal ;
  geo-pos:long "-49.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3463'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3463'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-49.5667'^^xsd:double;
  dwc:startLongitude '-49.5667'^^xsd:double;
  dwc:endLongitude '-49.5667'^^xsd:double;
  dwc:latitude '43.2333'^^xsd:double;
  dwc:startLatitude '43.2333'^^xsd:double;
  dwc:endLatitude '43.2333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333, -49.5667 43.2333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3463'^^xsd:string;
  dwc:observationDate '1983-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3041> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3041'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3041'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.55'^^xsd:double;
  dwc:startLongitude '-49.55'^^xsd:double;
  dwc:endLongitude '-49.55'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3041'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3018> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3018'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3018'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.55'^^xsd:double;
  dwc:startLongitude '-49.55'^^xsd:double;
  dwc:endLongitude '-49.55'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3018'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3023> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3023'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3023'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.55'^^xsd:double;
  dwc:startLongitude '-49.55'^^xsd:double;
  dwc:endLongitude '-49.55'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3023'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3033> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.2167"^^xsd:decimal ;
  dwc:decimalLongitude "-49.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.2167 -49.55)"^^geo:wktLiteral ;
  geo-pos:lat "44.2167"^^xsd:decimal ;
  geo-pos:long "-49.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3033'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '73_3033'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-49.55'^^xsd:double;
  dwc:startLongitude '-49.55'^^xsd:double;
  dwc:endLongitude '-49.55'^^xsd:double;
  dwc:latitude '44.2167'^^xsd:double;
  dwc:startLatitude '44.2167'^^xsd:double;
  dwc:endLatitude '44.2167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167, -49.55 44.2167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3033'^^xsd:string;
  dwc:observationDate '1982-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3466> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -49.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-49.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -49.4333)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-49.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3466'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3466'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-49.4333'^^xsd:double;
  dwc:startLongitude '-49.4333'^^xsd:double;
  dwc:endLongitude '-49.4333'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.4333 43.6, -49.4333 43.6, -49.4333 43.6, -49.4333 43.6, -49.4333 43.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3466'^^xsd:string;
  dwc:observationDate '1983-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3464> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -49.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.6"^^xsd:decimal ;
  dwc:decimalLongitude "-49.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.6 -49.4333)"^^geo:wktLiteral ;
  geo-pos:lat "43.6"^^xsd:decimal ;
  geo-pos:long "-49.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3464'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1983'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '73_3464'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:endYearCollected '1983'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '-49.4333'^^xsd:double;
  dwc:startLongitude '-49.4333'^^xsd:double;
  dwc:endLongitude '-49.4333'^^xsd:double;
  dwc:latitude '43.6'^^xsd:double;
  dwc:startLatitude '43.6'^^xsd:double;
  dwc:endLatitude '43.6'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-49.4333 43.6, -49.4333 43.6, -49.4333 43.6, -49.4333 43.6, -49.4333 43.6))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3464'^^xsd:string;
  dwc:observationDate '1983-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1826> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -49.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "-49.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -49.25)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "-49.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1826'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1826'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-49.25'^^xsd:double;
  dwc:startLongitude '-49.25'^^xsd:double;
  dwc:endLongitude '-49.25'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:startLatitude '44'^^xsd:integer;
  dwc:endLatitude '44'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-49.25 44, -49.25 44, -49.25 44, -49.25 44, -49.25 44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1826'^^xsd:string;
  dwc:observationDate '1980-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1827> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -49.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "-49.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -49.25)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "-49.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1827'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1827'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-49.25'^^xsd:double;
  dwc:startLongitude '-49.25'^^xsd:double;
  dwc:endLongitude '-49.25'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:startLatitude '44'^^xsd:integer;
  dwc:endLatitude '44'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-49.25 44, -49.25 44, -49.25 44, -49.25 44, -49.25 44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1827'^^xsd:string;
  dwc:observationDate '1980-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1825> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -49.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "-49.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 -49.25)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "-49.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1825'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1980'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '73_1825'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:startYearCollected '1980'^^xsd:integer;
  dwc:endYearCollected '1980'^^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:longitude '-49.25'^^xsd:double;
  dwc:startLongitude '-49.25'^^xsd:double;
  dwc:endLongitude '-49.25'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:startLatitude '44'^^xsd:integer;
  dwc:endLatitude '44'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((-49.25 44, -49.25 44, -49.25 44, -49.25 44, -49.25 44))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1825'^^xsd:string;
  dwc:observationDate '1980-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2506> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  geo-pos:lat "69.55"^^xsd:decimal ;
  geo-pos:long "-17.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2506'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2506'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6833'^^xsd:double;
  dwc:startLongitude '-17.6833'^^xsd:double;
  dwc:endLongitude '-17.6833'^^xsd:double;
  dwc:latitude '69.55'^^xsd:double;
  dwc:startLatitude '69.55'^^xsd:double;
  dwc:endLatitude '69.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2506'^^xsd:string;
  dwc:observationDate '1993-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2503> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  geo-pos:lat "69.55"^^xsd:decimal ;
  geo-pos:long "-17.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2503'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2503'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6833'^^xsd:double;
  dwc:startLongitude '-17.6833'^^xsd:double;
  dwc:endLongitude '-17.6833'^^xsd:double;
  dwc:latitude '69.55'^^xsd:double;
  dwc:startLatitude '69.55'^^xsd:double;
  dwc:endLatitude '69.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2503'^^xsd:string;
  dwc:observationDate '1993-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2505> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  geo-pos:lat "69.55"^^xsd:decimal ;
  geo-pos:long "-17.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2505'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2505'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6833'^^xsd:double;
  dwc:startLongitude '-17.6833'^^xsd:double;
  dwc:endLongitude '-17.6833'^^xsd:double;
  dwc:latitude '69.55'^^xsd:double;
  dwc:startLatitude '69.55'^^xsd:double;
  dwc:endLatitude '69.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2505'^^xsd:string;
  dwc:observationDate '1993-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2504> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.55"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 -17.6833)"^^geo:wktLiteral ;
  geo-pos:lat "69.55"^^xsd:decimal ;
  geo-pos:long "-17.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2504'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2504'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6833'^^xsd:double;
  dwc:startLongitude '-17.6833'^^xsd:double;
  dwc:endLongitude '-17.6833'^^xsd:double;
  dwc:latitude '69.55'^^xsd:double;
  dwc:startLatitude '69.55'^^xsd:double;
  dwc:endLatitude '69.55'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55, -17.6833 69.55))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2504'^^xsd:string;
  dwc:observationDate '1993-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2353> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  geo-pos:lat "69.1167"^^xsd:decimal ;
  geo-pos:long "-17.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2353'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2353'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6167'^^xsd:double;
  dwc:startLongitude '-17.6167'^^xsd:double;
  dwc:endLongitude '-17.6167'^^xsd:double;
  dwc:latitude '69.1167'^^xsd:double;
  dwc:startLatitude '69.1167'^^xsd:double;
  dwc:endLatitude '69.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2353'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2350> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  geo-pos:lat "69.1167"^^xsd:decimal ;
  geo-pos:long "-17.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2350'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2350'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6167'^^xsd:double;
  dwc:startLongitude '-17.6167'^^xsd:double;
  dwc:endLongitude '-17.6167'^^xsd:double;
  dwc:latitude '69.1167'^^xsd:double;
  dwc:startLatitude '69.1167'^^xsd:double;
  dwc:endLatitude '69.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2350'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  geo-pos:lat "69.1167"^^xsd:decimal ;
  geo-pos:long "-17.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2351'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2351'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6167'^^xsd:double;
  dwc:startLongitude '-17.6167'^^xsd:double;
  dwc:endLongitude '-17.6167'^^xsd:double;
  dwc:latitude '69.1167'^^xsd:double;
  dwc:startLatitude '69.1167'^^xsd:double;
  dwc:endLatitude '69.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2351'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2352> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.1167"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1167 -17.6167)"^^geo:wktLiteral ;
  geo-pos:lat "69.1167"^^xsd:decimal ;
  geo-pos:long "-17.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2352'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '73_2352'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6167'^^xsd:double;
  dwc:startLongitude '-17.6167'^^xsd:double;
  dwc:endLongitude '-17.6167'^^xsd:double;
  dwc:latitude '69.1167'^^xsd:double;
  dwc:startLatitude '69.1167'^^xsd:double;
  dwc:endLatitude '69.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167, -17.6167 69.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2352'^^xsd:string;
  dwc:observationDate '1993-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2398> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2398'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2398'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2398'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2462> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2462'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2462'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2462'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2457> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2457'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2457'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2457'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2461> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2461'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2461'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2461'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2456> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2456'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2456'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2456'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2444> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2444'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2444'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2444'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2446> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2446'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2446'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2446'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2458> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2458'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2458'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2458'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2451> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2451'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2451'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2451'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2445> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2445'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2445'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2445'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2454> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2454'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2454'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2454'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2448'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2448'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2448'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2447> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2447'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2447'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2447'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2450> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2450'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2450'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2450'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2460> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2460'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2460'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2460'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2455> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2455'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2455'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2455'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2459> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2459'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2459'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2459'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2453> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2453'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2453'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2453'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2449> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2449'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2449'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2449'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2452> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.5"^^xsd:decimal ;
  dwc:decimalLongitude "-17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.5 -17.6)"^^geo:wktLiteral ;
  geo-pos:lat "69.5"^^xsd:decimal ;
  geo-pos:long "-17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2452'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_2452'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.6'^^xsd:double;
  dwc:startLongitude '-17.6'^^xsd:double;
  dwc:endLongitude '-17.6'^^xsd:double;
  dwc:latitude '69.5'^^xsd:double;
  dwc:startLatitude '69.5'^^xsd:double;
  dwc:endLatitude '69.5'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5, -17.6 69.5))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2452'^^xsd:string;
  dwc:observationDate '1993-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2395> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.15"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  geo-pos:lat "69.15"^^xsd:decimal ;
  geo-pos:long "-17.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2395'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2395'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.5167'^^xsd:double;
  dwc:startLongitude '-17.5167'^^xsd:double;
  dwc:endLongitude '-17.5167'^^xsd:double;
  dwc:latitude '69.15'^^xsd:double;
  dwc:startLatitude '69.15'^^xsd:double;
  dwc:endLatitude '69.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2395'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2396> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.15"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  geo-pos:lat "69.15"^^xsd:decimal ;
  geo-pos:long "-17.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2396'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2396'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.5167'^^xsd:double;
  dwc:startLongitude '-17.5167'^^xsd:double;
  dwc:endLongitude '-17.5167'^^xsd:double;
  dwc:latitude '69.15'^^xsd:double;
  dwc:startLatitude '69.15'^^xsd:double;
  dwc:endLatitude '69.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2396'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2393> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.15"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  geo-pos:lat "69.15"^^xsd:decimal ;
  geo-pos:long "-17.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2393'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2393'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.5167'^^xsd:double;
  dwc:startLongitude '-17.5167'^^xsd:double;
  dwc:endLongitude '-17.5167'^^xsd:double;
  dwc:latitude '69.15'^^xsd:double;
  dwc:startLatitude '69.15'^^xsd:double;
  dwc:endLatitude '69.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2393'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2394> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.15"^^xsd:decimal ;
  dwc:decimalLongitude "-17.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.15 -17.5167)"^^geo:wktLiteral ;
  geo-pos:lat "69.15"^^xsd:decimal ;
  geo-pos:long "-17.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2394'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2394'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.5167'^^xsd:double;
  dwc:startLongitude '-17.5167'^^xsd:double;
  dwc:endLongitude '-17.5167'^^xsd:double;
  dwc:latitude '69.15'^^xsd:double;
  dwc:startLatitude '69.15'^^xsd:double;
  dwc:endLatitude '69.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15, -17.5167 69.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2394'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_3320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_3320> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_3320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.1833 -17.4833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.1833"^^xsd:decimal ;
  dwc:decimalLongitude "-17.4833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_3320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.1833 -17.4833)"^^geo:wktLiteral ;
  geo-pos:lat "66.1833"^^xsd:decimal ;
  geo-pos:long "-17.4833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_3320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_3320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_3320'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_3320'^^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 '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '-17.4833'^^xsd:double;
  dwc:startLongitude '-17.4833'^^xsd:double;
  dwc:endLongitude '-17.4833'^^xsd:double;
  dwc:latitude '66.1833'^^xsd:double;
  dwc:startLatitude '66.1833'^^xsd:double;
  dwc:endLatitude '66.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.4833 66.1833, -17.4833 66.1833, -17.4833 66.1833, -17.4833 66.1833, -17.4833 66.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_3320'^^xsd:string;
  dwc:observationDate '1999-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2667 -17.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2667 -17.4333)"^^geo:wktLiteral ;
  geo-pos:lat "69.2667"^^xsd:decimal ;
  geo-pos:long "-17.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2397'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2397'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.4333'^^xsd:double;
  dwc:startLongitude '-17.4333'^^xsd:double;
  dwc:endLongitude '-17.4333'^^xsd:double;
  dwc:latitude '69.2667'^^xsd:double;
  dwc:startLatitude '69.2667'^^xsd:double;
  dwc:endLatitude '69.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.4333 69.2667, -17.4333 69.2667, -17.4333 69.2667, -17.4333 69.2667, -17.4333 69.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2397'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2399> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2667 -17.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2667"^^xsd:decimal ;
  dwc:decimalLongitude "-17.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2667 -17.4333)"^^geo:wktLiteral ;
  geo-pos:lat "69.2667"^^xsd:decimal ;
  geo-pos:long "-17.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2399'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2399'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-17.4333'^^xsd:double;
  dwc:startLongitude '-17.4333'^^xsd:double;
  dwc:endLongitude '-17.4333'^^xsd:double;
  dwc:latitude '69.2667'^^xsd:double;
  dwc:startLatitude '69.2667'^^xsd:double;
  dwc:endLatitude '69.2667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-17.4333 69.2667, -17.4333 69.2667, -17.4333 69.2667, -17.4333 69.2667, -17.4333 69.2667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2399'^^xsd:string;
  dwc:observationDate '1993-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 -13.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.65"^^xsd:decimal ;
  dwc:decimalLongitude "-13.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.65 -13.85)"^^geo:wktLiteral ;
  geo-pos:lat "69.65"^^xsd:decimal ;
  geo-pos:long "-13.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2252'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '73_2252'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '-13.85'^^xsd:double;
  dwc:startLongitude '-13.85'^^xsd:double;
  dwc:endLongitude '-13.85'^^xsd:double;
  dwc:latitude '69.65'^^xsd:double;
  dwc:startLatitude '69.65'^^xsd:double;
  dwc:endLatitude '69.65'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.85 69.65, -13.85 69.65, -13.85 69.65, -13.85 69.65, -13.85 69.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2252'^^xsd:string;
  dwc:observationDate '1986-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2308> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8 -13.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.8"^^xsd:decimal ;
  dwc:decimalLongitude "-13.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8 -13.7667)"^^geo:wktLiteral ;
  geo-pos:lat "65.8"^^xsd:decimal ;
  geo-pos:long "-13.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2308'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2308'^^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 '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:longitude '-13.7667'^^xsd:double;
  dwc:startLongitude '-13.7667'^^xsd:double;
  dwc:endLongitude '-13.7667'^^xsd:double;
  dwc:latitude '65.8'^^xsd:double;
  dwc:startLatitude '65.8'^^xsd:double;
  dwc:endLatitude '65.8'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-13.7667 65.8, -13.7667 65.8, -13.7667 65.8, -13.7667 65.8, -13.7667 65.8))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2308'^^xsd:string;
  dwc:observationDate '1999-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.2 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "42.2"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1341'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1982'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1341'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:startYearCollected '1982'^^xsd:integer;
  dwc:endYearCollected '1982'^^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:longitude '-9.55'^^xsd:double;
  dwc:startLongitude '-9.55'^^xsd:double;
  dwc:endLongitude '-9.55'^^xsd:double;
  dwc:latitude '42.2'^^xsd:double;
  dwc:startLatitude '42.2'^^xsd:double;
  dwc:endLatitude '42.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-9.55 42.2, -9.55 42.2, -9.55 42.2, -9.55 42.2, -9.55 42.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1341'^^xsd:string;
  dwc:observationDate '1982-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6667 -5.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.6667 -5.8167)"^^geo:wktLiteral ;
  geo-pos:lat "61.6667"^^xsd:decimal ;
  geo-pos:long "-5.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_131'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_131'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '-5.8167'^^xsd:double;
  dwc:startLongitude '-5.8167'^^xsd:double;
  dwc:endLongitude '-5.8167'^^xsd:double;
  dwc:latitude '61.6667'^^xsd:double;
  dwc:startLatitude '61.6667'^^xsd:double;
  dwc:endLatitude '61.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-5.8167 61.6667, -5.8167 61.6667, -5.8167 61.6667, -5.8167 61.6667, -5.8167 61.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_131'^^xsd:string;
  dwc:observationDate '1981-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2185> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -2.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-2.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.6667 -2.8333)"^^geo:wktLiteral ;
  geo-pos:lat "67.6667"^^xsd:decimal ;
  geo-pos:long "-2.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2185'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '73_2185'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '-2.8333'^^xsd:double;
  dwc:startLongitude '-2.8333'^^xsd:double;
  dwc:endLongitude '-2.8333'^^xsd:double;
  dwc:latitude '67.6667'^^xsd:double;
  dwc:startLatitude '67.6667'^^xsd:double;
  dwc:endLatitude '67.6667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-2.8333 67.6667, -2.8333 67.6667, -2.8333 67.6667, -2.8333 67.6667, -2.8333 67.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2185'^^xsd:string;
  dwc:observationDate '1993-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2292> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9333 14.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9333"^^xsd:decimal ;
  dwc:decimalLongitude "14.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9333 14.3333)"^^geo:wktLiteral ;
  geo-pos:lat "73.9333"^^xsd:decimal ;
  geo-pos:long "14.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2292'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_2292'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '14.3333'^^xsd:double;
  dwc:startLongitude '14.3333'^^xsd:double;
  dwc:endLongitude '14.3333'^^xsd:double;
  dwc:latitude '73.9333'^^xsd:double;
  dwc:startLatitude '73.9333'^^xsd:double;
  dwc:endLatitude '73.9333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((14.3333 73.9333, 14.3333 73.9333, 14.3333 73.9333, 14.3333 73.9333, 14.3333 73.9333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2292'^^xsd:string;
  dwc:observationDate '1988-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1595> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.3667 15.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.3667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.3667 15.3)"^^geo:wktLiteral ;
  geo-pos:lat "76.3667"^^xsd:decimal ;
  geo-pos:long "15.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1595'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1595'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '15.3'^^xsd:double;
  dwc:startLongitude '15.3'^^xsd:double;
  dwc:endLongitude '15.3'^^xsd:double;
  dwc:latitude '76.3667'^^xsd:double;
  dwc:startLatitude '76.3667'^^xsd:double;
  dwc:endLatitude '76.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.3 76.3667, 15.3 76.3667, 15.3 76.3667, 15.3 76.3667, 15.3 76.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1595'^^xsd:string;
  dwc:observationDate '1993-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1596> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.3667 15.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.3667"^^xsd:decimal ;
  dwc:decimalLongitude "15.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.3667 15.3)"^^geo:wktLiteral ;
  geo-pos:lat "76.3667"^^xsd:decimal ;
  geo-pos:long "15.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1596'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_1596'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '15.3'^^xsd:double;
  dwc:startLongitude '15.3'^^xsd:double;
  dwc:endLongitude '15.3'^^xsd:double;
  dwc:latitude '76.3667'^^xsd:double;
  dwc:startLatitude '76.3667'^^xsd:double;
  dwc:endLatitude '76.3667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.3 76.3667, 15.3 76.3667, 15.3 76.3667, 15.3 76.3667, 15.3 76.3667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1596'^^xsd:string;
  dwc:observationDate '1993-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 15.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.15"^^xsd:decimal ;
  dwc:decimalLongitude "15.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 15.45)"^^geo:wktLiteral ;
  geo-pos:lat "76.15"^^xsd:decimal ;
  geo-pos:long "15.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2481'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2481'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '15.45'^^xsd:double;
  dwc:startLongitude '15.45'^^xsd:double;
  dwc:endLongitude '15.45'^^xsd:double;
  dwc:latitude '76.15'^^xsd:double;
  dwc:startLatitude '76.15'^^xsd:double;
  dwc:endLatitude '76.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.45 76.15, 15.45 76.15, 15.45 76.15, 15.45 76.15, 15.45 76.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2481'^^xsd:string;
  dwc:observationDate '1988-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 15.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.15"^^xsd:decimal ;
  dwc:decimalLongitude "15.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.15 15.45)"^^geo:wktLiteral ;
  geo-pos:lat "76.15"^^xsd:decimal ;
  geo-pos:long "15.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2480'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_2480'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '15.45'^^xsd:double;
  dwc:startLongitude '15.45'^^xsd:double;
  dwc:endLongitude '15.45'^^xsd:double;
  dwc:latitude '76.15'^^xsd:double;
  dwc:startLatitude '76.15'^^xsd:double;
  dwc:endLatitude '76.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.45 76.15, 15.45 76.15, 15.45 76.15, 15.45 76.15, 15.45 76.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2480'^^xsd:string;
  dwc:observationDate '1988-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.1167 15.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.1167"^^xsd:decimal ;
  dwc:decimalLongitude "15.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.1167 15.7333)"^^geo:wktLiteral ;
  geo-pos:lat "75.1167"^^xsd:decimal ;
  geo-pos:long "15.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2369'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1988'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_2369'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:endYearCollected '1988'^^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:longitude '15.7333'^^xsd:double;
  dwc:startLongitude '15.7333'^^xsd:double;
  dwc:endLongitude '15.7333'^^xsd:double;
  dwc:latitude '75.1167'^^xsd:double;
  dwc:startLatitude '75.1167'^^xsd:double;
  dwc:endLatitude '75.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((15.7333 75.1167, 15.7333 75.1167, 15.7333 75.1167, 15.7333 75.1167, 15.7333 75.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2369'^^xsd:string;
  dwc:observationDate '1988-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2061> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69"^^xsd:decimal ;
  dwc:decimalLongitude "16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69 16)"^^geo:wktLiteral ;
  geo-pos:lat "69"^^xsd:decimal ;
  geo-pos:long "16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2061'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2061'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^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:longitude '16'^^xsd:integer;
  dwc:startLongitude '16'^^xsd:integer;
  dwc:endLongitude '16'^^xsd:integer;
  dwc:latitude '69'^^xsd:integer;
  dwc:startLatitude '69'^^xsd:integer;
  dwc:endLatitude '69'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((16 69, 16 69, 16 69, 16 69, 16 69))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2061'^^xsd:string;
  dwc:observationDate '1994-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2060> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8833 16.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.8833"^^xsd:decimal ;
  dwc:decimalLongitude "16.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.8833 16.9833)"^^geo:wktLiteral ;
  geo-pos:lat "73.8833"^^xsd:decimal ;
  geo-pos:long "16.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2060'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '73_2060'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^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:longitude '16.9833'^^xsd:double;
  dwc:startLongitude '16.9833'^^xsd:double;
  dwc:endLongitude '16.9833'^^xsd:double;
  dwc:latitude '73.8833'^^xsd:double;
  dwc:startLatitude '73.8833'^^xsd:double;
  dwc:endLatitude '73.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((16.9833 73.8833, 16.9833 73.8833, 16.9833 73.8833, 16.9833 73.8833, 16.9833 73.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2060'^^xsd:string;
  dwc:observationDate '1995-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_670> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.95 17.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.95"^^xsd:decimal ;
  dwc:decimalLongitude "17.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.95 17.6)"^^geo:wktLiteral ;
  geo-pos:lat "73.95"^^xsd:decimal ;
  geo-pos:long "17.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_670'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_670'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '17.6'^^xsd:double;
  dwc:startLongitude '17.6'^^xsd:double;
  dwc:endLongitude '17.6'^^xsd:double;
  dwc:latitude '73.95'^^xsd:double;
  dwc:startLatitude '73.95'^^xsd:double;
  dwc:endLatitude '73.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.6 73.95, 17.6 73.95, 17.6 73.95, 17.6 73.95, 17.6 73.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_670'^^xsd:string;
  dwc:observationDate '1992-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.05 17.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.05"^^xsd:decimal ;
  dwc:decimalLongitude "17.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.05 17.7833)"^^geo:wktLiteral ;
  geo-pos:lat "74.05"^^xsd:decimal ;
  geo-pos:long "17.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_669'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_669'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '17.7833'^^xsd:double;
  dwc:startLongitude '17.7833'^^xsd:double;
  dwc:endLongitude '17.7833'^^xsd:double;
  dwc:latitude '74.05'^^xsd:double;
  dwc:startLatitude '74.05'^^xsd:double;
  dwc:endLatitude '74.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.7833 74.05, 17.7833 74.05, 17.7833 74.05, 17.7833 74.05, 17.7833 74.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_669'^^xsd:string;
  dwc:observationDate '1992-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_668> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.05 17.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.05"^^xsd:decimal ;
  dwc:decimalLongitude "17.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.05 17.7833)"^^geo:wktLiteral ;
  geo-pos:lat "74.05"^^xsd:decimal ;
  geo-pos:long "17.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_668'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_668'^^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 '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '17.7833'^^xsd:double;
  dwc:startLongitude '17.7833'^^xsd:double;
  dwc:endLongitude '17.7833'^^xsd:double;
  dwc:latitude '74.05'^^xsd:double;
  dwc:startLatitude '74.05'^^xsd:double;
  dwc:endLatitude '74.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.7833 74.05, 17.7833 74.05, 17.7833 74.05, 17.7833 74.05, 17.7833 74.05))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_668'^^xsd:string;
  dwc:observationDate '1992-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.1833 17.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.1833"^^xsd:decimal ;
  dwc:decimalLongitude "17.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.1833 17.8833)"^^geo:wktLiteral ;
  geo-pos:lat "74.1833"^^xsd:decimal ;
  geo-pos:long "17.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_624'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '73_624'^^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 '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:longitude '17.8833'^^xsd:double;
  dwc:startLongitude '17.8833'^^xsd:double;
  dwc:endLongitude '17.8833'^^xsd:double;
  dwc:latitude '74.1833'^^xsd:double;
  dwc:startLatitude '74.1833'^^xsd:double;
  dwc:endLatitude '74.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((17.8833 74.1833, 17.8833 74.1833, 17.8833 74.1833, 17.8833 74.1833, 17.8833 74.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_624'^^xsd:string;
  dwc:observationDate '1992-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.9 18.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.9"^^xsd:decimal ;
  dwc:decimalLongitude "18.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.9 18.4333)"^^geo:wktLiteral ;
  geo-pos:lat "74.9"^^xsd:decimal ;
  geo-pos:long "18.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1572'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_1572'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '18.4333'^^xsd:double;
  dwc:startLongitude '18.4333'^^xsd:double;
  dwc:endLongitude '18.4333'^^xsd:double;
  dwc:latitude '74.9'^^xsd:double;
  dwc:startLatitude '74.9'^^xsd:double;
  dwc:endLatitude '74.9'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.4333 74.9, 18.4333 74.9, 18.4333 74.9, 18.4333 74.9, 18.4333 74.9))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1572'^^xsd:string;
  dwc:observationDate '1993-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.6833 18.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.6833"^^xsd:decimal ;
  dwc:decimalLongitude "18.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.6833 18.7)"^^geo:wktLiteral ;
  geo-pos:lat "74.6833"^^xsd:decimal ;
  geo-pos:long "18.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1376'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '73_1376'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^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:longitude '18.7'^^xsd:double;
  dwc:startLongitude '18.7'^^xsd:double;
  dwc:endLongitude '18.7'^^xsd:double;
  dwc:latitude '74.6833'^^xsd:double;
  dwc:startLatitude '74.6833'^^xsd:double;
  dwc:endLatitude '74.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((18.7 74.6833, 18.7 74.6833, 18.7 74.6833, 18.7 74.6833, 18.7 74.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1376'^^xsd:string;
  dwc:observationDate '1984-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.6333"^^xsd:decimal ;
  dwc:decimalLongitude "19.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  geo-pos:lat "73.6333"^^xsd:decimal ;
  geo-pos:long "19.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2516'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2516'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '19.2333'^^xsd:double;
  dwc:startLongitude '19.2333'^^xsd:double;
  dwc:endLongitude '19.2333'^^xsd:double;
  dwc:latitude '73.6333'^^xsd:double;
  dwc:startLatitude '73.6333'^^xsd:double;
  dwc:endLatitude '73.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2516'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.6333"^^xsd:decimal ;
  dwc:decimalLongitude "19.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  geo-pos:lat "73.6333"^^xsd:decimal ;
  geo-pos:long "19.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2515'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2515'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '19.2333'^^xsd:double;
  dwc:startLongitude '19.2333'^^xsd:double;
  dwc:endLongitude '19.2333'^^xsd:double;
  dwc:latitude '73.6333'^^xsd:double;
  dwc:startLatitude '73.6333'^^xsd:double;
  dwc:endLatitude '73.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2515'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.6333"^^xsd:decimal ;
  dwc:decimalLongitude "19.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  geo-pos:lat "73.6333"^^xsd:decimal ;
  geo-pos:long "19.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2514'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2514'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '19.2333'^^xsd:double;
  dwc:startLongitude '19.2333'^^xsd:double;
  dwc:endLongitude '19.2333'^^xsd:double;
  dwc:latitude '73.6333'^^xsd:double;
  dwc:startLatitude '73.6333'^^xsd:double;
  dwc:endLatitude '73.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2514'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.6333"^^xsd:decimal ;
  dwc:decimalLongitude "19.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  geo-pos:lat "73.6333"^^xsd:decimal ;
  geo-pos:long "19.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2513'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2513'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '19.2333'^^xsd:double;
  dwc:startLongitude '19.2333'^^xsd:double;
  dwc:endLongitude '19.2333'^^xsd:double;
  dwc:latitude '73.6333'^^xsd:double;
  dwc:startLatitude '73.6333'^^xsd:double;
  dwc:endLatitude '73.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2513'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2517> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.6333"^^xsd:decimal ;
  dwc:decimalLongitude "19.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  geo-pos:lat "73.6333"^^xsd:decimal ;
  geo-pos:long "19.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2517'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2517'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '19.2333'^^xsd:double;
  dwc:startLongitude '19.2333'^^xsd:double;
  dwc:endLongitude '19.2333'^^xsd:double;
  dwc:latitude '73.6333'^^xsd:double;
  dwc:startLatitude '73.6333'^^xsd:double;
  dwc:endLatitude '73.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2517'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2518> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.6333"^^xsd:decimal ;
  dwc:decimalLongitude "19.2333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.6333 19.2333)"^^geo:wktLiteral ;
  geo-pos:lat "73.6333"^^xsd:decimal ;
  geo-pos:long "19.2333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2518'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_2518'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:longitude '19.2333'^^xsd:double;
  dwc:startLongitude '19.2333'^^xsd:double;
  dwc:endLongitude '19.2333'^^xsd:double;
  dwc:latitude '73.6333'^^xsd:double;
  dwc:startLatitude '73.6333'^^xsd:double;
  dwc:endLatitude '73.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333, 19.2333 73.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2518'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7333 19.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.7333"^^xsd:decimal ;
  dwc:decimalLongitude "19.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7333 19.3167)"^^geo:wktLiteral ;
  geo-pos:lat "73.7333"^^xsd:decimal ;
  geo-pos:long "19.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2538'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2538'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '19.3167'^^xsd:double;
  dwc:startLongitude '19.3167'^^xsd:double;
  dwc:endLongitude '19.3167'^^xsd:double;
  dwc:latitude '73.7333'^^xsd:double;
  dwc:startLatitude '73.7333'^^xsd:double;
  dwc:endLatitude '73.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2538'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2536> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7333 19.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.7333"^^xsd:decimal ;
  dwc:decimalLongitude "19.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7333 19.3167)"^^geo:wktLiteral ;
  geo-pos:lat "73.7333"^^xsd:decimal ;
  geo-pos:long "19.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2536'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2536'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '19.3167'^^xsd:double;
  dwc:startLongitude '19.3167'^^xsd:double;
  dwc:endLongitude '19.3167'^^xsd:double;
  dwc:latitude '73.7333'^^xsd:double;
  dwc:startLatitude '73.7333'^^xsd:double;
  dwc:endLatitude '73.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2536'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_2537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_2537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_2537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7333 19.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.7333"^^xsd:decimal ;
  dwc:decimalLongitude "19.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_2537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.7333 19.3167)"^^geo:wktLiteral ;
  geo-pos:lat "73.7333"^^xsd:decimal ;
  geo-pos:long "19.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_2537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_2537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_2537'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_2537'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^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:longitude '19.3167'^^xsd:double;
  dwc:startLongitude '19.3167'^^xsd:double;
  dwc:endLongitude '19.3167'^^xsd:double;
  dwc:latitude '73.7333'^^xsd:double;
  dwc:startLatitude '73.7333'^^xsd:double;
  dwc:endLatitude '73.7333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333, 19.3167 73.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_2537'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1813> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.4833 19.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "71.4833"^^xsd:decimal ;
  dwc:decimalLongitude "19.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (71.4833 19.7)"^^geo:wktLiteral ;
  geo-pos:lat "71.4833"^^xsd:decimal ;
  geo-pos:long "19.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1813'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1986'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '73_1813'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:longitude '19.7'^^xsd:double;
  dwc:startLongitude '19.7'^^xsd:double;
  dwc:endLongitude '19.7'^^xsd:double;
  dwc:latitude '71.4833'^^xsd:double;
  dwc:startLatitude '71.4833'^^xsd:double;
  dwc:endLatitude '71.4833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((19.7 71.4833, 19.7 71.4833, 19.7 71.4833, 19.7 71.4833, 19.7 71.4833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1813'^^xsd:string;
  dwc:observationDate '1986-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1481> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "20.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "20.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1481'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1481'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '20.1167'^^xsd:double;
  dwc:startLongitude '20.1167'^^xsd:double;
  dwc:endLongitude '20.1167'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:startLatitude '73.9167'^^xsd:double;
  dwc:endLatitude '73.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1481'^^xsd:string;
  dwc:observationDate '2000-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1480> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "20.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "20.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1480'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1480'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '20.1167'^^xsd:double;
  dwc:startLongitude '20.1167'^^xsd:double;
  dwc:endLongitude '20.1167'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:startLatitude '73.9167'^^xsd:double;
  dwc:endLatitude '73.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1480'^^xsd:string;
  dwc:observationDate '2000-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1478> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "20.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "20.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1478'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1478'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '20.1167'^^xsd:double;
  dwc:startLongitude '20.1167'^^xsd:double;
  dwc:endLongitude '20.1167'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:startLatitude '73.9167'^^xsd:double;
  dwc:endLatitude '73.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1478'^^xsd:string;
  dwc:observationDate '2000-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1479> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "73.9167"^^xsd:decimal ;
  dwc:decimalLongitude "20.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (73.9167 20.1167)"^^geo:wktLiteral ;
  geo-pos:lat "73.9167"^^xsd:decimal ;
  geo-pos:long "20.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1479'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_1479'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '20.1167'^^xsd:double;
  dwc:startLongitude '20.1167'^^xsd:double;
  dwc:endLongitude '20.1167'^^xsd:double;
  dwc:latitude '73.9167'^^xsd:double;
  dwc:startLatitude '73.9167'^^xsd:double;
  dwc:endLatitude '73.9167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167, 20.1167 73.9167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1479'^^xsd:string;
  dwc:observationDate '2000-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 20.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.35"^^xsd:decimal ;
  dwc:decimalLongitude "20.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.35 20.8167)"^^geo:wktLiteral ;
  geo-pos:lat "74.35"^^xsd:decimal ;
  geo-pos:long "20.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1426'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1426'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '20.8167'^^xsd:double;
  dwc:startLongitude '20.8167'^^xsd:double;
  dwc:endLongitude '20.8167'^^xsd:double;
  dwc:latitude '74.35'^^xsd:double;
  dwc:startLatitude '74.35'^^xsd:double;
  dwc:endLatitude '74.35'^^xsd:double;
  dwc:boundingBox 'POLYGON ((20.8167 74.35, 20.8167 74.35, 20.8167 74.35, 20.8167 74.35, 20.8167 74.35))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1426'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1422> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.3333 21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.3333"^^xsd:decimal ;
  dwc:decimalLongitude "21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.3333 21)"^^geo:wktLiteral ;
  geo-pos:lat "74.3333"^^xsd:decimal ;
  geo-pos:long "21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1422'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1422'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '21'^^xsd:integer;
  dwc:startLongitude '21'^^xsd:integer;
  dwc:endLongitude '21'^^xsd:integer;
  dwc:latitude '74.3333'^^xsd:double;
  dwc:startLatitude '74.3333'^^xsd:double;
  dwc:endLatitude '74.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((21 74.3333, 21 74.3333, 21 74.3333, 21 74.3333, 21 74.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1422'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1427> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.3333 21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.3333"^^xsd:decimal ;
  dwc:decimalLongitude "21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.3333 21)"^^geo:wktLiteral ;
  geo-pos:lat "74.3333"^^xsd:decimal ;
  geo-pos:long "21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1427'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1427'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '21'^^xsd:integer;
  dwc:startLongitude '21'^^xsd:integer;
  dwc:endLongitude '21'^^xsd:integer;
  dwc:latitude '74.3333'^^xsd:double;
  dwc:startLatitude '74.3333'^^xsd:double;
  dwc:endLatitude '74.3333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((21 74.3333, 21 74.3333, 21 74.3333, 21 74.3333, 21 74.3333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1427'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1424> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4333 21.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.4333"^^xsd:decimal ;
  dwc:decimalLongitude "21.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4333 21.6667)"^^geo:wktLiteral ;
  geo-pos:lat "74.4333"^^xsd:decimal ;
  geo-pos:long "21.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1424'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1424'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '21.6667'^^xsd:double;
  dwc:startLongitude '21.6667'^^xsd:double;
  dwc:endLongitude '21.6667'^^xsd:double;
  dwc:latitude '74.4333'^^xsd:double;
  dwc:startLatitude '74.4333'^^xsd:double;
  dwc:endLatitude '74.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((21.6667 74.4333, 21.6667 74.4333, 21.6667 74.4333, 21.6667 74.4333, 21.6667 74.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1424'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1423> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4333 21.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.4333"^^xsd:decimal ;
  dwc:decimalLongitude "21.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4333 21.6667)"^^geo:wktLiteral ;
  geo-pos:lat "74.4333"^^xsd:decimal ;
  geo-pos:long "21.6667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1423'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1423'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '21.6667'^^xsd:double;
  dwc:startLongitude '21.6667'^^xsd:double;
  dwc:endLongitude '21.6667'^^xsd:double;
  dwc:latitude '74.4333'^^xsd:double;
  dwc:startLatitude '74.4333'^^xsd:double;
  dwc:endLatitude '74.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((21.6667 74.4333, 21.6667 74.4333, 21.6667 74.4333, 21.6667 74.4333, 21.6667 74.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1423'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1421> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4333 22.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.4333"^^xsd:decimal ;
  dwc:decimalLongitude "22.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4333 22.9167)"^^geo:wktLiteral ;
  geo-pos:lat "74.4333"^^xsd:decimal ;
  geo-pos:long "22.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1421'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1421'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '22.9167'^^xsd:double;
  dwc:startLongitude '22.9167'^^xsd:double;
  dwc:endLongitude '22.9167'^^xsd:double;
  dwc:latitude '74.4333'^^xsd:double;
  dwc:startLatitude '74.4333'^^xsd:double;
  dwc:endLatitude '74.4333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((22.9167 74.4333, 22.9167 74.4333, 22.9167 74.4333, 22.9167 74.4333, 22.9167 74.4333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1421'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1425> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4167 23.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.4167"^^xsd:decimal ;
  dwc:decimalLongitude "23.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.4167 23.0667)"^^geo:wktLiteral ;
  geo-pos:lat "74.4167"^^xsd:decimal ;
  geo-pos:long "23.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1425'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '73_1425'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '23.0667'^^xsd:double;
  dwc:startLongitude '23.0667'^^xsd:double;
  dwc:endLongitude '23.0667'^^xsd:double;
  dwc:latitude '74.4167'^^xsd:double;
  dwc:startLatitude '74.4167'^^xsd:double;
  dwc:endLatitude '74.4167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.0667 74.4167, 23.0667 74.4167, 23.0667 74.4167, 23.0667 74.4167, 23.0667 74.4167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1425'^^xsd:string;
  dwc:observationDate '1993-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.15 23.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "75.15"^^xsd:decimal ;
  dwc:decimalLongitude "23.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (75.15 23.7167)"^^geo:wktLiteral ;
  geo-pos:lat "75.15"^^xsd:decimal ;
  geo-pos:long "23.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_230'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '73_230'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '23.7167'^^xsd:double;
  dwc:startLongitude '23.7167'^^xsd:double;
  dwc:endLongitude '23.7167'^^xsd:double;
  dwc:latitude '75.15'^^xsd:double;
  dwc:startLatitude '75.15'^^xsd:double;
  dwc:endLatitude '75.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((23.7167 75.15, 23.7167 75.15, 23.7167 75.15, 23.7167 75.15, 23.7167 75.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_230'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_516'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_516'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_516'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_514'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_514'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_514'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_513'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_513'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_513'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_512'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_512'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_512'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_508'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_508'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_508'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_515'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_515'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_515'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_511'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_511'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_511'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_509'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_509'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_509'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.95"^^xsd:decimal ;
  dwc:decimalLongitude "25.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.95 25.75)"^^geo:wktLiteral ;
  geo-pos:lat "77.95"^^xsd:decimal ;
  geo-pos:long "25.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_510'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '73_510'^^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 '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '25.75'^^xsd:double;
  dwc:startLongitude '25.75'^^xsd:double;
  dwc:endLongitude '25.75'^^xsd:double;
  dwc:latitude '77.95'^^xsd:double;
  dwc:startLatitude '77.95'^^xsd:double;
  dwc:endLatitude '77.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95, 25.75 77.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_510'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1167 25.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.1167"^^xsd:decimal ;
  dwc:decimalLongitude "25.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1167 25.9)"^^geo:wktLiteral ;
  geo-pos:lat "76.1167"^^xsd:decimal ;
  geo-pos:long "25.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_192'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_192'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '25.9'^^xsd:double;
  dwc:startLongitude '25.9'^^xsd:double;
  dwc:endLongitude '25.9'^^xsd:double;
  dwc:latitude '76.1167'^^xsd:double;
  dwc:startLatitude '76.1167'^^xsd:double;
  dwc:endLatitude '76.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.9 76.1167, 25.9 76.1167, 25.9 76.1167, 25.9 76.1167, 25.9 76.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_192'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1167 25.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.1167"^^xsd:decimal ;
  dwc:decimalLongitude "25.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1167 25.9)"^^geo:wktLiteral ;
  geo-pos:lat "76.1167"^^xsd:decimal ;
  geo-pos:long "25.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_194'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_194'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '25.9'^^xsd:double;
  dwc:startLongitude '25.9'^^xsd:double;
  dwc:endLongitude '25.9'^^xsd:double;
  dwc:latitude '76.1167'^^xsd:double;
  dwc:startLatitude '76.1167'^^xsd:double;
  dwc:endLatitude '76.1167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((25.9 76.1167, 25.9 76.1167, 25.9 76.1167, 25.9 76.1167, 25.9 76.1167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_194'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_604> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77 26)"^^geo:wktLiteral ;
  geo-pos:lat "77"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_604'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_604'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '26'^^xsd:integer;
  dwc:startLongitude '26'^^xsd:integer;
  dwc:endLongitude '26'^^xsd:integer;
  dwc:latitude '77'^^xsd:integer;
  dwc:startLatitude '77'^^xsd:integer;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((26 77, 26 77, 26 77, 26 77, 26 77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_604'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77 26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77"^^xsd:decimal ;
  dwc:decimalLongitude "26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77 26)"^^geo:wktLiteral ;
  geo-pos:lat "77"^^xsd:decimal ;
  geo-pos:long "26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_603'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '73_603'^^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 '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:longitude '26'^^xsd:integer;
  dwc:startLongitude '26'^^xsd:integer;
  dwc:endLongitude '26'^^xsd:integer;
  dwc:latitude '77'^^xsd:integer;
  dwc:startLatitude '77'^^xsd:integer;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((26 77, 26 77, 26 77, 26 77, 26 77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_603'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.15 26.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.15"^^xsd:decimal ;
  dwc:decimalLongitude "26.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.15 26.15)"^^geo:wktLiteral ;
  geo-pos:lat "78.15"^^xsd:decimal ;
  geo-pos:long "26.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_488'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_488'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '26.15'^^xsd:double;
  dwc:startLongitude '26.15'^^xsd:double;
  dwc:endLongitude '26.15'^^xsd:double;
  dwc:latitude '78.15'^^xsd:double;
  dwc:startLatitude '78.15'^^xsd:double;
  dwc:endLatitude '78.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.15 78.15, 26.15 78.15, 26.15 78.15, 26.15 78.15, 26.15 78.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_488'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.85 26.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.85"^^xsd:decimal ;
  dwc:decimalLongitude "26.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.85 26.2833)"^^geo:wktLiteral ;
  geo-pos:lat "76.85"^^xsd:decimal ;
  geo-pos:long "26.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_541'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_541'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.2833'^^xsd:double;
  dwc:startLongitude '26.2833'^^xsd:double;
  dwc:endLongitude '26.2833'^^xsd:double;
  dwc:latitude '76.85'^^xsd:double;
  dwc:startLatitude '76.85'^^xsd:double;
  dwc:endLatitude '76.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.2833 76.85, 26.2833 76.85, 26.2833 76.85, 26.2833 76.85, 26.2833 76.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_541'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.85 26.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.85"^^xsd:decimal ;
  dwc:decimalLongitude "26.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.85 26.2833)"^^geo:wktLiteral ;
  geo-pos:lat "76.85"^^xsd:decimal ;
  geo-pos:long "26.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_542'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_542'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.2833'^^xsd:double;
  dwc:startLongitude '26.2833'^^xsd:double;
  dwc:endLongitude '26.2833'^^xsd:double;
  dwc:latitude '76.85'^^xsd:double;
  dwc:startLatitude '76.85'^^xsd:double;
  dwc:endLatitude '76.85'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.2833 76.85, 26.2833 76.85, 26.2833 76.85, 26.2833 76.85, 26.2833 76.85))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_542'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8833"^^xsd:decimal ;
  dwc:decimalLongitude "26.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  geo-pos:lat "76.8833"^^xsd:decimal ;
  geo-pos:long "26.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_540'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_540'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.2833'^^xsd:double;
  dwc:startLongitude '26.2833'^^xsd:double;
  dwc:endLongitude '26.2833'^^xsd:double;
  dwc:latitude '76.8833'^^xsd:double;
  dwc:startLatitude '76.8833'^^xsd:double;
  dwc:endLatitude '76.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_540'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8833"^^xsd:decimal ;
  dwc:decimalLongitude "26.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  geo-pos:lat "76.8833"^^xsd:decimal ;
  geo-pos:long "26.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_544'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_544'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.2833'^^xsd:double;
  dwc:startLongitude '26.2833'^^xsd:double;
  dwc:endLongitude '26.2833'^^xsd:double;
  dwc:latitude '76.8833'^^xsd:double;
  dwc:startLatitude '76.8833'^^xsd:double;
  dwc:endLatitude '76.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_544'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8833"^^xsd:decimal ;
  dwc:decimalLongitude "26.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  geo-pos:lat "76.8833"^^xsd:decimal ;
  geo-pos:long "26.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_538'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_538'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.2833'^^xsd:double;
  dwc:startLongitude '26.2833'^^xsd:double;
  dwc:endLongitude '26.2833'^^xsd:double;
  dwc:latitude '76.8833'^^xsd:double;
  dwc:startLatitude '76.8833'^^xsd:double;
  dwc:endLatitude '76.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_538'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8833"^^xsd:decimal ;
  dwc:decimalLongitude "26.2833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8833 26.2833)"^^geo:wktLiteral ;
  geo-pos:lat "76.8833"^^xsd:decimal ;
  geo-pos:long "26.2833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_537'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_537'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.2833'^^xsd:double;
  dwc:startLongitude '26.2833'^^xsd:double;
  dwc:endLongitude '26.2833'^^xsd:double;
  dwc:latitude '76.8833'^^xsd:double;
  dwc:startLatitude '76.8833'^^xsd:double;
  dwc:endLatitude '76.8833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833, 26.2833 76.8833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_537'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1667 26.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.1667"^^xsd:decimal ;
  dwc:decimalLongitude "26.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1667 26.4167)"^^geo:wktLiteral ;
  geo-pos:lat "77.1667"^^xsd:decimal ;
  geo-pos:long "26.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_590'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_590'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '26.4167'^^xsd:double;
  dwc:startLongitude '26.4167'^^xsd:double;
  dwc:endLongitude '26.4167'^^xsd:double;
  dwc:latitude '77.1667'^^xsd:double;
  dwc:startLatitude '77.1667'^^xsd:double;
  dwc:endLatitude '77.1667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.4167 77.1667, 26.4167 77.1667, 26.4167 77.1667, 26.4167 77.1667, 26.4167 77.1667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_590'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.6833 26.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.6833"^^xsd:decimal ;
  dwc:decimalLongitude "26.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.6833 26.4167)"^^geo:wktLiteral ;
  geo-pos:lat "77.6833"^^xsd:decimal ;
  geo-pos:long "26.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_275'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_275'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^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:longitude '26.4167'^^xsd:double;
  dwc:startLongitude '26.4167'^^xsd:double;
  dwc:endLongitude '26.4167'^^xsd:double;
  dwc:latitude '77.6833'^^xsd:double;
  dwc:startLatitude '77.6833'^^xsd:double;
  dwc:endLatitude '77.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.4167 77.6833, 26.4167 77.6833, 26.4167 77.6833, 26.4167 77.6833, 26.4167 77.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_275'^^xsd:string;
  dwc:observationDate '1984-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.6833 26.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.6833"^^xsd:decimal ;
  dwc:decimalLongitude "26.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.6833 26.4167)"^^geo:wktLiteral ;
  geo-pos:lat "77.6833"^^xsd:decimal ;
  geo-pos:long "26.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_274'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1984'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '73_274'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:startYearCollected '1984'^^xsd:integer;
  dwc:endYearCollected '1984'^^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:longitude '26.4167'^^xsd:double;
  dwc:startLongitude '26.4167'^^xsd:double;
  dwc:endLongitude '26.4167'^^xsd:double;
  dwc:latitude '77.6833'^^xsd:double;
  dwc:startLatitude '77.6833'^^xsd:double;
  dwc:endLatitude '77.6833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.4167 77.6833, 26.4167 77.6833, 26.4167 77.6833, 26.4167 77.6833, 26.4167 77.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_274'^^xsd:string;
  dwc:observationDate '1984-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_524> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1 26.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1 26.5333)"^^geo:wktLiteral ;
  geo-pos:lat "77.1"^^xsd:decimal ;
  geo-pos:long "26.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_524'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_524'^^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:longitude '26.5333'^^xsd:double;
  dwc:startLongitude '26.5333'^^xsd:double;
  dwc:endLongitude '26.5333'^^xsd:double;
  dwc:latitude '77.1'^^xsd:double;
  dwc:startLatitude '77.1'^^xsd:double;
  dwc:endLatitude '77.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.5333 77.1, 26.5333 77.1, 26.5333 77.1, 26.5333 77.1, 26.5333 77.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_524'^^xsd:string;
  dwc:observationDate '1992-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1 26.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.1 26.5333)"^^geo:wktLiteral ;
  geo-pos:lat "77.1"^^xsd:decimal ;
  geo-pos:long "26.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_523'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '73_523'^^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:longitude '26.5333'^^xsd:double;
  dwc:startLongitude '26.5333'^^xsd:double;
  dwc:endLongitude '26.5333'^^xsd:double;
  dwc:latitude '77.1'^^xsd:double;
  dwc:startLatitude '77.1'^^xsd:double;
  dwc:endLatitude '77.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.5333 77.1, 26.5333 77.1, 26.5333 77.1, 26.5333 77.1, 26.5333 77.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_523'^^xsd:string;
  dwc:observationDate '1992-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 26.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "26.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 26.6333)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "26.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_543'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_543'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.6333'^^xsd:double;
  dwc:startLongitude '26.6333'^^xsd:double;
  dwc:endLongitude '26.6333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.95'^^xsd:double;
  dwc:endLatitude '76.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.6333 76.95, 26.6333 76.95, 26.6333 76.95, 26.6333 76.95, 26.6333 76.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_543'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 26.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "26.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 26.6333)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "26.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_545'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_545'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.6333'^^xsd:double;
  dwc:startLongitude '26.6333'^^xsd:double;
  dwc:endLongitude '26.6333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.95'^^xsd:double;
  dwc:endLatitude '76.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.6333 76.95, 26.6333 76.95, 26.6333 76.95, 26.6333 76.95, 26.6333 76.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_545'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 26.6333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.95"^^xsd:decimal ;
  dwc:decimalLongitude "26.6333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.95 26.6333)"^^geo:wktLiteral ;
  geo-pos:lat "76.95"^^xsd:decimal ;
  geo-pos:long "26.6333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_539'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '73_539'^^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 '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:longitude '26.6333'^^xsd:double;
  dwc:startLongitude '26.6333'^^xsd:double;
  dwc:endLongitude '26.6333'^^xsd:double;
  dwc:latitude '76.95'^^xsd:double;
  dwc:startLatitude '76.95'^^xsd:double;
  dwc:endLatitude '76.95'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.6333 76.95, 26.6333 76.95, 26.6333 76.95, 26.6333 76.95, 26.6333 76.95))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_539'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8167 26.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8167"^^xsd:decimal ;
  dwc:decimalLongitude "26.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8167 26.6833)"^^geo:wktLiteral ;
  geo-pos:lat "76.8167"^^xsd:decimal ;
  geo-pos:long "26.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_572'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_572'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '26.6833'^^xsd:double;
  dwc:startLongitude '26.6833'^^xsd:double;
  dwc:endLongitude '26.6833'^^xsd:double;
  dwc:latitude '76.8167'^^xsd:double;
  dwc:startLatitude '76.8167'^^xsd:double;
  dwc:endLatitude '76.8167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.6833 76.8167, 26.6833 76.8167, 26.6833 76.8167, 26.6833 76.8167, 26.6833 76.8167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_572'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_570> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8667 26.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8667"^^xsd:decimal ;
  dwc:decimalLongitude "26.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8667 26.7333)"^^geo:wktLiteral ;
  geo-pos:lat "76.8667"^^xsd:decimal ;
  geo-pos:long "26.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_570'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_570'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '26.7333'^^xsd:double;
  dwc:startLongitude '26.7333'^^xsd:double;
  dwc:endLongitude '26.7333'^^xsd:double;
  dwc:latitude '76.8667'^^xsd:double;
  dwc:startLatitude '76.8667'^^xsd:double;
  dwc:endLatitude '76.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.7333 76.8667, 26.7333 76.8667, 26.7333 76.8667, 26.7333 76.8667, 26.7333 76.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_570'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8667 26.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8667"^^xsd:decimal ;
  dwc:decimalLongitude "26.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8667 26.7333)"^^geo:wktLiteral ;
  geo-pos:lat "76.8667"^^xsd:decimal ;
  geo-pos:long "26.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_571'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_571'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '26.7333'^^xsd:double;
  dwc:startLongitude '26.7333'^^xsd:double;
  dwc:endLongitude '26.7333'^^xsd:double;
  dwc:latitude '76.8667'^^xsd:double;
  dwc:startLatitude '76.8667'^^xsd:double;
  dwc:endLatitude '76.8667'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.7333 76.8667, 26.7333 76.8667, 26.7333 76.8667, 26.7333 76.8667, 26.7333 76.8667))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_571'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8333 26.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.8333"^^xsd:decimal ;
  dwc:decimalLongitude "26.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.8333 26.75)"^^geo:wktLiteral ;
  geo-pos:lat "76.8333"^^xsd:decimal ;
  geo-pos:long "26.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_569'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_569'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '26.75'^^xsd:double;
  dwc:startLongitude '26.75'^^xsd:double;
  dwc:endLongitude '26.75'^^xsd:double;
  dwc:latitude '76.8333'^^xsd:double;
  dwc:startLatitude '76.8333'^^xsd:double;
  dwc:endLatitude '76.8333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.75 76.8333, 26.75 76.8333, 26.75 76.8333, 26.75 76.8333, 26.75 76.8333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_569'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1333 26.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.1333"^^xsd:decimal ;
  dwc:decimalLongitude "26.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1333 26.8167)"^^geo:wktLiteral ;
  geo-pos:lat "76.1333"^^xsd:decimal ;
  geo-pos:long "26.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_190'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_190'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '26.8167'^^xsd:double;
  dwc:startLongitude '26.8167'^^xsd:double;
  dwc:endLongitude '26.8167'^^xsd:double;
  dwc:latitude '76.1333'^^xsd:double;
  dwc:startLatitude '76.1333'^^xsd:double;
  dwc:endLatitude '76.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.8167 76.1333, 26.8167 76.1333, 26.8167 76.1333, 26.8167 76.1333, 26.8167 76.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_190'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1333 26.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.1333"^^xsd:decimal ;
  dwc:decimalLongitude "26.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1333 26.8167)"^^geo:wktLiteral ;
  geo-pos:lat "76.1333"^^xsd:decimal ;
  geo-pos:long "26.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_191'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_191'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '26.8167'^^xsd:double;
  dwc:startLongitude '26.8167'^^xsd:double;
  dwc:endLongitude '26.8167'^^xsd:double;
  dwc:latitude '76.1333'^^xsd:double;
  dwc:startLatitude '76.1333'^^xsd:double;
  dwc:endLatitude '76.1333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.8167 76.1333, 26.8167 76.1333, 26.8167 76.1333, 26.8167 76.1333, 26.8167 76.1333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_191'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 26.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.0167"^^xsd:decimal ;
  dwc:decimalLongitude "26.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 26.8167)"^^geo:wktLiteral ;
  geo-pos:lat "78.0167"^^xsd:decimal ;
  geo-pos:long "26.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_485'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_485'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '26.8167'^^xsd:double;
  dwc:startLongitude '26.8167'^^xsd:double;
  dwc:endLongitude '26.8167'^^xsd:double;
  dwc:latitude '78.0167'^^xsd:double;
  dwc:startLatitude '78.0167'^^xsd:double;
  dwc:endLatitude '78.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_485'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 26.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.0167"^^xsd:decimal ;
  dwc:decimalLongitude "26.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 26.8167)"^^geo:wktLiteral ;
  geo-pos:lat "78.0167"^^xsd:decimal ;
  geo-pos:long "26.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_487'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_487'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '26.8167'^^xsd:double;
  dwc:startLongitude '26.8167'^^xsd:double;
  dwc:endLongitude '26.8167'^^xsd:double;
  dwc:latitude '78.0167'^^xsd:double;
  dwc:startLatitude '78.0167'^^xsd:double;
  dwc:endLatitude '78.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_487'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 26.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "78.0167"^^xsd:decimal ;
  dwc:decimalLongitude "26.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (78.0167 26.8167)"^^geo:wktLiteral ;
  geo-pos:lat "78.0167"^^xsd:decimal ;
  geo-pos:long "26.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_486'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '73_486'^^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 '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:longitude '26.8167'^^xsd:double;
  dwc:startLongitude '26.8167'^^xsd:double;
  dwc:endLongitude '26.8167'^^xsd:double;
  dwc:latitude '78.0167'^^xsd:double;
  dwc:startLatitude '78.0167'^^xsd:double;
  dwc:endLatitude '78.0167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167, 26.8167 78.0167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_486'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1 26.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1 26.9)"^^geo:wktLiteral ;
  geo-pos:lat "76.1"^^xsd:decimal ;
  geo-pos:long "26.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_195'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_195'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '26.9'^^xsd:double;
  dwc:startLongitude '26.9'^^xsd:double;
  dwc:endLongitude '26.9'^^xsd:double;
  dwc:latitude '76.1'^^xsd:double;
  dwc:startLatitude '76.1'^^xsd:double;
  dwc:endLatitude '76.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.9 76.1, 26.9 76.1, 26.9 76.1, 26.9 76.1, 26.9 76.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_195'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1 26.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.1"^^xsd:decimal ;
  dwc:decimalLongitude "26.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1 26.9)"^^geo:wktLiteral ;
  geo-pos:lat "76.1"^^xsd:decimal ;
  geo-pos:long "26.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_189'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_189'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '26.9'^^xsd:double;
  dwc:startLongitude '26.9'^^xsd:double;
  dwc:endLongitude '26.9'^^xsd:double;
  dwc:latitude '76.1'^^xsd:double;
  dwc:startLatitude '76.1'^^xsd:double;
  dwc:endLatitude '76.1'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.9 76.1, 26.9 76.1, 26.9 76.1, 26.9 76.1, 26.9 76.1))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_189'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1833 26.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.1833"^^xsd:decimal ;
  dwc:decimalLongitude "26.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.1833 26.9167)"^^geo:wktLiteral ;
  geo-pos:lat "76.1833"^^xsd:decimal ;
  geo-pos:long "26.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_193'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '73_193'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '26.9167'^^xsd:double;
  dwc:startLongitude '26.9167'^^xsd:double;
  dwc:endLongitude '26.9167'^^xsd:double;
  dwc:latitude '76.1833'^^xsd:double;
  dwc:startLatitude '76.1833'^^xsd:double;
  dwc:endLatitude '76.1833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((26.9167 76.1833, 26.9167 76.1833, 26.9167 76.1833, 26.9167 76.1833, 26.9167 76.1833))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_193'^^xsd:string;
  dwc:observationDate '1993-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.15 27.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.15"^^xsd:decimal ;
  dwc:decimalLongitude "27.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.15 27.05)"^^geo:wktLiteral ;
  geo-pos:lat "77.15"^^xsd:decimal ;
  geo-pos:long "27.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_589'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_589'^^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 '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '27.05'^^xsd:double;
  dwc:startLongitude '27.05'^^xsd:double;
  dwc:endLongitude '27.05'^^xsd:double;
  dwc:latitude '77.15'^^xsd:double;
  dwc:startLatitude '77.15'^^xsd:double;
  dwc:endLatitude '77.15'^^xsd:double;
  dwc:boundingBox 'POLYGON ((27.05 77.15, 27.05 77.15, 27.05 77.15, 27.05 77.15, 27.05 77.15))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_589'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77 27.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77"^^xsd:decimal ;
  dwc:decimalLongitude "27.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77 27.1333)"^^geo:wktLiteral ;
  geo-pos:lat "77"^^xsd:decimal ;
  geo-pos:long "27.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_573'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_573'^^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 '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '27.1333'^^xsd:double;
  dwc:startLongitude '27.1333'^^xsd:double;
  dwc:endLongitude '27.1333'^^xsd:double;
  dwc:latitude '77'^^xsd:integer;
  dwc:startLatitude '77'^^xsd:integer;
  dwc:endLatitude '77'^^xsd:integer;
  dwc:boundingBox 'POLYGON ((27.1333 77, 27.1333 77, 27.1333 77, 27.1333 77, 27.1333 77))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_573'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.2 28.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.2"^^xsd:decimal ;
  dwc:decimalLongitude "28.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.2 28.0667)"^^geo:wktLiteral ;
  geo-pos:lat "77.2"^^xsd:decimal ;
  geo-pos:long "28.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_591'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '73_591'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:longitude '28.0667'^^xsd:double;
  dwc:startLongitude '28.0667'^^xsd:double;
  dwc:endLongitude '28.0667'^^xsd:double;
  dwc:latitude '77.2'^^xsd:double;
  dwc:startLatitude '77.2'^^xsd:double;
  dwc:endLatitude '77.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((28.0667 77.2, 28.0667 77.2, 28.0667 77.2, 28.0667 77.2, 28.0667 77.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_591'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.2 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "77.2"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_1342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (77.2 30)"^^geo:wktLiteral ;
  geo-pos:lat "77.2"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_1342'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1981'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '73_1342'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:startYearCollected '1981'^^xsd:integer;
  dwc:endYearCollected '1981'^^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:longitude '30'^^xsd:integer;
  dwc:startLongitude '30'^^xsd:integer;
  dwc:endLongitude '30'^^xsd:integer;
  dwc:latitude '77.2'^^xsd:double;
  dwc:startLatitude '77.2'^^xsd:double;
  dwc:endLatitude '77.2'^^xsd:double;
  dwc:boundingBox 'POLYGON ((30 77.2, 30 77.2, 30 77.2, 30 77.2, 30 77.2))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_1342'^^xsd:string;
  dwc:observationDate '1981-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7167 41.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.7167"^^xsd:decimal ;
  dwc:decimalLongitude "41.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.7167 41.4)"^^geo:wktLiteral ;
  geo-pos:lat "76.7167"^^xsd:decimal ;
  geo-pos:long "41.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_575'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_575'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '41.4'^^xsd:double;
  dwc:startLongitude '41.4'^^xsd:double;
  dwc:endLongitude '41.4'^^xsd:double;
  dwc:latitude '76.7167'^^xsd:double;
  dwc:startLatitude '76.7167'^^xsd:double;
  dwc:endLatitude '76.7167'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4 76.7167, 41.4 76.7167, 41.4 76.7167, 41.4 76.7167, 41.4 76.7167))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_575'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6333 41.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6333"^^xsd:decimal ;
  dwc:decimalLongitude "41.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6333 41.5333)"^^geo:wktLiteral ;
  geo-pos:lat "76.6333"^^xsd:decimal ;
  geo-pos:long "41.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_576'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_576'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '41.5333'^^xsd:double;
  dwc:startLongitude '41.5333'^^xsd:double;
  dwc:endLongitude '41.5333'^^xsd:double;
  dwc:latitude '76.6333'^^xsd:double;
  dwc:startLatitude '76.6333'^^xsd:double;
  dwc:endLatitude '76.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5333 76.6333, 41.5333 76.6333, 41.5333 76.6333, 41.5333 76.6333, 41.5333 76.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_576'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1969__73_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1969__73_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/1969__73_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6333 41.5333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "76.6333"^^xsd:decimal ;
  dwc:decimalLongitude "41.5333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1969__73_574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (76.6333 41.5333)"^^geo:wktLiteral ;
  geo-pos:lat "76.6333"^^xsd:decimal ;
  geo-pos:long "41.5333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1969__73_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "73_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1969_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2004-11-16'^^xsd:date;
  dwc:institutionCode 'College of the Atlantic, Allied Whale'^^xsd:string;
  dwc:collectionCode '73'^^xsd:integer;
  dwc:catalogNumber '73_574'^^xsd:string;
  dwc:scientificName 'Megaptera novaeangliae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '73_574'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^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:longitude '41.5333'^^xsd:double;
  dwc:startLongitude '41.5333'^^xsd:double;
  dwc:endLongitude '41.5333'^^xsd:double;
  dwc:latitude '76.6333'^^xsd:double;
  dwc:startLatitude '76.6333'^^xsd:double;
  dwc:endLatitude '76.6333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5333 76.6333, 41.5333 76.6333, 41.5333 76.6333, 41.5333 76.6333, 41.5333 76.6333))'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat; Identification Type:Visual sighting; Taxon recorded as "Mn" by the provider'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:occurrenceId '73_574'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF